Class ScatterRangeDataPoint
Inheritance
System.Object
ScatterRangeDataPoint
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ScatterRangeDataPoint : DataPoint, INotifyPropertyChanged
Constructors
Declaration
public ScatterRangeDataPoint()
Properties
Declaration
public double HorizontalHigh { get; set; }
Property Value
Declaration
public double HorizontalLow { get; set; }
Property Value
Declaration
public override bool IsInPlotRange { get; }
Property Value
Overrides
Declaration
public double VerticalHigh { get; set; }
Property Value
Declaration
public double VerticalLow { get; set; }
Property Value
Extension Methods