WaterfallSeries2D.SetValueOptions(XYDiagram2D, WaterfallValueOptionsBase) Method
Sets the WaterfallSeries2D.ValueOptions attached property value to the specified XYDiagram2D.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: 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