Skip to main content

SeriesLabelOptions.ConnectorStrokeStyle Property

Specifies the line style settings for the series labels connectors.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public StrokeStyle ConnectorStrokeStyle { get; set; }

Property Value

Type Description
StrokeStyle

StrokeStyle

Property Paths

You can access this nested property as listed below:

Object Type Path to ConnectorStrokeStyle
SeriesView
.ActualLabelOptions .ConnectorStrokeStyle
SeriesView
.LabelOptions .ConnectorStrokeStyle
See Also