Sparkline.UsePeakValuesToColumns

Syntax

UsePeakValuesToColumns: Boolean

Description

The UsePeakValuesToColumns property determines sparkline column drawing.

Comments

Available 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.

Example

The example of the property use is given on the Example of Creating the Sparkline Component page.

See also:

Sparkline