IHeatSeries
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a heat series plot.

Implements:
Derived:
CoreHeatSeries<TModel, TVisual, TLabel>
HeatSeries<TModel>
HeatSeries<TModel, TVisual>
HeatSeries<TModel, TVisual, TLabel>
XamlHeatSeries<TModel, TVisual, TLabel>
XamlHeatSeries<TModel, TVisual>
XamlHeatSeries<TModel>
XamlHeatSeries<TModel, TVisual, TLabel>
XamlHeatSeries<TModel, TVisual>
XamlHeatSeries<TModel>
XamlHeatSeries<TModel, TVisual, TLabel>
XamlHeatSeries<TModel, TVisual>
XamlHeatSeries<TModel>
XamlHeatSeries<TModel, TVisual, TLabel>
XamlHeatSeries<TModel, TVisual>
XamlHeatSeries<TModel>
XamlHeatSeries<TModel, TVisual, TLabel>
XamlHeatSeries<TModel, TVisual>
XamlHeatSeries<TModel>

Properties

Gets or sets the heat map.
Type: LvcColor[]
Gets or sets the color stops.
Type: Double[]
Gets the weight bounds.
Type: Bounds
Gets or sets the padding for each point.
Type: Padding
Gets or sets the minimum value in the weight axis, this value will be used to calculate the color of the point. Default is null and means the minimum value in the series.
Type: Nullable<Double>
Gets or sets the maximum value in the weight axis, this value will be used to calculate the color of the point. Default is null and means the maximum value in the series.
Type: Nullable<Double>