Represents the label definition for a chart annotation, including formatting and alignment options.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class ChartAnnotationLabelDefinition : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseChartAnnotationLabelDefinition
Implements:
Inherited Members
Constructors
C#
public ChartAnnotationLabelDefinition()
Properties
Gets or sets a format string for the annotation text.
C#
public string Format { get; set; }
The format.
HorizontalAlignment
TextAlignment
Gets or sets the annotation horizontal alignment.
C#
public TextAlignment HorizontalAlignment { get; set; }
The horizontal alignment.
Gets or sets the annotation horizontal offset.
C#
public double HorizontalOffset { get; set; }
The horizontal offset.
VerticalAlignment
TextAlignment
Gets or sets the annotation vertical alignment.
C#
public TextAlignment VerticalAlignment { get; set; }
The vertical alignment.
Gets or sets the annotation vertical offset.
C#
public double VerticalOffset { get; set; }
The vertical offset.