Class RangeSegmentEnterEventArgs
Represents the implementation of RangeSegmentEnterEventArgs class.
Inheritance
System.Object
System.EventArgs
RangeSegmentEnterEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class RangeSegmentEnterEventArgs : EventArgs
Constructors
RangeSegmentEnterEventArgs()
Declaration
public RangeSegmentEnterEventArgs()
Properties
CanDrag
Gets or sets a value indicating whether the segment can be dragged.
Declaration
public bool CanDrag { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
HighValue
Gets or sets the High Value.
Declaration
public object HighValue { get; set; }
Property Value
| Type |
|---|
| System.Object |
LowValue
Gets or sets the Low Value.
Declaration
public object LowValue { get; set; }
Property Value
| Type |
|---|
| System.Object |
SegmentIndex
Gets or sets the SegmentIndex.
Declaration
public int SegmentIndex { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
XValue
Gets or sets the XValue.
Declaration
public object XValue { get; set; }
Property Value
| Type |
|---|
| System.Object |