ChartPointModel Class
Namespace: GHIElectronics.TinyCLR.UI.Controls · Assembly: GHIElectronics.TinyCLR.UI
No description available.
public class ChartPointModel
Properties
Point
public ChartPoint Point { get; set; }
No description available.
Value
public double Value { get; set; }
Current needle position. Only this property doesn't dirty the background — the pointer is repainted every frame. (inherited)