Back to Devexpress

WaterfallValueOptionsBase.TotalLabel Property

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

latest2.6 KB
Original Source

WaterfallValueOptionsBase.TotalLabel Property

Gets or sets the waterfall total bar’s string label that is used in the axis label and crosshair.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public string TotalLabel { get; set; }
vb
Public Property TotalLabel As String

Property Value

TypeDescription
String

A string value that specifies the total bar label.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TotalLabel
WaterfallSeriesView

.ValueOptions .TotalLabel

|

Remarks

Use the TotalBarColor property to set the total bar 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