Reference for the Mosaic class Charts::Record
|
The class 'Record' stores a single data set of a chart diagram, like a pie or bar chart.
var color Color = #FFFFFFFF;
The variable 'Color' stores the color to illustrate the data value within a chart diagram.
var int32 Value = 0;
The variable 'Value' contains the data value to be shown within a chart.