Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Labels on Stack3DBarChart
posted

Hi !

PieChartAppearance has a Labels property.

Hoe can I have data labels for StackAppearance as well ?

 

10x,

Yoni

Parents
No Data
Reply
  • 28496
    Offline posted

     You can use the BarChart.ChartText collection for that purpose.  Add a ChartTextAppearance object to that collection with Visible = true, Row = -2, Column = -2 to show a label for each datapoint.

    You also might want to set the FormatString of your ChartText to <DATA_VALUE_ITEM:#> instead of <DATA_VALUE:#>

Children