corelibraries-devexpress-dot-xtracharts-4a7e0360.md
Stores settings for a waterfall chart that displays relative data values.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class WaterfallRelativeValueOptions :
WaterfallValueOptionsBase
Public Class WaterfallRelativeValueOptions
Inherits WaterfallValueOptionsBase
Use the WaterfallRelativeValueOptions when the chart data source stores differences between absolute values.
For a chart with relative data, you can add a start bar with a given value and label. To do this, cast the ValueOptions property to WaterfallRelativeValueOptions. Then, specify the StartBarValue and StartBarLabel properties.
If the data source stores absolute data values, use the WaterfallAbsoluteValueOptions class instead of WaterfallRelativeValueOptions.
This example shows how to create a chart with a data series of the waterfall view.
WaterfallRelativeValueOptions. Use the WaterfallAbsoluteValueOptions class if the data source stores absolute data values.IXtraSupportDeserializeCollectionItem
Object ChartElement WaterfallValueOptionsBase WaterfallRelativeValueOptions
See Also