Back to Devexpress

WaterfallSeriesView.ValueOptions Property

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

latest2.4 KB
Original Source

WaterfallSeriesView.ValueOptions Property

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

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public WaterfallValueOptionsBase ValueOptions { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property ValueOptions As WaterfallValueOptionsBase

Property Value

TypeDescription
WaterfallValueOptionsBase

The value options.

|

Remarks

Use the WaterfallRelativeValueOptions class if a data source stores relative data values; use the WaterfallAbsoluteValueOptions class for absolute data values.

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