Charts

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library >

Charts

 

Charts are created using CHART tag. It has the following  format:

 

    <CHART width="…" height="…" valueformat=”//”>

     <SERIES>

      <S type="type" x="x-field" y="y-field"></S>

     </SERIES>

     <SQL>

      …  

     </SQL>

    </CHART>

 

Where “type” attribute defines type of the chart, and “x-field” and “y-field” attributes specify labels and values.

Valueformat attribute is used to specify legend and marks values format (via FormatFloat function).

When chart contains several series, z order for series can be set via zindex attribute.