Contents

init(x:y:additionalValues:label:)

Creates a data point with the specified x-value, y-value, additional values, and label.

Declaration

convenience init(x: String, y: Double? = nil, additionalValues: [AXDataPoint.Value] = [], label: String? = nil)

See Also

Creating a data point