Theme<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Themes

Summary:
Defines a style builder.

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

Properties

Gets or sets the theme colors.
Type: LvcColor[]
Gets or sets the axis builder.
Type: List<Action<IPlane<TDrawingContext>>>
Gets or sets the draw margin frame builder.
Type: List<Action<DrawMarginFrame<TDrawingContext>>>
Gets or sets the series builder.
Type: List<Action<IChartSeries<TDrawingContext>>>
Gets or sets the pie series builder.
Type: List<Action<IPieSeries<TDrawingContext>>>
Gets or sets the gauge series builder.
Type: List<Action<IPieSeries<TDrawingContext>>>
Gets or sets the gauge fill series builder.
Type: List<Action<IPieSeries<TDrawingContext>>>
Gets or sets the Cartesian series builder.
Type: List<Action<ICartesianSeries<TDrawingContext>>>
Gets or sets the stepline series builder.
Type: List<Action<IStepLineSeries<TDrawingContext>>>
Gets or sets the stacked stepline series builder.
Type: List<Action<IStepLineSeries<TDrawingContext>>>
Gets or sets the line series builder.
Type: List<Action<ILineSeries<TDrawingContext>>>
Gets or sets the line series builder.
Type: List<Action<IPolarSeries<TDrawingContext>>>
Gets or sets the line series builder.
Type: List<Action<IPolarLineSeries<TDrawingContext>>>
Gets or sets the line series builder.
Type: List<Action<IPolarSeries<TDrawingContext>>>
Gets or sets the line series builder.
Type: List<Action<IHeatSeries<TDrawingContext>>>
Gets or sets the financial series builder.
Type: List<Action<IFinancialSeries<TDrawingContext>>>
Gets or sets the stacked line series builder.
Type: List<Action<ILineSeries<TDrawingContext>>>
Gets or sets the bar series builder.
Type: List<Action<IBarSeries<TDrawingContext>>>
Gets or sets the column series builder.
Type: List<Action<IBarSeries<TDrawingContext>>>
Gets or sets the row series builder.
Type: List<Action<IBarSeries<TDrawingContext>>>
Gets or sets the stacked bar series builder.
Type: List<Action<IStackedBarSeries<TDrawingContext>>>
Gets or sets the stacked column series builder.
Type: List<Action<IStackedBarSeries<TDrawingContext>>>
Gets or sets the stacked row series builder.
Type: List<Action<IStackedBarSeries<TDrawingContext>>>
Gets or sets the scatter series builder.
Type: List<Action<IScatterSeries<TDrawingContext>>>
Gets or sets the error series builder.
Type: List<Action<IBoxSeries<TDrawingContext>>>

Methods

// Applies the theme to an axis.
IPlane<TDrawingContext> axis// The axis.
)
// Applies the theme to a series.
IChartSeries<TDrawingContext> series// The series.
)
// Applies the theme to a draw margin.
DrawMarginFrame<TDrawingContext> drawMarginFrame//
)
// Gets the color of a series according to the theme.
ISeries series// *summary not found*
)