ClassChartAnnotationLabelDefinition
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:
public class ChartAnnotationLabelDefinition : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseChartAnnotationLabelDefinition
Implements:
Inherited Members
Constructors
ChartAnnotationLabelDefinition()
Declaration
public ChartAnnotationLabelDefinition()
Properties
Format
Gets or sets a format string for the annotation text.
HorizontalAlignment
Gets or sets the annotation horizontal alignment.
Declaration
public TextAlignment HorizontalAlignment { get; set; }
Property Value
TextAlignment
The horizontal alignment.
HorizontalOffset
Gets or sets the annotation horizontal offset.
Declaration
public double HorizontalOffset { get; set; }
Property Value
The horizontal offset.
VerticalAlignment
Gets or sets the annotation vertical alignment.
Declaration
public TextAlignment VerticalAlignment { get; set; }
Property Value
TextAlignment
The vertical alignment.
VerticalOffset
Gets or sets the annotation vertical offset.
Declaration
public double VerticalOffset { get; set; }
Property Value
The vertical offset.