Arranging chart values

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Charts >

Arranging chart values

To arrange chart values use series order attribute.

Order attribute contains expression taking field value and returning integer, string or float for ordering chart values.

For example if field contains volume and we want to display it from largest to smallest, order attribute should be set to:

stackorder="-strtofloat(volume)"