mschart控件是否能在图形上显示数值?以及怎样设置横坐标的标签数组[解决办法]VB codeWith MSChart1 标记
mschart控件是否能在图形上显示数值?
以及怎样设置横坐标的标签数组
[解决办法]
- VB code
With MSChart1 '标记数据点数据 .Plot.SeriesCollection(1).DataPoints(-1). _ DataPointLabel.LocationType = VtChLabelLocationTypeBelowPoint End With--------------------------------------------------- With MSChart1 '取消数据点数据标记 .Plot.SeriesCollection(1).DataPoints(-1). _ DataPointLabel.LocationType = VtChLabelLocationTypeNone End With
