init(attributedTitle:range:gridlinePositions:valueDescriptionProvider:)
Creates a numeric data axis with the specified attributed title, range, gridline positions, and value description provider closure.
Declaration
convenience init(attributedTitle: NSAttributedString, range: ClosedRange<Double>, gridlinePositions: [Double], valueDescriptionProvider: @escaping (Double) -> String)