Skip to main content
A newer version of this page is available. .

SwiftPlotDrawOptions(SwiftPlotSeriesView) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public SwiftPlotDrawOptions(
    SwiftPlotSeriesView view
)

Parameters

Name Type Description
view SwiftPlotSeriesView

A SwiftPlotSeriesView object, representing the Swift Plot series.

See Also