Jump to content
Software FX Community

Extensibility advice


User (Legacy)

Recommended Posts

The chart control is complex containing several controls in it.

To draw a line in the chart canvas you have 2 options:

1) Recommended. Use the annotation extensions (included with the product).

For more information please refer to the programmer's guide, under "Chart FX

Extensions - Chart FX Annotations".

2) Use the PrePaint / PostPaint events. This approach only works if you are

generating an image.

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Are certain classes unavailable in the trial version? It seems that I have 

the same problem I had with Print command, I don´t see Annotations class!

I´m confused...

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:V6etZTjjGHA.520@webserver3.softwarefx.com...

> The chart control is complex containing several controls in it.

>

> To draw a line in the chart canvas you have 2 options:

>

> 1) Recommended. Use the annotation extensions (included with the product).

> For more information please refer to the programmer´s guide, under "Chart

> FX Extensions - Chart FX Annotations".

>

> 2) Use the PrePaint / PostPaint events. This approach only works if you

> are generating an image.

>

> --

> Francisco Padron

> www.chartfx.com

>

post-2107-13922364384808_thumb.gif

Link to comment
Share on other sites

Please ignore the previous post. It was just a separate dll I had to 

reference...

"Alexei dragoner" <alexei.dragoner@gmail.com> wrote in message

news:pENgvsSkGHA.1788@webserver3.softwarefx.com...

> Are certain classes unavailable in the trial version? It seems that I have

> the same problem I had with Print command, I don´t see Annotations class!

> I´m confused...

>

> "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> news:V6etZTjjGHA.520@webserver3.softwarefx.com...

>> The chart control is complex containing several controls in it.

>>

>> To draw a line in the chart canvas you have 2 options:

>>

>> 1) Recommended. Use the annotation extensions (included with the

>> product). For more information please refer to the programmer´s guide,

>> under "Chart FX Extensions - Chart FX Annotations".

>>

>> 2) Use the PrePaint / PostPaint events. This approach only works if you

>> are generating an image.

>>

>> --

>> Francisco Padron

>> www.chartfx.com

>>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...