Contents

stride(by:count:roundLowerBound:roundUpperBound:calendar:)

Creates values with the given calendar unit.

Declaration

static func stride(by component: Calendar.Component, count: Int = 1, roundLowerBound: Bool? = nil, roundUpperBound: Bool? = nil, calendar: Calendar? = nil) -> AxisMarkValues

Mentioned in