Back to Devexpress

WaterfallSeriesView.StartBarColor Property

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

latest2.0 KB
Original Source

WaterfallSeriesView.StartBarColor Property

Gets or sets the start bar color.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Color

The start bar 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