PolarGraphProperties

constructor(radialGridType: RadialGridType, radialAxisGridLineStyle: LineStyle?, angularAxisGridLineStyle: LineStyle?, angularLabelGap: Dp, radialLabelGap: Dp, background: AreaStyle?)

Parameters

radialGridType

The type of radial grid lines to use - circles or line segments between radial axis line.

radialAxisGridLineStyle

Styling for the radial axis grid lines

angularAxisGridLineStyle

Styling for the angular axis grid lines

angularLabelGap

Distance of the angular axis labels from the plot's outermost grid line

radialLabelGap

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.