Skip to main content

PlotBandTextAlignment Enum

Definition

Assembly:Avalonia.Controls.Charts
Package:Avalonia.Controls.Charts

Specifies the text alignment within a plot band.

public enum PlotBandTextAlignment

Inheritance: Enum -> PlotBandTextAlignment

Fields

NameDescription
CenterAlign text to the center.
EndAlign text to the end (right or bottom).
StartAlign text to the start (left or top).

Center Field

Align text to the center.

public Avalonia.Controls.Charts.PlotBandTextAlignment Center

End Field

Align text to the end (right or bottom).

public Avalonia.Controls.Charts.PlotBandTextAlignment End

Start Field

Align text to the start (left or top).

public Avalonia.Controls.Charts.PlotBandTextAlignment Start