Class ChartDataLabel
Inheritance
System.Object
ChartDataLabel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class ChartDataLabel : ChartSegment, INotifyPropertyChanged
Constructors
ChartDataLabel()
Declaration
ChartDataLabel(Double, Double, Double, Double, ChartSeries)
Declaration
public ChartDataLabel(double xVal, double yVal, double x, double y, ChartSeries series)
Parameters
Type |
Name |
Description |
System.Double |
xVal |
|
System.Double |
yVal |
|
System.Double |
x |
|
System.Double |
y |
|
ChartSeries |
series |
|
Fields
BackgroundProperty
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
The identifier for Background dependency property.
|
BorderBrushProperty
Declaration
public static readonly DependencyProperty BorderBrushProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
The identifier for BorderBrush dependency property.
|
BorderThicknessProperty
Declaration
public static readonly DependencyProperty BorderThicknessProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
The identifier for BorderThickness dependency property.
|
ConnectorHeightProperty
Declaration
public static readonly DependencyProperty ConnectorHeightProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
The identifier for ConnectorHeight dependency property.
|
ConnectorRotationProperty
Declaration
public static readonly DependencyProperty ConnectorRotationProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
The identifier for ConnectorRotation dependency property.
|
FontFamilyProperty
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
The identifier for FontFamily dependency property.
|
FontSizeProperty
Identifies the FontSize dependency property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
The identifier for FontSize dependency property.
|
FontStyleProperty
Identifies the FontStyle dependency property.
Declaration
public static readonly DependencyProperty FontStyleProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
The identifier for FontStyle dependency property.
|
ForegroundProperty
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
The identifier for Foreground dependency property.
|
MarginProperty
Identifies the Margin dependency property.
Declaration
public static readonly DependencyProperty MarginProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
The identifier for Margin dependency property.
|
Properties
Background
Declaration
public Brush Background { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.Brush |
|
BorderBrush
Declaration
public Brush BorderBrush { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.Brush |
|
BorderThickness
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Thickness |
|
ConnectorHeight
Declaration
public double ConnectorHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
ConnectorRotation
Declaration
public double ConnectorRotation { get; set; }
Property Value
Type |
Description |
System.Double |
|
Content
Declaration
public object Content { get; }
Property Value
Type |
Description |
System.Object |
|
FontFamily
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.FontFamily |
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
FontStyle
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type |
Description |
Windows.UI.Text.FontStyle |
|
Foreground
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.Brush |
|
Margin
Declaration
public Thickness Margin { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Thickness |
|
X
Declaration
Property Value
Type |
Description |
System.Double |
|
XData
Declaration
public double XData { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y
Declaration
Property Value
Type |
Description |
System.Double |
|
YData
Declaration
public double YData { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.ComponentModel.INotifyPropertyChanged