corelibraries-devexpress-dot-xtracharts-edb00fce.md
Represents a base class for different types of series labels.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class SeriesLabelBase :
ChartElement,
ISeriesLabelPropertiesProvider,
ITextPropertiesProvider,
IHitTest,
ISupportTextAntialiasing,
ISupportInitialize,
IXtraSerializable,
IXtraSupportCreateContentPropertyValue,
IBackground,
ILabelBehaviorProvider,
ISupportBorderVisibility,
IXtraPartlyDeserializable
Public MustInherit Class SeriesLabelBase
Inherits ChartElement
Implements ISeriesLabelPropertiesProvider,
ITextPropertiesProvider,
IHitTest,
ISupportTextAntialiasing,
ISupportInitialize,
IXtraSerializable,
IXtraSupportCreateContentPropertyValue,
IBackground,
ILabelBehaviorProvider,
ISupportBorderVisibility,
IXtraPartlyDeserializable
The following members return SeriesLabelBase objects:
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.
Show 33 items
Object ChartElement SeriesLabelBase BarSeriesLabel
See Also