Class DataLabelInfo
Represents the chart series dataLabel style customization
Inheritance
System.Object
DataLabelInfo
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.UWP.dll
Syntax
public class DataLabelInfo : DependencyObject, INotifyPropertyChanged
Constructors
DataLabelInfo()
Declaration
public DataLabelInfo()
Fields
BackgroundProperty
The DependencyProperty for Background property.
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
BorderBrushProperty
The DependencyProperty for BorderBrush property.
Declaration
public static readonly DependencyProperty BorderBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Background
Gets or sets DataLabel background color.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
BorderBrush
Gets or sets marker stroke color.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
LabelStyle
Gets or sets DataLabel Label Style.
Declaration
public Style LabelStyle { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Style |
Reactance
Gets or sets DataLabel Reactance Text
Declaration
public double Reactance { get; set; }
Property Value
Type |
---|
System.Double |
Resistance
Gets or sets DataLabel Resistance Text
Declaration
public double Resistance { get; set; }
Property Value
Type |
---|
System.Double |
Events
PropertyChanged
Occurs when binding property values are changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged