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

SwiftPlotDiagram Class

Represents a diagram that is used to plot the Swift Plot series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(SwiftPlotDiagramTypeConverter))]
public class SwiftPlotDiagram :
    XYDiagram2D,
    ISwiftPlotDiagram,
    IXYDiagram,
    IDiagram

Remarks

The SwiftPlotDiagram class represents the diagram type that is used to construct Swift Plot charts.

An object of the SwiftPlotDiagram type can be accessed via the ChartControl.Diagram property of a chart control that displays a Swift Plot series.

For more information, refer to Swift Plot Diagram.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SwiftPlotDiagram class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

Inheritance

See Also