Class ChartDragPointinfo
Represents a data point that used to display the drag data point to user.
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 ChartDragPointinfo : INotifyPropertyChanged
Constructors
ChartDragPointinfo()
Declaration
public ChartDragPointinfo()
Properties
Brush
Gets or sets brush.
Declaration
public Brush Brush { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
Delta
Gets or sets the double value to delta.
Declaration
public double Delta { get; set; }
Property Value
Type |
---|
System.Double |
FontFamily
Gets or sets the font family for dragging tooltip text.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
---|
System.Windows.Media.FontFamily |
FontSize
Gets or sets the font size for dragging tooltip text.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
FontStyle
Gets or sets the font style for dragging tooltip text.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type |
---|
System.Windows.FontStyle |
Foreground
Gets or sets the Brush for dragging tooltip text.
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
IsNegative
Gets or sets a value indicating whether to Enable or disable IsNegative.
Declaration
public bool IsNegative { get; set; }
Property Value
Type |
---|
System.Boolean |
PostfixLabelTemplate
Gets or sets the template for postfix label.
Declaration
public DataTemplate PostfixLabelTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
PostfixLabelTemplateX
Gets or sets the template for postfix x label.
Declaration
public DataTemplate PostfixLabelTemplateX { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
PrefixLabelTemplate
Gets or sets the template for prefix label.
Declaration
public DataTemplate PrefixLabelTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | System.Windows.DataTemplate |
PrefixLabelTemplateX
Gets or sets the template for prefix x label.
Declaration
public DataTemplate PrefixLabelTemplateX { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | System.Windows.DataTemplate |
ScreenCoordinates
Gets or sets the points to screen co-ordinates.
Declaration
public Point ScreenCoordinates { get; set; }
Property Value
Type |
---|
System.Windows.Point |
Segment
Gets or sets chart segment.
Declaration
public ChartSegment Segment { get; set; }
Property Value
Type |
---|
ChartSegment |
Methods
OnPropertyChanged(String)
Called when Property changed
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
See Also
System.ComponentModel.INotifyPropertyChanged