Back to Devexpress

StackedBarTotalLabel.ConnectorLineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-stackedbartotallabel-c9dfa92b.md

latest1.3 KB
Original Source

StackedBarTotalLabel.ConnectorLineStyle Property

Returns the total labels’ connectors line style.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle ConnectorLineStyle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ConnectorLineStyle As LineStyle

Property Value

TypeDescription
LineStyle

The line style of total labels’ connectors.

|

See Also

StackedBarTotalLabel Class

StackedBarTotalLabel Members

DevExpress.XtraCharts Namespace