Theme
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Themes

Summary:
Defines a style builder.

Inheritance:
Object =>
Theme

Properties

Gets or sets the theme colors.
Type: LvcColor[]
Gets or sets the axis builder.
Type: List<Action<IPlane>>
Gets or sets the draw margin frame builder.
Type: List<Action<CoreDrawMarginFrame>>
Gets or sets the series builder.
Type: List<Action<ISeries>>
Gets or sets the pie series builder.
Type: List<Action<IPieSeries>>
Gets or sets the gauge series builder.
Type: List<Action<IPieSeries>>
Gets or sets the gauge fill series builder.
Type: List<Action<IPieSeries>>
Gets or sets the Cartesian series builder.
Type: List<Action<ICartesianSeries>>
Gets or sets the stepline series builder.
Type: List<Action<IStepLineSeries>>
Gets or sets the stacked stepline series builder.
Type: List<Action<IStepLineSeries>>
Gets or sets the line series builder.
Type: List<Action<ILineSeries>>
Gets or sets the line series builder.
Type: List<Action<IPolarSeries>>
Gets or sets the line series builder.
Type: List<Action<IPolarLineSeries>>
Gets or sets the line series builder.
Type: List<Action<IPolarSeries>>
Gets or sets the line series builder.
Type: List<Action<IHeatSeries>>
Gets or sets the financial series builder.
Type: List<Action<IFinancialSeries>>
Gets or sets the stacked line series builder.
Type: List<Action<ILineSeries>>
Gets or sets the bar series builder.
Type: List<Action<IBarSeries>>
Gets or sets the column series builder.
Type: List<Action<IBarSeries>>
Gets or sets the row series builder.
Type: List<Action<IBarSeries>>
Gets or sets the stacked bar series builder.
Type: List<Action<IStackedBarSeries>>
Gets or sets the stacked column series builder.
Type: List<Action<IStackedBarSeries>>
Gets or sets the stacked row series builder.
Type: List<Action<IStackedBarSeries>>
Gets or sets the scatter series builder.
Type: List<Action<IScatterSeries>>
Gets or sets the error series builder.
Type: List<Action<IBoxSeries>>
Gets or sets the visual element builder.
Type: Dictionary<Type, Object>
Gets or sets the default tooltip.
Type: Func<IChartTooltip>
Gets or sets the default legend.
Type: Func<IChartLegend>

Methods

// Applies the theme to an axis.
IPlane axis// The axis.
)
// Applies the theme to a series.
ISeries series// The series.
)
// Applies the theme to a draw margin.
CoreDrawMarginFrame drawMarginFrame//
)
// Applies the theme to a visual element.
TChartElement visualElement// The visual element.
)
// Gets the color of a series according to the theme.
ISeries series// *summary not found*
)