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