UsePeakValuesToColumns: Boolean
The UsePeakValuesToColumns property determines sparkline column drawing.
Available values:
true. Columns are drawn for maximum values (by default).
false. Columns are drawn for all values.
All sparkline points are divided into several groups, the maximum value is taken from each group, a column is built for this value. The column is built according to the group points, which it unites.
Use JSON or the setUsePeakValuesToColumns method to set the property value, and the getUsePeakValuesToColumns method to get the property value.
The example of the property use is given on the Example of Creating the Sparkline Component page.
See also: