Back to Devexpress

WaterfallRelativeValueOptions.StartBarValue Property

corelibraries-devexpress-dot-xtracharts-dot-waterfallrelativevalueoptions.md

latest1.9 KB
Original Source

WaterfallRelativeValueOptions.StartBarValue Property

Gets or sets the start bar value.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public double StartBarValue { get; set; }
vb
Public Property StartBarValue As Double

Property Value

TypeDescription
Double

A number that the waterfall chart should use as an initial value.

|

Example

This example shows how to create a chart with a data series of the waterfall view.

See Also

WaterfallRelativeValueOptions Class

WaterfallRelativeValueOptions Members

DevExpress.XtraCharts Namespace