Skip to main content
All docs
V25.1
  • FunnelSeries2D.Brush Property

    Gets or sets the SolidColorBrush object used to draw funnel series points.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public SolidColorBrush Brush { get; set; }

    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