ICartesianAxis<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines an Axis in a Cartesian chart.

Type parameters:
TDrawingContext
Implements:
Derived:
Axis<TDrawingContext, TTextGeometry, TLineGeometry>

Properties

Gets or sets the sub-separators paint.
Type: IPaint<TDrawingContext>
Gets or sets the number of subseparators to draw.
Type: Int32
Gets or sets whether the ticks path should be drawn.
Type: Boolean
Gets or sets the separators paint.
Type: IPaint<TDrawingContext>
Gets or sets the separators paint.
Type: IPaint<TDrawingContext>
Gets or sets the zero paint.
Type: IPaint<TDrawingContext>
Gets or sets the crosshair paint.
Type: IPaint<TDrawingContext>
Gets or sets the crosshair labels paint.
Type: IPaint<TDrawingContext>
Gets or sets the crosshair background.
Type: Nullable<LvcColor>
Gets or sets the crosshair labels padding.
Type: Padding
Gets or sets whether the crosshair snaps to nearest series.
Type: Boolean

Methods

// Invalidates the crosshair visual.
Chart<TDrawingContext> chart, // The chart.
LvcPoint pointerPosition// The pointer position
)