Class ChartDragSeriesInfo
Represents a ChartDragPoint that includes a offsety value.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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