Skip to main content

WaterfallSeries2D.SetConnectorBrush(XYDiagram2D, Brush) Method

Sets the WaterfallSeries2D.ConnectorBrush 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 SetConnectorBrush(
    XYDiagram2D diagram,
    Brush connectorBrush
)

Parameters

Name Type Description
diagram XYDiagram2D

The diagram to which the attached property is written.

connectorBrush Brush

The brush that is used to draw connectors.

See Also