Skip to main content
A newer version of this page is available. .

SeriesLabelOptions Class

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

Namespace: DevExpress.UI.Xaml.Charts

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

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
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
ChartElement
SeriesLabelOptions
See Also