ICartesianAxis
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches
Summary:
Defines an Axis in a Cartesian chart.
Derived:
Properties
Gets the orientation.
Type: AxisOrientation
Type: AxisOrientation
Gets or sets the reserved area for the labels.
Type: LvcRectangle
Type: LvcRectangle
Gets or sets the reserved area for the name.
Type: LvcRectangle
Type: LvcRectangle
Places the title in the same direction as the axis, default is false.
Type: Boolean
Type: Boolean
Gets or sets the labels alignment, default is null and means that the library will set it based on the
Orientation and Position properties.
Type: Nullable<Align>
Type: Nullable<Align>
Gets or sets the axis position.
Type: AxisPosition
Type: AxisPosition
Events
Occurs when the axis is initialized.
Handler definition: Action<ICartesianAxis>
Handler definition: Action<ICartesianAxis>
Methods
// Initializes the axis for the specified orientation.
AxisOrientation orientation | // The orientation. |
)