Back to Devexpress

WaterfallSeriesView.FallingBarColor Property

corelibraries-devexpress-dot-xtracharts-dot-waterfallseriesview-9ff72c5a.md

latest2.1 KB
Original Source

WaterfallSeriesView.FallingBarColor Property

Gets or sets the falling bar color.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Color

The falling bar’s fill color.

|

Remarks

Use the RisingBarColor property to change a rising bars’ 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