Skip to main content

SeriesLabelBase Class

Represents a base class for different types of series labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class SeriesLabelBase :
    ChartElement,
    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

See Also