Back to Devexpress

ChartControl.WaterfallConnectorColor Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-bfc4caa1.md

latest1.7 KB
Original Source

ChartControl.WaterfallConnectorColor Property

Gets or sets the color of connectors displayed between waterfall chart bars.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Color WaterfallConnectorColor { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property WaterfallConnectorColor As Color

Property Value

TypeDescription
Color

A color that the chart uses to paint connectors.

|

Remarks

The WaterfallConnectorColor property is intended to support serialization of the WaterfallSeriesView.ConnectorColor property, so that all the ConnectorColor properties for all waterfall series will have the same value. The WaterfallConnectorColor property is hidden, and usually you don’t need to use it directly.

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace