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
1850
Histogram OnChartDataClicked Bug
posted

When you Click on a ChartData for a Histogram chart and drop into the event handler the ColumnLabel and RowLabel are both empty strings. The labels are turned on and visible in the UI but are empty.

Anyone else see this behavior?

Thanks

-Ken

Parents
  • 1850
    posted

    I was able to find the data I needed here

    e.Primitive.DataPoint.Label

    Should this also be on either ColumnLabel or RowLabel??

Reply Children