Skip to main content
A newer version of this page is available.
All docs
V21.2

XRChart.WaterfallStartBarColor Property

The property is not intended for use in your code.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public Color WaterfallStartBarColor { get; set; }

Property Value

Type Description
Color

The start bar fill color.

Remarks

This property supports waterfall series serialization and should not be used in your code.

See Also