Chart Palette

Controls the palettes that are available to points in your chart.

Example:

<palette name="SampleColorRangePalette" type="ColorRange" color_count="20">

  <gradient>

    <key color="Red" />

    <key color="Yellow" />

  </gradient>

</palette>

Back to Top