corelibraries-devexpress-dot-xtracharts-dot-waterfallseriesview.md
Gets or sets settings specific to the relative or absolute data source values.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public WaterfallValueOptionsBase ValueOptions { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property ValueOptions As WaterfallValueOptionsBase
| Type | Description |
|---|---|
| WaterfallValueOptionsBase |
The value options.
|
Use the WaterfallRelativeValueOptions class if a data source stores relative data values; use the WaterfallAbsoluteValueOptions class for absolute data values.
This example shows how to create a chart with a data series of the waterfall view.
See Also