Contents

init(title:range:gridlinePositions:valueDescriptionProvider:)

Creates a numeric data axis with the specified title, range, gridline positions, and value description provider closure.

Declaration

convenience init(title: String, range: ClosedRange<Double>, gridlinePositions: [Double], valueDescriptionProvider: @escaping (Double) -> String)

See Also

Creating a numeric data axis