Hi,
I'm trying to add some requested functionality to show the name of the field for column in the pivot chart control. The X-axis shows the name of the "Row" field and the Y-axis shows the name/aggregation of the "Value" field, but the "Column" does not appear (except in the tooltip when you hover over a series). The legend below the graph shows the values of the column field, but not the field that they are for. I found I could set a title for the legend by setting a value for the grid's chartSettings.legendSettings.title property, but this is a hard-coded string and since our users can use the pivot field list to change which fields appear on each axis, I'm looking for a way to automatically show the field name near the legend.
Example:
Field list control (SITE is the column name, TESTNAME is the row and CONVENTIONALRESULT (average) is the value axis):
Chart:
In the example, you can see the different values for SITE in the legend as a series of colored icons with labels containing the value of the SITE field.
But there is nothing on the graph to indicate that it is the SITE field.
The field for the row is shown on the X axis and the field for the value is shown on the Y axis.
Please let me know if there is a way to include this information in the legend.