Specifies how a series shape is filled. Used by the area, column and bar series families (including their stacked, full-stacked, range and bullet variants) and by the pie and donut series.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public enum FillMode| Name | Description |
|---|---|
| Gradient | The shape is filled with a gradient of the series color which fades towards the axis baseline. |
| Solid | The shape is filled with a solid color. |
| None | The shape is not filled - only the outline (or line) is rendered. |