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

WaterfallSeries2D.SetValueOptions(XYDiagram2D, WaterfallValueOptionsBase) Method

Sets the WaterfallSeries2D.ValueOptions attached property value to the specified XYDiagram2D.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public static void SetValueOptions(
    XYDiagram2D diagram,
    WaterfallValueOptionsBase valueOptions
)

Parameters

Name Type Description
diagram XYDiagram2D

The diagram to which the attached property is written.

valueOptions WaterfallValueOptionsBase

The waterfall chart value options.

See Also