Jump to content
Software FX Community

gradation effect in contour


User (Legacy)

Recommended Posts

The Contour chart, uses the Color array to draw each "segment" of the

contour.

You can control these colors in any way you want by doing:

chart.OpenData(COD_COLORS,<number of colors>,0)

chart1.Color[0] = <color 1>

chart1.Color[1] = <color 2>

...

chart1.CloseData(COD_COLORS)

Since the colors are given by you it is up to you if you want to supply

shades of the same color.

--

FP

Software FX

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...