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])Creates a data series with the specified name, a Boolean value that indicates whether the series is continuous, and data points.
init(name: String, isContinuous: Bool, dataPoints: [AXDataPoint])