Polar Graph Properties
constructor(radialGridType: RadialGridType, radialAxisGridLineStyle: LineStyle?, angularAxisGridLineStyle: LineStyle?, angularLabelGap: Dp, radialLabelGap: Dp, background: AreaStyle?)
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.