Record Class Values.Value

java.lang.Object
java.lang.Record
com.storedobject.svg.chart.Values.Value
Record Components:
label - Label for the data point.
value - Numerical value.
color - Optional color for the data point.
Enclosing class:
Values

public static record Values.Value(Object label, double value, String color) extends Record
Represents a single data point in the chart.
Author:
Syam