CoreHeatLandSeries<TModel, TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

Summary:
Defines the heat land series class.

Type parameters:
TModel The type fo the model.
TDrawingContext The type of the drawing context.
Inheritance:
Object =>
CoreHeatLandSeries<TModel, TDrawingContext>
Implements:
IGeoSeries<TDrawingContext>
Derived:
HeatLandSeries<TModel>

Constructors

// Initializes a new instance of the CoreHeatLandSeries`2 class.
ICollection<TModel> lands// The lands.
)

Properties

Gets or sets the name.
Type: String
Gets or sets the heat map.
Type: LvcColor[]
Gets or sets the color stops.
Type: Double[]
Gets or sets the lands.
Type: ICollection<TModel>
Gets or sets a value to indecate whether the series is visible.
Type: Boolean

Events

Called when a property changes.
Handler definition: PropertyChangedEventHandler

Methods

// Draw the series.
MapContext<TDrawingContext> context// The map context.
)
// Deltes the series.
MapContext<TDrawingContext> context// The map context.
)