init(x:y:additionalValues:label:)
Creates a data point with the specified x-value, y-value, additional values, and label.
Declaration
convenience init(x: Double, y: Double? = nil, additionalValues: [AXDataPoint.Value] = [], label: String? = nil)Creates a data point with the specified x-value, y-value, additional values, and label.
convenience init(x: Double, y: Double? = nil, additionalValues: [AXDataPoint.Value] = [], label: String? = nil)