SwiftPlotDiagram() Constructor
Initializes a new instance of the SwiftPlotDiagram class with the default settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
Normally there is no need to create SwiftPlotDiagram objects directly in your applications. The ChartControl object automatically instantiates this object after a series of the appropriate view type is added to the ChartControl.Series collection.
See Also