Back to Devexpress

SeriesLabelBase Class

corelibraries-devexpress-dot-xtracharts-edb00fce.md

latest5.1 KB
Original Source

SeriesLabelBase Class

Represents a base class for different types of series labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class SeriesLabelBase :
    ChartElement,
    ISeriesLabelPropertiesProvider,
    ITextPropertiesProvider,
    IHitTest,
    ISupportTextAntialiasing,
    ISupportInitialize,
    IXtraSerializable,
    IXtraSupportCreateContentPropertyValue,
    IBackground,
    ILabelBehaviorProvider,
    ISupportBorderVisibility,
    IXtraPartlyDeserializable
vb
Public MustInherit Class SeriesLabelBase
    Inherits ChartElement
    Implements ISeriesLabelPropertiesProvider,
               ITextPropertiesProvider,
               IHitTest,
               ISupportTextAntialiasing,
               ISupportInitialize,
               IXtraSerializable,
               IXtraSupportCreateContentPropertyValue,
               IBackground,
               ILabelBehaviorProvider,
               ISupportBorderVisibility,
               IXtraPartlyDeserializable

The following members return SeriesLabelBase objects:

Remarks

The SeriesLabelBase class serves as a base for classes which provide series label functionality for series of different view types. The properties and methods which are defined by the SeriesLabelBase class implement the base series label functionality and are common to all label types.

Implements

IXtraSerializable

Inheritance

Show 33 items

Object ChartElement SeriesLabelBase BarSeriesLabel

FullStackedAreaSeriesLabel

FunnelSeriesLabel

Line3DSeriesLabel

PieSeriesLabel

PointSeriesLabel

RangeAreaSeriesLabel

RangeBarSeriesLabel

StackedArea3DSeriesLabel

StockSeriesLabel

StackedBar3DSeriesLabel

StackedBarSeriesLabel

StackedLine3DSeriesLabel

StackedLineSeriesLabel

Doughnut3DSeriesLabel

DoughnutSeriesLabel

RadarPointSeriesLabel

FullStackedArea3DSeriesLabel

FullStackedBar3DSeriesLabel

FullStackedBarSeriesLabel

Funnel3DSeriesLabel

NestedDoughnutSeriesLabel

RadarRangeAreaSeriesLabel

RangeArea3DSeriesLabel

Area3DSeriesLabel

Bar3DSeriesLabel

BubbleSeriesLabel

Pie3DSeriesLabel

SideBySideBarSeriesLabel

WaterfallSeriesLabel

See Also

SeriesLabelBase Members

DevExpress.XtraCharts Namespace