Back to Devexpress

WaterfallSeries2D.GetValueOptions(XYDiagram2D) Method

wpf-devexpress-dot-xpf-dot-charts-dot-waterfallseries2d-dot-getvalueoptions-x28-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-x29.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public static WaterfallValueOptionsBase GetValueOptions(
    XYDiagram2D diagram
)
vb
Public Shared Function GetValueOptions(
    diagram As XYDiagram2D
) As WaterfallValueOptionsBase

Parameters

NameTypeDescription
diagramXYDiagram2D

The diagram from which the property value is read.

|

Returns

TypeDescription
WaterfallValueOptionsBase

The waterfall value options.

|

See Also

WaterfallSeries2D Class

WaterfallSeries2D Members

DevExpress.Xpf.Charts Namespace