SeriesContext<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel

Summary:
Defines a series context.

Type parameters:
TDrawingContext The type of the drawing context.
Inheritance:
Object =>
SeriesContext<TDrawingContext>

Constructors

// Defines a series context.
IEnumerable<IChartSeries<TDrawingContext>> series, // The series.
IChart chart// The chart
)

Methods

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