C# Class LiveCharts.Defaults.HeatPoint

An already configured weighted chart point, this class notifies the chart to update every time a property changes
Inheritance: ScatterPoint
Exibir arquivo Open project: beto-rodriguez/Live-Charts

Public Methods

Method Description
HeatPoint ( )

Initializes a new instance of HeatPoint class

HeatPoint ( double x, double y, double weight )

_initializes a new instance of HeatPoint class, giving x, y and weight

Method Details

HeatPoint() public method

Initializes a new instance of HeatPoint class
public HeatPoint ( )

HeatPoint() public method

_initializes a new instance of HeatPoint class, giving x, y and weight
public HeatPoint ( double x, double y, double weight )
x double
y double
weight double