Something like:
- Code: Select all
Chart1.series.items[0].data.values[117].format.stroke.fill="red";
or
Chart1.series.items[0].data.ValuesIndex[117].ValueColour("red");
How would I do that?
I'd appreciate any suggestions or help on how to achieve it. Many thanks.