Skip to main content

SeriesLabelOptions Class

Contains options that define the appearance and behavior of data point labels.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public class SeriesLabelOptions :
    ChartElement

The following members return SeriesLabelOptions objects:

Remarks

An instance of the SeriesLabelOptions class is available via the SeriesView.LabelOptions property.

The SeriesLabelOptions class provides different settings that define their content (SeriesLabelOptions.Pattern), the position of series labels (SeriesLabelOptions.Indent) and connector settings (SeriesLabelOptions.ShowConnectors, SeriesLabelOptions.ConnectorStrokeStyle).

Inheritance

Object
DependencyObject
Windows.UI.Xaml.UIElement
See Also