Skip to main content

TotalLabel.Visible Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true to display total labels; otherwise false.

See Also