Class ChartAnnotationLabelDefinition
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ChartAnnotationLabelDefinition : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
ChartAnnotationLabelDefinition()
Declaration
public ChartAnnotationLabelDefinition()
Properties
Format
Gets or sets a format string for the annotation text.
Declaration
public string Format { get; set; }
Property Value
System.String
The format. |
HorizontalAlignment
Gets or sets the annotation horizontal alignment.
Declaration
public TextAlignment HorizontalAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
The horizontal alignment. |
HorizontalOffset
Gets or sets the annotation horizontal offset.
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.Double
The horizontal offset. |
VerticalAlignment
Gets or sets the annotation vertical alignment.
Declaration
public TextAlignment VerticalAlignment { get; set; }
Property Value
Microsoft.Maui.TextAlignment
The vertical alignment. |
VerticalOffset
Gets or sets the annotation vertical offset.
Declaration
public double VerticalOffset { get; set; }
Property Value
System.Double
The vertical offset. |