User (Legacy) Posted April 19, 2002 Report Share Posted April 19, 2002 I want to set the color of a series. The example (translated to C#) in help is: Using SoftwareFX.ChartFX: ... Chart1.Series[0].Color = Color.Red; There does not appear to be any Color object in the SoftwareFX.ChartFX namespace. Did it change name or is it in another namespace? Jib Ray Quote Link to comment Share on other sites More sharing options...
Software FX Posted April 22, 2002 Report Share Posted April 22, 2002 The Color class a native .NET class it is defined in the System.Drawing Namespace. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.