Back to Devexpress

ChartControl.WaterfallTotalBarColor Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-f0cfad39.md

latest1.7 KB
Original Source

ChartControl.WaterfallTotalBarColor Property

Gets or sets the color that is used to paint the waterfall total bar.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Color WaterfallTotalBarColor { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property WaterfallTotalBarColor As Color

Property Value

TypeDescription
Color

The total bar’s fill color.

|

Remarks

The WaterfallTotalBarColor property is intended to support serialization of the WaterfallSeriesView.TotalBarColor property, so that all the SubtotalBarColor properties for all waterfall series will have the same value. The WaterfallTotalBarColor property is hidden, and usually you don’t need to use it directly.

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace