Class ChartDragSegmentInfo
Represents a ChartDragPoint that includes a current and existing value.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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 ChartDragSegmentInfo : ChartDragPointinfo, INotifyPropertyChanged
Constructors
ChartDragSegmentInfo()
Declaration
public ChartDragSegmentInfo()
Properties
BaseValue
Gets or sets base value.
Declaration
public double BaseValue { get; set; }
Property Value
Type |
---|
System.Double |
NewValue
Gets or sets new value.
Declaration
public object NewValue { get; set; }
Property Value
Type |
---|
System.Object |
NewXValue
Gets or sets new x value.
Declaration
public object NewXValue { get; set; }
Property Value
Type |
---|
System.Object |
Implements
System.ComponentModel.INotifyPropertyChanged