VB中的MSChart控件怎么让它在柱子上面显示最大值
如题,求助
我现在想让MSChart控件实现显示柱子高度的最大值,最好是在柱顶显示
期待高手帮忙,谢谢
[解决办法]
With MSChartTrend.Plot.SeriesCollection(1).DataPoints(-1)
.DataPointLabel.LineStyle = VtChLabelLineStyleBent
.DataPointLabel.LocationType = VtChLabelLocationTypeOutside
End With