Class RangeDragEndEventArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class RangeDragEndEventArgs : EventArgs
Constructors
RangeDragEndEventArgs()
Declaration
public RangeDragEndEventArgs()
Properties
BaseHighValue
Gets or sets the current High value.
Declaration
public double BaseHighValue { get; set; }
Property Value
Type |
---|
System.Double |
BaseLowValue
Gets or sets the current Low value.
Declaration
public double BaseLowValue { get; set; }
Property Value
Type |
---|
System.Double |
NewHighValue
Gets or sets the new High value.
Declaration
public double NewHighValue { get; set; }
Property Value
Type |
---|
System.Double |
NewLowValue
Gets or sets the new High value.
Declaration
public double NewLowValue { get; set; }
Property Value
Type |
---|
System.Double |