AreaData

constructor(xValue: Any, points: List<Float>, color: Color)

Parameters

xValue

The x-value of the area. It can be of any type (e.g., String, Int, Float, etc.).

points

The list of y-values that define the area's shape. Each y-value corresponds to a specific data point.

color

The color of the area.