Back to Devexpress

WaterfallRelativeValueOptions Class

corelibraries-devexpress-dot-xtracharts-4a7e0360.md

latest2.8 KB
Original Source

WaterfallRelativeValueOptions Class

Stores settings for a waterfall chart that displays relative data values.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class WaterfallRelativeValueOptions :
    WaterfallValueOptionsBase
vb
Public Class WaterfallRelativeValueOptions
    Inherits WaterfallValueOptionsBase

Remarks

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.

Example

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

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement WaterfallValueOptionsBase WaterfallRelativeValueOptions

See Also

WaterfallRelativeValueOptions Members

DevExpress.XtraCharts Namespace