How can I change some Chart visualizations?

B

Balex

Hi!

I've a little problem, creating OWC Charts in ASP.
It's necessary to change some visual properties of Chart. Legend'
Coordinates (Left, Top) for example...

I've read, that theese properties, usually readonly, are changeable i
event AfterLayout handler...

How can I create this handler in ASP (VB)?

Thanks for any help!!
 
A

Alvin Bruney [MVP]

You should customize this before you display. However, if you want to do so,
you will need to cast the sender argument to type chart and retrieve the
legend object from the chart. The complete function prototypes are available
in the OWC helpfiles.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top