Class ChartDragEndEventArgs
Represents a events args that contain event data, and provides a value to use for events that do not include event data.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartDragEndEventArgs : EventArgs
Constructors
ChartDragEndEventArgs()
Declaration
public ChartDragEndEventArgs()
Properties
BaseYValue
Gets or sets y value.
Declaration
public double BaseYValue { get; set; }
Property Value
Type |
---|
System.Double |
NewYValue
Gets or sets new value.
Declaration
public double NewYValue { get; set; }
Property Value
Type |
---|
System.Double |
See Also
System.EventArgs