Options
All
  • Public
  • Public/Protected
  • All
Menu

Options to pass to the BaseStackedCollection constructor

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 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