IPolarAxis
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a polar axis.

Implements:
Derived:
PolarAxis<TDrawingContext, TTextGeometry, TLineGeometry, TCircleGeometry>

Properties

Gets the orientation.
Type: PolarAxisOrientation
Ro
Gets or sets the ro, a reference used internally to calculate the axis position.
Type: Single
Gets the angle in degrees where the labels are drawn, default is 0, notice this property has no effect when the axis has Angle orientation.
Type: Double
Gets or sets the labels vertical alignment.
Type: Align
Gets or sets the labels horizontal alignment.
Type: Align
Gets or sets the labels padding.
Type: Padding
Gets or sets the labels background.
Type: LvcColor

Events

Occurs when the axis is initialized.
Handler definition: Action<IPolarAxis>

Methods

// Initializes the axis for the specified orientation.
PolarAxisOrientation orientation// The orientation.
)