Chart Colors

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Charts >

Chart Colors

 

Colors are specified by COLORS tag. It contains initial color and steps for Hue and Saturation coordinates in HSV color space.

After passing over full circle in Hue, next step in Saturation space is performed.

 

<COLORS start="#aa8888" hue_step="30" saturation_step="10"/>

 

For multiseries chart color can be specified in a "color" attribute:

 

<SERIES>

 <S color="green" ...  >