PlotBandTextAlignment Enum
Definition
Specifies the text alignment within a plot band.
public enum PlotBandTextAlignment
Fields
| Name | Description |
|---|---|
| Center | Align text to the center. |
| End | Align text to the end (right or bottom). |
| Start | Align 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