Back to Devexpress

SeriesViewBase.DiagramType Property

corelibraries-devexpress-dot-xtracharts-dot-seriesviewbase-dfd65b2d.md

latest1.1 KB
Original Source

SeriesViewBase.DiagramType Property

Gets a value of the diagram type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public abstract Type DiagramType { get; }
vb
<Browsable(False)>
Public MustOverride ReadOnly Property DiagramType As Type

Property Value

TypeDescription
Type

A Type value.

|

Remarks

This property is hidden and intended for internal use only.

See Also

SeriesViewBase Class

SeriesViewBase Members

DevExpress.XtraCharts Namespace