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
20
Stacked Column Chart: Accumulated Data Label
posted

I've got a basic stacked Ultra Chart that is filled using a stored procedure. Instead of showing the label for each stack I would like to display the accumulated total at the top of the column. Do I have to create a custom label in order to do this? (writing in C#)

Parents
No Data
Reply
  • 28496
    Offline posted

     If you add a ChartTextAppearance object to the ColumnChart.ChartText collection, and set its Row to -2 (match all) and Column to the max column index, with the formatstring <DATA_VALUE:#>, you should get this behavior

Children
No Data