开发者

Display value on the bar chart

开发者 https://www.devze.com 2023-01-18 03:19 出处:网络
I want to 开发者_如何学运维know how to display value(in percent) on the bar series Thanks..Use ArrowLength properties of marks and give negative value. For example:

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

精彩评论

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