Skip to main content

XYDiagramSeriesViewBase.DiagramType Property

Returns a diagram type compatible with the current series view.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public override Type DiagramType { get; }

Property Value

Type Description
Type

The diagram type.

See Also