Back to Devexpress

PointSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-37f86883.md

latest3.1 KB
Original Source

PointSeriesLabel Class

Defines label settings for point and line series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class PointSeriesLabel :
    SeriesLabelBase
vb
Public Class PointSeriesLabel
    Inherits 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

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase PointSeriesLabel BubbleSeriesLabel

RadarPointSeriesLabel

StackedLineSeriesLabel

See Also

PointSeriesLabel Members

SeriesLabelBase

DevExpress.XtraCharts Namespace