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
I was able to find the data I needed here
e.Primitive.DataPoint.Label
Should this also be on either ColumnLabel or RowLabel??
Ken,
There seems to be some unexplained behavior here that we will have to look into. I will get back to you as soon as I have some more information for you.
Michael S.
I have submitted this feature request for you with reference number FR13144. I will send you more details through the case.
Row and Column properties make more sense for other chart types, because they are used to represent the row and column index of a point in a datasource. RowLabel and ColumnLabel are also closely tied to the datasource. However, the histogram doesn't directly display the data in your datasource, but acts as an adapter. What you are really displaying is the number of occurrences of each of the values. So, this breaks the traditional link between a value on the histogram and the value in the datasource.I hope this provides some clarity to the issue.
According to our development team, "The histogram chart is a bit different from other chart types and currently ColumnLabel and RowLabel properties". If you wish I will submit a feature request to have the ColumnLabel set to the X-axis.
Sounds like a plan, thanks Michael!