Skip to main content

SeriesView.LabelOptions Property

Provides access to the settings of series labels.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public SeriesLabelOptions LabelOptions { get; set; }

Property Value

Type Description
SeriesLabelOptions

A SeriesLabelOptions object which provides the series label settings.

Remarks

The LabelOptions property provides access to the settings that specify the appearance, contents and position of series labels.

See Also