Back to Devexpress

WaterfallSeries2D.GetConnectorStyle(XYDiagram2D) Method

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

latest1.5 KB
Original Source

WaterfallSeries2D.GetConnectorStyle(XYDiagram2D) Method

Gets the value of the WaterfallSeries2D.ConnectorStyle 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 LineStyle GetConnectorStyle(
    XYDiagram2D diagram
)
vb
Public Shared Function GetConnectorStyle(
    diagram As XYDiagram2D
) As LineStyle

Parameters

NameTypeDescription
diagramXYDiagram2D

The diagram from which the property value is read.

|

Returns

TypeDescription
LineStyle

The connectors’ style.

|

See Also

WaterfallSeries2D Class

WaterfallSeries2D Members

DevExpress.Xpf.Charts Namespace