Skip to main content

StackedBarTotalLabel.ShowConnector Property

Gets or sets the value indicating whether total labels’ connectors should be visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool ShowConnector { get; set; }

Property Value

Type Description
Boolean

true if total labels’ connectors should be visible; otherwise false.

See Also