isWidthDataSupported: Boolean;
The isWidthDataSupported method determines whether width or angle indicator is used.
Available values:
true. Chart uses width or angle indicator.
false. Chart does not use width or angle indicator.
To execute the example, create a chart from the ChartColumnSerie.WidthData example and with the "chart" identifier.
Check if the chart uses angle indicators:
console.debug(chart.isWidthDataSupported ? "Chart uses angle indicator" : "Angle indicator is not used");
After executing the example a message is received that the chart uses angle indicator.
See also: