User (Legacy) 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. Link to comment Share on other sites More sharing options...
User (Legacy) 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. > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.