Polar Graph Properties
data class PolarGraphProperties(val radialGridType: RadialGridType, val radialAxisGridLineStyle: LineStyle?, val angularAxisGridLineStyle: LineStyle?, val angularLabelGap: Dp, val radialLabelGap: Dp, val background: AreaStyle?)
Properties used to customize the visuals and layout of a PolarGraph.
Parameters
radial Grid Type
The type of radial grid lines to use - circles or line segments between radial axis line.
radial Axis Grid Line Style
Styling for the radial axis grid lines
angular Axis Grid Line Style
Styling for the angular axis grid lines
angular Label Gap
Distance of the angular axis labels from the plot's outermost grid line
radial Label Gap
Distance between the radial labels and the axis line
background
The style to apply to the background of the plot area that contains the gridlines.