Page 1 of 1

asPie

Posted: Mon Jan 17, 2005 9:21 pm
by 8128609
is there an equivalent using asPie in .NET.

The code I was using in ax is:

ReturnChart.Series[0] .asPie.Circled=true

Posted: Tue Jan 18, 2005 1:11 am
by Pep
Hi Cory,

in C# you can do for example :
(tChart2.Series[0] as Steema.TeeChart.Styles.Pie).Dark3D = false;