Sets 100% mode. When true, the stacked group becomes a 100% stacked chart
When true, the series is visible and drawn
The layer to draw the series on. Defaults to SeriesRenderLayer
Another series or annotation to draw relative to. The offset can be positive or negative and can (and usually should) be fractional
The draw order. Larger numbers draw on top. Defaults to the position of the series in the renderableSeries array.
When true (default), positive values stack upward from the zero line and negative values stack downward independently. When false, all values accumulate continuously from the previous series top, preserving legacy behaviour.
An override to allow the series to appear to be drawn on a different surface to the one it is attached to. Only relevant when using subcharts
Sets the bound XAxis for this BaseRenderableSeries.
Sets the bound YAxis for this BaseRenderableSeries.
Determines whether the y range for this series should consider only the visible data (the default), or include the drawn points just outside the visible range
Generated using TypeDoc
Options for StackedXyCollection and its subclasses (e.g. StackedMountainCollection)