getOriginalLineColorIsRGBA();
The getOriginalLineColorIsRGBA method indicates whether border 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 border for the point of chart data series is specified as a string in RGBF format.
false. Color border 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: