Skip to main content

BootstrapChartSeriesLabelSettings.ConnectorVisible Property

Gets or sets a value specifying the visibility of connectors between series points and their labels.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(false)]
public virtual bool ConnectorVisible { get; set; }

Property Value

Type Default Description
Boolean false

true, if connectors are visible; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ConnectorVisible
BootstrapChartCommonSeriesBase
.Label .ConnectorVisible

Remarks

Use connectors to make the relation between the series point and its label evident.

BootstrapCharts-Connector

See Also