Stacker
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel
Summary:
Defines the stacker helper class.
Object
=>
Stacker
Constructors
Properties
Gets the largest SeriesId among the series registered in
this stack group. Used by the stacked area / step / polar line series to
derive a z-index that anchors the whole stack at one rank while sub-ordering
by stack position so the bottom layer (position 0) draws on top of the
later, larger-fill layers. Callers must ensure all peer stacked series have
registered (via ISeries)) before reading this.
Type: Int32
Type: Int32
Methods
// Stacks the point.
| ChartPoint point, | // The point. |
| Int32 seriesStackPosition | // The series stack position. |
)
// Gets the stack.
| ChartPoint point, | // The point. |
| Int32 seriesStackPosition | // The series stack position. |
)