Jump to content
Software FX Community

changing bar colors in series


User (Legacy)

Recommended Posts

thanks for your quick answer. :-)

but how can i change the color of a specific bar?

with "chart.Point[<point index>].Color = <color>;" i only can change the

color of the pointer, not of the bar?!

"SoftwareFX Support" <noreply@softwarefx.com> schrieb im Newsbeitrag

news:NTqe1mzmEHA.3352@webserver3.softwarefx.com...

> Yes.

>

> You can do:

>

> chart.MultipleColors = true;

>

> To color Per-Point instead of Per-Series.

>

> Also, you can do:

>

> chart.Point[<point index>].Color = <color>;

>

> To change the color of a specific point.

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

wow, i have been to fast. i found the solution by my self.

thanks for support! :-)

"M. Thyen" <mt@definitiv-ba.de> schrieb im Newsbeitrag

news:eNjNlszmEHA.420@webserver3.softwarefx.com...

> thanks for your quick answer. :-)

>

> but how can i change the color of a specific bar?

> with "chart.Point[<point index>].Color = <color>;" i only can change the

> color of the pointer, not of the bar?!

>

>

>

> "SoftwareFX Support" <noreply@softwarefx.com> schrieb im Newsbeitrag

> news:NTqe1mzmEHA.3352@webserver3.softwarefx.com...

> > Yes.

> >

> > You can do:

> >

> > chart.MultipleColors = true;

> >

> > To color Per-Point instead of Per-Series.

> >

> > Also, you can do:

> >

> > chart.Point[<point index>].Color = <color>;

> >

> > To change the color of a specific point.

> >

> > --

> > FP

> > Software FX

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...