User (Legacy) 2 Posted October 10, 2002 Report Share Posted October 10, 2002 I tried to use this method in this way: SoftwareFX.ChartFX.Chart chart1 = new SoftwareFX.ChartFX.Chart(); chart1.Paint(....); While building it, I always got this error: "System.Windows.Forms.Control.Paint denotes a 'event ' where a 'method' is expected." It seems that compiler firstly looks on it as a control, then generated this error msg. Any way to resolve it? Many thanks. Quote Link to post Share on other sites
User (Legacy) 2 Posted October 10, 2002 Author Report Share Posted October 10, 2002 I have figured it out. It is not the problem of component . Sorry about that. "Jason Xu" <hunose76@yahoo.com> wrote in message news:hUsVVvGcCHA.1316@webserver1.softwarefx.com... > I tried to use this method in this way: > SoftwareFX.ChartFX.Chart chart1 = new SoftwareFX.ChartFX.Chart(); > > chart1.Paint(....); > > While building it, I always got this error: > > "System.Windows.Forms.Control.Paint denotes a 'event ' where a 'method' is > expected." > > It seems that compiler firstly looks on it as a control, then generated this > error msg. > > Any way to resolve it? > > Many thanks. > > > Quote Link to post Share on other sites
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.