Back to Devexpress

SwiftPlotDiagram Class

corelibraries-devexpress-dot-xtracharts-fbf1c4ba.md

latest2.7 KB
Original Source

SwiftPlotDiagram Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SwiftPlotDiagram :
    XYDiagram2D,
    ISwiftPlotDiagram,
    IXYDiagram,
    IDiagram
vb
Public Class SwiftPlotDiagram
    Inherits XYDiagram2D
    Implements ISwiftPlotDiagram,
               IXYDiagram,
               IDiagram

Remarks

The SwiftPlotDiagram class represents the diagram type that is used to construct Swift Plot and Swift Point 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.

Implements

IXtraSerializable

IXYDiagram2D

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement Diagram XYDiagram2D SwiftPlotDiagram

See Also

SwiftPlotDiagram Members

Swift Plot Diagram

Swift Plot Series View

DevExpress.XtraCharts Namespace