Skip to main content

SeriesLabel Class

Contains settings for series point labels.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public class SeriesLabel :
    ChartTextElement,
    ICustomTypeDescriptor

#Returned By

Properties that return SeriesLabel instances:

#Remarks

An object of the SeriesLabel type is returned by the Series.Label property.

The SeriesLabel class provides the following properties that define the behavior and position of series labels: SeriesLabel.ConnectorThickness, SeriesLabel.ConnectorVisible, SeriesLabel.Indent and SeriesLabel.ResolveOverlappingMode.

See Also