Back to Devexpress

WaterfallSeriesView.TotalBarColor Property

corelibraries-devexpress-dot-xtracharts-dot-waterfallseriesview-87cd1380.md

latest2.0 KB
Original Source

WaterfallSeriesView.TotalBarColor Property

Gets or sets the total bar color.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color TotalBarColor { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property TotalBarColor As Color

Property Value

TypeDescription
Color

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

WaterfallSeriesView Class

WaterfallSeriesView Members

DevExpress.XtraCharts Namespace