FunnelSeries2D.Brush Property
Gets or sets the SolidColorBrush object used to draw funnel series points.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v23.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
SolidColorBrush | The SolidColorBrush object used to draw funnel series points. |
Remarks
Set the ColorEach property to false to apply the Brush property to a funnel series.
See Also