Skip to main content

SwiftPlotDrawOptions(SwiftPlotSeriesView) Constructor

Initializes a new instance of the SwiftPlotDrawOptions class with the specified Swift Plot series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public SwiftPlotDrawOptions(
    SwiftPlotSeriesView view
)

Parameters

Name Type Description
view SwiftPlotSeriesView

A SwiftPlotSeriesView object, representing the Swift Plot series.

See Also