Class XySegmentEnterEventArgs
Inheritance
System.Object
XySegmentEnterEventArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class XySegmentEnterEventArgs : EventArgs
Constructors
XySegmentEnterEventArgs()
Declaration
public XySegmentEnterEventArgs()
Properties
CanDrag
Gets or sets a value indicating whether to Enable or disable dragging
Declaration
public bool CanDrag { get; set; }
Property Value
Type |
---|
System.Boolean |
SegmentIndex
Gets or sets the segment index
Declaration
public int SegmentIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
XValue
Gets or sets x value
Declaration
public object XValue { get; set; }
Property Value
Type |
---|
System.Object |
YValue
Gets or sets y value
Declaration
public object YValue { get; set; }
Property Value
Type |
---|
System.Object |