开发者

Display value on the bar chart

I want to 开发者_如何学运维know how to display value(in percent) on the bar series

Display value on the bar chart

Thanks..


Use ArrowLength properties of marks and give negative value. For example:

TheChart.Series[0].Marks.ArrowLength := -60;
TheChart.Series[1].Marks.ArrowLength := -60;
TheChart.Series[2].Marks.ArrowLength := -60;

Display value on the bar chart

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜