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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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

Property Value

Type Description
LineStyle

The line style of total labels’ connectors.

See Also