Back to Devexpress

SimpleDiagramSeriesViewBase Class

corelibraries-devexpress-dot-xtracharts-823042e9.md

latest2.6 KB
Original Source

SimpleDiagramSeriesViewBase Class

Represents the base class for series view types which use the SimpleDiagram.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class SimpleDiagramSeriesViewBase :
    SeriesViewBase,
    ISupportTextAntialiasing
vb
Public MustInherit Class SimpleDiagramSeriesViewBase
    Inherits SeriesViewBase
    Implements ISupportTextAntialiasing

Remarks

The SimpleDiagramSeriesViewBase class serves as a base for classes which use the non-XY diagram within a chart control (e.g. PieSeriesView and Pie3DSeriesView). Properties and methods which are defined by the SimpleDiagramSeriesViewBase class implement the base series view functionality and are common to the non-XY series types.

Implements

IXtraSerializable

IXtraSupportDeserializeCollectionItem

Inheritance

Show 13 items

Object ChartElement SeriesViewBase SimpleDiagramSeriesViewBase FunnelSeriesViewBase

PieSeriesViewBase

PieSeriesView

Doughnut3DSeriesView

DoughnutSeriesView

Funnel3DSeriesView

FunnelSeriesView

NestedDoughnutSeriesView

Pie3DSeriesView

See Also

SimpleDiagramSeriesViewBase Members

DevExpress.XtraCharts Namespace