StackedBarTotalLabel.ShowConnector Property
Gets or sets the value indicating whether total labels’ connectors should be visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public bool ShowConnector { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if total labels’ connectors should be visible; otherwise false. |
See Also