NuGridSparklineData

Description

The NuGridSparklineData class is used to work with sparkline data.

Inheritance Hierarchy

          NSObject

          NuGridSparklineData

Comments

Sparklines are the small line charts inside separate cells. Sparklines display data series trends. They are recommended for more visual presentation of large datasets.

Properties

values. Array of values for a sparkline.

maxValue. Maximum data value.

minValue. Minimum data value.

maxPeakElementIndex. Index of the value that corresponds to maximum sparkline node.

minPeakElementIndex. Index of the value that corresponds to minimum sparkline node.

See also:

Classes