Class XySegmentDragEventArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class XySegmentDragEventArgs : DragDelta
Constructors
XySegmentDragEventArgs()
Declaration
public XySegmentDragEventArgs()
Properties
BaseYValue
Gets or sets base y value.
Declaration
public double BaseYValue { get; set; }
Property Value
Type |
---|
System.Double |
NewYValue
Gets or sets new y value.
Declaration
public double NewYValue { get; set; }
Property Value
Type |
---|
System.Double |
Segment
Gets or sets chart segment.
Declaration
public ChartSegment Segment { get; set; }
Property Value
Type |
---|
ChartSegment |