|
inline |
Tells the series to draw closed shape.
Call this function to enable closed shape. In this case the first and last data points will be connected by a line and the shape will be filled if bFill is TRUE.
This option is available only if X axis is not categorized (e.g. you specify values for X axis).
bClose | Specifies whether to close the shape, or not. |
bFill | Specifies whether to fill the shape, or not. |