Skip to main content

SeriesLabelOptions.ActualConnectorStrokeStyle Property

Gets the actual connector stroke style.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public StrokeStyle ActualConnectorStrokeStyle { get; }

Property Value

Type Description
StrokeStyle

A StrokeStyle object.

Property Paths

You can access this nested property as listed below:

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