PolarGraphProperties

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

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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard