Skip to main content
All docs
V25.1
  • XYDiagramSeriesViewBase.DiagramType Property

    Returns a diagram type compatible with the current series view.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

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

    Property Value

    Type Description
    Type

    The diagram type.

    See Also