ChartViewStyle

class ChartViewStyle(val modifierMain: Modifier, val styleTitle: TextStyle, val modifierTopTitle: Modifier, val modifierLegend: Modifier, val innerPadding: Dp, val width: Dp, val backgroundColor: Color)

A class that defines the style for a Chart View.

Constructors

Link copied to clipboard
constructor(modifierMain: Modifier, styleTitle: TextStyle, modifierTopTitle: Modifier, modifierLegend: Modifier, innerPadding: Dp, width: Dp, backgroundColor: Color)

Properties

Link copied to clipboard

The background color of the chart view.

Link copied to clipboard

The inner padding of the chart view.

Link copied to clipboard

The modifier to be applied to the legend of the chart view.

Link copied to clipboard

The main modifier to be applied to the chart view.

Link copied to clipboard

The modifier to be applied to the top title of the chart view.

Link copied to clipboard

The style to be applied to the title of the chart view.

Link copied to clipboard
val width: Dp

The width of the chart view.