This question is locked. New answers and comments are not allowed.
Hi There,
Do you have any ideas on how I can do this?
Best Regards
I need to use the stacked bar chart in a way that allows me to fill in null values for the Charts Item array (source) to indicate to the chart that there are no items for that stack and that it should not be rendered. I could use Zero's (0) but this will display 0% which my client does not want.
I checked the Telerik chart.itemsource property and it does not accept a nullable double[], so I need to find another way to enter my double array containing a value that tells the chart not to render that stack if that double value in the double[] is zero.
Do you have any ideas on how I can do this?
Best Regards
Bill