corelibraries-devexpress-dot-xtracharts-dot-waterfallvalueoptionsbase.md
Gets or sets whether to show the total bar.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public bool ShowTotal { get; set; }
Public Property ShowTotal As Boolean
| Type | Description |
|---|---|
| Boolean |
true if the total label should be visible; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to ShowTotal |
|---|---|
| WaterfallSeriesView |
.ValueOptions .ShowTotal
|
To change the total bar label, specify the TotalLabel property. Use the TotalBarColor property to set the total bar’s fill color.
This example shows how to create a chart with a data series of the waterfall view.
See Also
WaterfallValueOptionsBase Class