Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for StackedXyCollection and its subclasses (e.g. StackedMountainCollection)

Hierarchy

Index

Properties

Optional isOneHundredPercent

isOneHundredPercent: boolean

Sets 100% mode. When true, the stacked group becomes a 100% stacked chart

Optional isVisible

isVisible: boolean

When true, the series is visible and drawn

Optional renderLayer

renderLayer: EDefaultRenderLayer | number

The layer to draw the series on. Defaults to SeriesRenderLayer

Optional renderNextTo

renderNextTo: { offset: number; renderable: IOrderedRenderable | string }

Another series or annotation to draw relative to. The offset can be positive or negative and can (and usually should) be fractional

Type declaration

Optional renderOrder

renderOrder: number

The draw order. Larger numbers draw on top. Defaults to the position of the series in the renderableSeries array.

Optional separatePositiveNegativeStacks

separatePositiveNegativeStacks: boolean

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.

Optional surfaceRenderOrder

surfaceRenderOrder: number

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

Optional xAxisId

xAxisId: string

Sets the bound XAxis for this BaseRenderableSeries.

remarks

Does a lookup search on SciChartSurface.xAxes collection by Id matching this.xAxisId

Optional yAxisId

yAxisId: string

Sets the bound YAxis for this BaseRenderableSeries.

remarks

Does a lookup search on SciChartSurface.yAxes collection by Id matching this.yAxisId

Optional yRangeMode

yRangeMode: EYRangeMode

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