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

// Initializes a new instance of the SeriesContext`1 class.
IEnumerable<IChartSeries<TDrawingContext>> series, // The series.
Boolean isFirstDraw, // Indicates whether is the first time the chart is drawn.
IChart chart// The chart
)

Properties

Gets or sets a value indicating whether is first draw of the chart.
Type: Boolean

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