Stacker
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel

Summary:
Defines the stacker helper class.

Inheritance:
Object =>
Stacker

Constructors

// Initializes a new instance of the Stacker class.

Properties

Gets the maximum length.
Type: Int32
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

Methods

// Gets the series stack position.
ISeries series// The series.
)
// 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.
)