Skip to main content
A newer version of this page is available. .

SeriesLabelBase Class

Represents a base class for different types of series labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public abstract class SeriesLabelBase :
    ChartElement,
    ISeriesLabelPropertiesProvider,
    ITextPropertiesProvider,
    IHitTest,
    ISupportTextAntialiasing,
    ISupportInitialize,
    IXtraSerializable,
    IXtraSupportCreateContentPropertyValue,
    IBackground,
    ILabelBehaviorProvider,
    ISupportBorderVisibility

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.

See Also