Theme
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Themes
Summary:
Defines a style builder.
Object
=>
Theme
Properties
Gets or sets the theme colors.
Type: LvcColor[]
Type: LvcColor[]
Gets or sets the draw margin frame builder.
Type: List<Action<CoreDrawMarginFrame>>
Type: List<Action<CoreDrawMarginFrame>>
Gets or sets the pie series builder.
Type: List<Action<IPieSeries>>
Type: List<Action<IPieSeries>>
Gets or sets the gauge series builder.
Type: List<Action<IPieSeries>>
Type: List<Action<IPieSeries>>
Gets or sets the gauge fill series builder.
Type: List<Action<IPieSeries>>
Type: List<Action<IPieSeries>>
Gets or sets the Cartesian series builder.
Type: List<Action<ICartesianSeries>>
Type: List<Action<ICartesianSeries>>
Gets or sets the stepline series builder.
Type: List<Action<IStepLineSeries>>
Type: List<Action<IStepLineSeries>>
Gets or sets the stacked stepline series builder.
Type: List<Action<IStepLineSeries>>
Type: List<Action<IStepLineSeries>>
Gets or sets the line series builder.
Type: List<Action<ILineSeries>>
Type: List<Action<ILineSeries>>
Gets or sets the line series builder.
Type: List<Action<IPolarSeries>>
Type: List<Action<IPolarSeries>>
Gets or sets the line series builder.
Type: List<Action<IPolarLineSeries>>
Type: List<Action<IPolarLineSeries>>
Gets or sets the line series builder.
Type: List<Action<IPolarSeries>>
Type: List<Action<IPolarSeries>>
Gets or sets the line series builder.
Type: List<Action<IHeatSeries>>
Type: List<Action<IHeatSeries>>
Gets or sets the financial series builder.
Type: List<Action<IFinancialSeries>>
Type: List<Action<IFinancialSeries>>
Gets or sets the stacked line series builder.
Type: List<Action<ILineSeries>>
Type: List<Action<ILineSeries>>
Gets or sets the bar series builder.
Type: List<Action<IBarSeries>>
Type: List<Action<IBarSeries>>
Gets or sets the column series builder.
Type: List<Action<IBarSeries>>
Type: List<Action<IBarSeries>>
Gets or sets the row series builder.
Type: List<Action<IBarSeries>>
Type: List<Action<IBarSeries>>
Gets or sets the stacked bar series builder.
Type: List<Action<IStackedBarSeries>>
Type: List<Action<IStackedBarSeries>>
Gets or sets the stacked column series builder.
Type: List<Action<IStackedBarSeries>>
Type: List<Action<IStackedBarSeries>>
Gets or sets the stacked row series builder.
Type: List<Action<IStackedBarSeries>>
Type: List<Action<IStackedBarSeries>>
Gets or sets the scatter series builder.
Type: List<Action<IScatterSeries>>
Type: List<Action<IScatterSeries>>
Gets or sets the error series builder.
Type: List<Action<IBoxSeries>>
Type: List<Action<IBoxSeries>>
Gets or sets the visual element builder.
Type: Dictionary<Type, Object>
Type: Dictionary<Type, Object>
Gets or sets the default tooltip.
Type: Func<IChartTooltip>
Type: Func<IChartTooltip>
Gets or sets the default legend.
Type: Func<IChartLegend>
Type: Func<IChartLegend>
Methods
// Applies the theme to a visual element.
| TChartElement visualElement | // The visual element. |
)