RadarDataSet
        Inherits: BaseControl
A collection of RadarDataSetEntry drawn as a filled radar shape.
Properties
- 
          border_color(ColorValue) –The color of the dataset outline. 
- 
          border_width(Number) –The width of the dataset outline. 
- 
          entries(list[RadarDataSetEntry]) –The data points that compose this set. 
- 
          entry_radius(Number) –The radius of each entry. 
- 
          fill_color(ColorValue) –The color used to fill this dataset. 
- 
          fill_gradient(Gradient | None) –The gradient used to fill this dataset. 
Properties#
entries: list[RadarDataSetEntry] = field(
    default_factory=list
)
The data points that compose this set.
fill_gradient: Gradient | None = None
The gradient used to fill this dataset.
Takes precedence over fill_color.