LiveChartsthemeExtensions
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Themes
Summary:
Defines the LiveCharts theme extensions.
Object
=>
LiveChartsthemeExtensions
Methods
// Defines a style builder for IChartView objects.
| Theme theme, | // The theme. |
| Action<IPlane> predicate | // The predicate. |
)
// Defines a style builder for CoreDrawMarginFrame objects.
| Theme theme, | // The theme. |
| Func<CoreDrawMarginFrame> getter, | // The getter. |
| Action<CoreDrawMarginFrame> predicate | // The predicate. |
)
// Defines a style builder for IPieSeries objects.
| Theme theme, | // The theme. |
| Action<IPieSeries> predicate | // The predicate. |
)
// Defines a style builder for IPieSeries objects when used as gauges.
| Theme theme, | // The theme. |
| Action<IPieSeries> predicate | // The predicate. |
)
// Defines a style builder for IPieSeries objects when used as gauges fills.
| Theme theme, | // The theme. |
| Action<IPieSeries> predicate | // The predicate. |
)
// Defines a style builder for ILineSeries objects.
| Theme theme, | // The theme. |
| Action<ILineSeries> predicate | // The predicate. |
)
// Defines a style builder for IStepLineSeries objects.
| Theme theme, | // The theme. |
| Action<IStepLineSeries> predicate | // The predicate. |
)
// Defines a style builder for stacked IStepLineSeries objects.
| Theme theme, | // The theme. |
| Action<IStepLineSeries> predicate | // The predicate. |
)
// Defines a style builder for stacked IStepLineSeries objects.
| Theme theme, | // The theme. |
| Action<IBoxSeries> predicate | // The predicate. |
)
// Defines a style builder for tacked ILineSeries objects.
| Theme theme, | // The theme. |
| Action<ILineSeries> predicate | // The predicate. |
)
// Defines a style builder for IBarSeries objects.
| Theme theme, | // The theme. |
| Action<IBarSeries> predicate | // The predicate. |
)
// Defines a style builder for vertical IBarSeries objects.
| Theme theme, | // The theme. |
| Action<IBarSeries> predicate | // The predicate. |
)
// Defines a style builder for horizontal IBarSeries objects.
| Theme theme, | // The theme. |
| Action<IBarSeries> predicate | // The predicate. |
)
// Defines a style builder for stacked IBarSeries objects.
| Theme theme, | // The theme. |
| Action<IStackedBarSeries> predicate | // The predicate. |
)
// Defines a style builder for stacked vertical IBarSeries objects.
| Theme theme, | // The theme. |
| Action<IStackedBarSeries> predicate | // The predicate. |
)
// Defines a style builder for stacked horizontal IBarSeries objects.
| Theme theme, | // The theme. |
| Action<IStackedBarSeries> predicate | // The predicate. |
)
// Defines a style builder for IScatterSeries objects.
| Theme theme, | // The theme. |
| Action<IScatterSeries> predicate | // The predicate. |
)
// Defines a style builder for IHeatSeries objects.
| Theme theme, | // The theme. |
| Action<IHeatSeries> predicate | // The predicate. |
)
// Defines a style builder for IFinancialSeries objects.
| Theme theme, | // The theme. |
| Action<IFinancialSeries> predicate | // The predicate. |
)
// Defines a style builder for IPolarSeries objects.
| Theme theme, | // The theme. |
| Action<IPolarSeries> predicate | // The predicate. |
)
// Defines a style builder for IPolarLineSeries objects.
| Theme theme, | // The theme. |
| Action<IPolarLineSeries> predicate | // The predicate. |
)
// Defines a style builder for VisualElement objects.
| Theme theme, | // the theme. |
| Action<TChartElement> predicate | // the predicate. |
)