StackedBarTotalLabel.ShowConnector Property
Gets or sets the value indicating whether total labels’ connectors should be visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
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