AxisTickLengthMode
public enum AxisTickLengthModeHow the renderer resolves the pixel length of an axis tick.
Swift Charts equivalent: AxisTick.Length.
Fields
Section titled “Fields”
Fixed = 0Use ChartGuru.AxisConfig.TickLength verbatim (default 5px).
Returns
ChartGuru.AxisTickLengthMode — No return description is available.
Automatic
Section titled “Automatic”Automatic = 1Renderer chooses a sensible default (currently equivalent to Fixed).
Returns
ChartGuru.AxisTickLengthMode — No return description is available.
Label = 2Each tick spans the width/height of its own label, plus ExtendPastBy.
Returns
ChartGuru.AxisTickLengthMode — No return description is available.
LongestLabel
Section titled “LongestLabel”LongestLabel = 3Every tick spans the longest emitted label, plus ExtendPastBy.
Returns
ChartGuru.AxisTickLengthMode — No return description is available.