Skip to main content
A newer version of this page is available. .

WaterfallSeries2D.GetValueOptions(XYDiagram2D) Method

Gets the value of the WaterfallSeries2D.ValueOptions attached property for a specified XYDiagram2D.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public static WaterfallValueOptionsBase GetValueOptions(
    XYDiagram2D diagram
)

Parameters

Name Type Description
diagram XYDiagram2D

The diagram from which the property value is read.

Returns

Type Description
WaterfallValueOptionsBase

The waterfall value options.

See Also