Back to Devexpress

WaterfallSeriesView.ConnectorStyle Property

corelibraries-devexpress-dot-xtracharts-dot-waterfallseriesview-0d73a9af.md

latest2.1 KB
Original Source

WaterfallSeriesView.ConnectorStyle Property

Gets or sets the connector style settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle ConnectorStyle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property ConnectorStyle As LineStyle

Property Value

TypeDescription
LineStyle

The connector style settings.

|

Remarks

To change the connector color, use the ConnectorColor property.

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