Contents

init(name:isContinuous:dataPoints:)

Creates a data series with the specified name, a Boolean value that indicates whether the series is continuous, and data points.

Declaration

init(name: String, isContinuous: Bool, dataPoints: [AXDataPoint])

See Also

Creating a data series