Class ChartDragSeriesInfo
Represents a ChartDragPoint that includes a offsety 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 ChartDragSeriesInfo : ChartDragPointinfo, INotifyPropertyChanged
Constructors
ChartDragSeriesInfo()
Declaration
public ChartDragSeriesInfo()
Properties
OffsetY
Gets or sets value of y offset
Declaration
public double OffsetY { get; set; }
Property Value
Type |
---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged