Back to Devexpress

WaterfallSeriesView.ConnectorColor Property

corelibraries-devexpress-dot-xtracharts-dot-waterfallseriesview-53fb80eb.md

latest2.2 KB
Original Source

WaterfallSeriesView.ConnectorColor Property

Gets or sets the connector color.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color ConnectorColor { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property ConnectorColor As Color

Property Value

TypeDescription
Color

A color that the chart uses to paint connectors.

|

Remarks

Use the ConnectorStyle.Thickness property to change the connector thickness.

Example

This example shows how to create a chart with a data series of the waterfall view.

See Also

WaterfallSeriesView Class

WaterfallSeriesView Members

DevExpress.XtraCharts Namespace