IPolarAxis
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches
Summary:
Defines a polar axis.
Derived:
Properties
Gets the orientation.
Type: PolarAxisOrientation
Type: PolarAxisOrientation
Gets or sets the labels vertical alignment.
Type: Align
Type: Align
Gets or sets the labels horizontal alignment.
Type: Align
Type: Align
Gets or sets the labels padding.
Type: Padding
Type: Padding
Gets or sets the labels background.
Type: LvcColor
Type: LvcColor
Events
Occurs when the axis is initialized.
Handler definition: Action<IPolarAxis>
Handler definition: Action<IPolarAxis>
Methods
// Initializes the axis for the specified orientation.
PolarAxisOrientation orientation | // The orientation. |
)