Page 1 of 1

ActiveX vs .Net

Posted: Fri Nov 17, 2006 8:34 am
by 9637394
Hi

Is there a place where I can see the differences between ActiveX and .Net version of TChart properties, methods and interfaces?



What I'm looking for is this:

In activeX I had the following:
xxx.Axis.Custom(number).PositionPercent = value

I don't know what to call i .net, since PositionPercent is not available.

/M

Posted: Fri Nov 17, 2006 9:25 am
by narcis
Hi Michal,

We don't have such a resource available. However you can ask here any doubt you may have. In that case, the equivalent property is:

Code: Select all

			tChart1.Axes.Custom[0].RelativePosition = value;