Jump to content
Software FX Community

MultipleColors property in a combination chart


User (Legacy)

Recommended Posts

As you pointed out, MultipleColors is a property at the chart level, not at

the series level, so you can not have "automatic" multiple colors for one

series only.

You can however, without using MultipleColors, set the color of each point

independently using the following:

chart.Point[<Series Index>,<Point Index>].Color = <your color>;

This can be done in a per-point basis so you can do it to all or some points

of one or more series.

--

FP

Software FX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...