Class
ChartAnnotationLabelDefinition

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:

cs-api-definition
public class ChartAnnotationLabelDefinition : NotifyPropertyChangedBase, INotifyPropertyChanged

Inheritance: objectNotifyPropertyChangedBaseChartAnnotationLabelDefinition

Implements: INotifyPropertyChanged

Inherited Members NotifyPropertyChangedBase.OnPropertyChanged(string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, Action<T>, string)NotifyPropertyChangedBase.PropertyChanged

Constructors

ChartAnnotationLabelDefinition()

Declaration

cs-api-definition
public ChartAnnotationLabelDefinition()

Properties

Format

Gets or sets a format string for the annotation text.

Declaration

cs-api-definition
public string Format { get; set; }

Property Value

string

The format.

HorizontalAlignment

Gets or sets the annotation horizontal alignment.

Declaration

cs-api-definition
public TextAlignment HorizontalAlignment { get; set; }

Property Value

TextAlignment

The horizontal alignment.

HorizontalOffset

Gets or sets the annotation horizontal offset.

Declaration

cs-api-definition
public double HorizontalOffset { get; set; }

Property Value

double

The horizontal offset.

VerticalAlignment

Gets or sets the annotation vertical alignment.

Declaration

cs-api-definition
public TextAlignment VerticalAlignment { get; set; }

Property Value

TextAlignment

The vertical alignment.

VerticalOffset

Gets or sets the annotation vertical offset.

Declaration

cs-api-definition
public double VerticalOffset { get; set; }

Property Value

double

The vertical offset.