Skip to main content

SeriesLabelOptions.ShowConnectors Property

Gets or sets the visibility of a connector line from the series labels to series point markers.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ShowConnectors { get; set; }

Property Value

Type Description
Boolean

true, to show the connector line; false to hide it.

Property Paths

You can access this nested property as listed below:

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