Class ChartMultiLevelLabel
Inheritance
System.Object
ChartMultiLevelLabel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public class ChartMultiLevelLabel : DependencyObject, INotifyPropertyChanged, ICloneable
Constructors
ChartMultiLevelLabel()
Declaration
public ChartMultiLevelLabel()
Fields
EndProperty
The DependencyProperty of End property
Declaration
public static readonly DependencyProperty EndProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
FontFamilyProperty
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
FontSizeProperty
The DependencyProperty of FontSize property
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ForegroundProperty
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
LabelAlignmentProperty
Declaration
public static readonly DependencyProperty LabelAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
LevelProperty
The DependencyProperty of Level property
Declaration
public static readonly DependencyProperty LevelProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
StartProperty
The DependencyProperty of Start property
Declaration
public static readonly DependencyProperty StartProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
TextProperty
The DependencyProperty of Text property
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
End
Gets or sets the end value for label
Declaration
public object End { get; set; }
Property Value
FontFamily
Gets or sets the font family for label
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.FontFamily |
FontSize
Gets or sets the fontsize for label
Declaration
public double FontSize { get; set; }
Property Value
Foreground
Gets or sets the brush for label's foreground
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
LabelAlignment
Gets or sets alignment for label placement
Declaration
public LabelAlignment LabelAlignment { get; set; }
Property Value
Level
Gets or sets the label level
Declaration
public int Level { get; set; }
Property Value
Start
Gets or sets the start value for label
Declaration
public object Start { get; set; }
Property Value
Text
Gets or sets the label text
Declaration
public string Text { get; set; }
Property Value
Methods
Clone()
To clone the ChartMultiAxisLabel
Declaration
public DependencyObject Clone()
Returns
Type |
Windows.UI.Xaml.DependencyObject |
CloneMultiAxisLabel(DependencyObject)
Declaration
protected virtual DependencyObject CloneMultiAxisLabel(DependencyObject obj)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.DependencyObject |
obj |
|
Returns
Type |
Windows.UI.Xaml.DependencyObject |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods