Skip to main content

WaterfallSeries2D.SetConnectorStyle(XYDiagram2D, LineStyle) Method

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static void SetConnectorStyle(
    XYDiagram2D diagram,
    LineStyle connectorStyle
)

Parameters

Name Type Description
diagram XYDiagram2D

The diagram to which the attached property is written.

connectorStyle LineStyle

The connectors’ line style.

See Also