ChartPointModel Class
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls
Pairs a plotted point with its source value.
public class ChartPointModel
Properties
Point
public ChartPoint Point { get; set; }
The point's pixel location.
Value
public double Value { get; set; }
The value the point represents.