Back to Devexpress

ChartControl.WaterfallSubtotalBarColor Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-7cb6ec22.md

latest1.7 KB
Original Source

ChartControl.WaterfallSubtotalBarColor Property

Gets or sets the color that is used to paint waterfall subtotals.

Namespace : DevExpress.XtraCharts

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
Color

The subtotal bar fill color.

|

Remarks

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

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace