mschart控件使用问题~~
MSChart1.Plot.SeriesCollection(1).Pen.VtColor.Set 0,0,0
MSChart1.Plot.SeriesCollection(1).Pen.Width = 50
For i = 1 To MSChart1.Plot.Axis(1).Labels.Count
MSChart1.Plot.Axis(1).Labels(i).Format = "$0,### "
MSChart1.Plot.Axis(1).Labels(i).VtFont.Name = "Tahoma "
MSChart1.Plot.Axis(1).Labels(i).VtFont.Size = 10
Next
我这没有MSDN,有没有知道上面这些属性方法是什么意思
我将数据填充进去后,X轴的标签数据一多显示太模糊,怎么解决?
还有我想标记形成的曲线每个点对应的数据??
还有个问题是彩票走势图那种东西用VB该怎么做呢?给点思路,谢谢了!!
[解决办法]
Private Sub McScore_SeriesSelected(Series as Integer,MouseFlags as _Integer,Cancel as Integer) 选择series
SelectedSeries=Series
End Sub
Private Sub McScore_PointSelected(Series as Integer,DataPoint as_Integer,MouseFlags as 选择series 上的点
Integer,Cancel as Integer)
SelectedSeries=Series
End Sub
mschart控件使用有关问题~
mschart控件使用问题~~MSChart1.Plot.SeriesCollection(1).Pen.VtColor.Set0,0,0MSChart1.Plot.SeriesColl
