I have a chart that (by default) is a ColumnChart with 2 series (one of which is normally hidden). I've set a legend for the chart. The legend displays the Item_lable for each of the columns in the chart.
The application also provides the end user with a chart gallery that lets the user select a different chart type over the same data. When the user selects a CylinderColumnChart3d from the gallery, the legend only displays the series title and does not show any of the column items.
Is there something different I need to do in order to have the column data displayed properly for this chart type?
toggling Data.SwapRowsAndColumns might do it. the legend order can also be changed if you are using ColorModel.ModelStyle = CustomSkin and you toggle the ColorModel.Skin.ApplyRowWise property.