Back to Devexpress

WaterfallValueOptionsBase.ShowTotal Property

corelibraries-devexpress-dot-xtracharts-dot-waterfallvalueoptionsbase.md

latest2.5 KB
Original Source

WaterfallValueOptionsBase.ShowTotal Property

Gets or sets whether to show the total bar.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool ShowTotal { get; set; }
vb
Public Property ShowTotal As Boolean

Property Value

TypeDescription
Boolean

true if the total label should be visible; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowTotal
WaterfallSeriesView

.ValueOptions .ShowTotal

|

Remarks

To change the total bar label, specify the TotalLabel property. Use the TotalBarColor property to set the total bar’s fill color.

Example

This example shows how to create a chart with a data series of the waterfall view.

See Also

WaterfallValueOptionsBase Class

WaterfallValueOptionsBase Members

DevExpress.XtraCharts Namespace