MapShapeContext
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
Defines the map shape context class.

Inheritance:
Object =>
MapShapeContext

Constructors

// Defines the map shape context class.
IGeoMapView chart, // The chart.
Paint heatPaint, // The heat paint.
List<Tuple<Double, LvcColor>> heatStops, // The heat stops.
Bounds bounds// The bounds.
)

Properties

Gets the chart.
Type: IGeoMapView
Gets the heat paint.
Type: Paint
Gets the heat stops.
Type: List<Tuple<Double, LvcColor>>
Gets the bounds dictionary.
Type: Bounds