Skip to content

AxisFormatStyle

EnumChartGuruChartGuru
public enum AxisFormatStyle

High-level formatting mode for axis tick labels. Mirrors Swift Charts’ FormatStyle family without reinventing the whole Foundation API surface. ChartGuru.AxisFormatStyle.Custom preserves the legacy printf-style TickFormat / TickFormatter behavior.

Custom = 0

Returns

ChartGuru.AxisFormatStyle

Number = 1

Returns

ChartGuru.AxisFormatStyle

Percent = 2

Returns

ChartGuru.AxisFormatStyle

Currency = 3

Returns

ChartGuru.AxisFormatStyle

DateTime = 4

Returns

ChartGuru.AxisFormatStyle