RadarChartStyle

class RadarChartStyle(val modifier: Modifier, val chartViewStyle: ChartViewStyle, val gridColor: Color, val gridLineWidth: Float, val gridSteps: Int, val gridVisible: Boolean, val axisLineColor: Color, val axisLineWidth: Float, val axisVisible: Boolean, val axisLabelColor: Color, val axisLabelSize: TextUnit, val axisLabelPadding: Dp, val axisLabelVisible: Boolean, val categoryLegendVisible: Boolean, val categoryColors: List<Color>, val categoryPinSize: Float, val categoryPinsVisible: Boolean, val pointColorSameAsLine: Boolean, val pointColor: Color, val pointSize: Float, val pointVisible: Boolean, val lineColor: Color, val lineColors: List<Color>, val lineWidth: Float, val fillAlpha: Float, val fillVisible: Boolean) : Style

A class that defines the style for a Radar Chart.

Constructors

Link copied to clipboard
constructor(modifier: Modifier, chartViewStyle: ChartViewStyle, gridColor: Color, gridLineWidth: Float, gridSteps: Int, gridVisible: Boolean, axisLineColor: Color, axisLineWidth: Float, axisVisible: Boolean, axisLabelColor: Color, axisLabelSize: TextUnit, axisLabelPadding: Dp, axisLabelVisible: Boolean, categoryLegendVisible: Boolean, categoryColors: List<Color>, categoryPinSize: Float, categoryPinsVisible: Boolean, pointColorSameAsLine: Boolean, pointColor: Color, pointSize: Float, pointVisible: Boolean, lineColor: Color, lineColors: List<Color>, lineWidth: Float, fillAlpha: Float, fillVisible: Boolean)

Properties

Link copied to clipboard

The color of the axis labels.

Link copied to clipboard

The padding between the chart and axis labels.

Link copied to clipboard

The size of the axis labels.

Link copied to clipboard

A boolean indicating whether axis labels are visible.

Link copied to clipboard

The color of the axis lines.

Link copied to clipboard

The width of the axis lines.

Link copied to clipboard

A boolean indicating whether axis lines are visible.

Link copied to clipboard

The colors used for category pins and legend items.

Link copied to clipboard

A boolean indicating whether category legend items are visible.

Link copied to clipboard

The size of the category pins.

Link copied to clipboard

A boolean indicating whether category pins are visible.

Link copied to clipboard

The style to be applied to the chart view.

Link copied to clipboard

The alpha value for the filled area under the radar lines.

Link copied to clipboard

A boolean indicating whether the filled area is visible.

Link copied to clipboard

The color of the grid lines.

Link copied to clipboard

The width of the grid lines.

Link copied to clipboard

The number of grid rings.

Link copied to clipboard

A boolean indicating whether the grid is visible.

Link copied to clipboard

The default color of the radar lines.

Link copied to clipboard

The colors of the radar lines.

Link copied to clipboard

The width of the radar lines.

Link copied to clipboard

The modifier to be applied to the chart.

Link copied to clipboard

The color of the points.

Link copied to clipboard

A boolean indicating whether the point color matches the line color.

Link copied to clipboard

The size of the points.

Link copied to clipboard

A boolean indicating whether points are visible.

Functions

Link copied to clipboard
open override fun getProperties(): List<Pair<String, Any>>

Returns a list of the properties of the RadarChartStyle.