Back to Devexpress

ChartControl.WaterfallStartBarColor Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-5cfed2e6.md

latest1.6 KB
Original Source

ChartControl.WaterfallStartBarColor Property

Gets or sets the waterfall start bar color.

Namespace : DevExpress.XtraCharts

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
Color

The start bar fill color.

|

Remarks

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

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace