CoreHeatLandSeries<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

Summary:
Defines the heat land series class.

Type parameters:
TDrawingContext
Inheritance:
Object =>
CoreHeatLandSeries<TDrawingContext>
Implements:
IGeoSeries<TDrawingContext>
Derived:

Constructors

// Initializes a new instance of the CoreHeatLandSeries`1 class.

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: IEnumerable<IWeigthedMapLand>
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.
)