Skip to main content

StackedBarTotalLabel.ConnectorLineStyle Property

Returns the total labels’ connectors line style.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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