SeriesContext
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel

Summary:
Defines a series context.

Inheritance:
Object =>
SeriesContext

Constructors

// Defines a series context.
IEnumerable<ISeries> series, // The series.
Chart chart// The chart
)

Methods

// Gets the column position.
ISeries series// The series.
)
// Gets the column series count.
// Gets the row position.
ISeries series// The series.
)
// Gets the row series count.
// Gets the box position.
ISeries series// The series.
)
// Gets the box series count.
// Gets the stacked column position.
ISeries series// The series.
)
// Gets the stacked column series count.
// Gets the stacked row position.
ISeries series// The series.
)
// Gets the stacked row series count.
// Gets the stack position.
ISeries series, // The series.
Int32 stackGroup// The stack group.
)
// Gets the weight bounds.
Int32 key//
)
// Appends the weight bounds.
Int32 key, //
Bounds value//
)