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
1725
CylinderColumnChart3d Legends
posted

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?

  • 28496
    Offline posted

     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.