Skip to content

AxisTickLengthMode

EnumChartGuruChartGuru
public enum AxisTickLengthMode

How the renderer resolves the pixel length of an axis tick. Swift Charts equivalent: AxisTick.Length.

Fixed = 0

Use ChartGuru.AxisConfig.TickLength verbatim (default 5px).

Returns

ChartGuru.AxisTickLengthMode — No return description is available.

Automatic = 1

Renderer chooses a sensible default (currently equivalent to Fixed).

Returns

ChartGuru.AxisTickLengthMode — No return description is available.

Label = 2

Each tick spans the width/height of its own label, plus ExtendPastBy.

Returns

ChartGuru.AxisTickLengthMode — No return description is available.

LongestLabel = 3

Every tick spans the longest emitted label, plus ExtendPastBy.

Returns

ChartGuru.AxisTickLengthMode — No return description is available.