Skip to main content
A newer version of this page is available. .

StackedBarTotalLabel.ConnectorLineStyle Property

Returns the total labels’ connectors line style.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public LineStyle ConnectorLineStyle { get; }

Property Value

Type Description
LineStyle

The line style of total labels’ connectors.

See Also