Pie Label |
Post Reply |
Author | |
wsun
Groupie Joined: 11 January 2012 Status: Offline Points: 22 |
Post Options
Thanks(0)
Posted: 16 January 2012 at 4:38am |
Hi,
How to set the label beside the value in the pie style? thanks for help. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
You can't place outside the label, but next to the value:
Dim Style As ChartPieSeriesStyle Set Style = New ChartPieSeriesStyle Set ChartControl.Content.Series(0).Style = Style Style.Label.Format = "{V} {A}" |
|
wsun
Groupie Joined: 11 January 2012 Status: Offline Points: 22 |
Post Options
Thanks(0)
|
Thank you, SuperMario
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |