Back to Devexpress

WaterfallSeriesView.SubtotalBarColor Property

corelibraries-devexpress-dot-xtracharts-dot-waterfallseriesview-c7ad3a58.md

latest2.0 KB
Original Source

WaterfallSeriesView.SubtotalBarColor Property

Gets or sets the subtotal bar color.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Color

The subtotal bar fill color.

|

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