getOriginalColorIsRGBA();
The getOriginalColorIsRGBA method returns whether the color for the point of chart data series is specified as a string in RGBA format.
The method returns value of the Boolean type.
Available values:
true. Color for the point of chart data series is specified as a string in RGBA format.
false. Color for the point of chart data series is not specified as a string in RGBA format.
The example of use is given on the Example of Creating a Stacked Histogram page.
See also: