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.v20.2.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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:
Remarks
Use connectors to make the relation between the series point and its label evident.
See Also