User (Legacy) Posted September 15, 2004 Report Share Posted September 15, 2004 is it possible to change the bar colors in single series? i want to get a bar chart with different colors for each bar, but only one series. regards Link to comment Share on other sites More sharing options...
Software FX Posted September 15, 2004 Report Share Posted September 15, 2004 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 More sharing options...
User (Legacy) Posted September 15, 2004 Author Report Share Posted September 15, 2004 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 More sharing options...
User (Legacy) Posted September 15, 2004 Author Report Share Posted September 15, 2004 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.