Back to Devexpress

WaterfallSeriesView.RisingBarColor Property

corelibraries-devexpress-dot-xtracharts-dot-waterfallseriesview-fb76ea1e.md

latest2.1 KB
Original Source

WaterfallSeriesView.RisingBarColor Property

Gets or sets the rising bar color.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Color

The rising bar’s fill color.

|

Remarks

Use the FallingBarColor property to change a falling 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