Skip to main content

PointSeriesLabel Class

Defines label settings for point and line series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class PointSeriesLabel :
    SeriesLabelBase

Remarks

The PointSeriesLabel class provides label functionality for series of the point and line view types (namely, point series, line series and step line series).

In addition to the common label settings inherited from the base SeriesLabelBase class, the PointSeriesLabel class declares a point type specific setting that allows you to specify the angle that controls the position of data point labels (PointSeriesLabel.Angle).

An instance of the PointSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is either PointSeriesView, LineSeriesView or StepLineSeriesView.

Implements

See Also