Jump to content
Software FX Community

SoftwareFX.chartFX.chart.Paint() problem?


User (Legacy)

Recommended Posts

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

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

Archived

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

×
×
  • Create New...