about TeeChart.EToolClass.tcDataTable
Posted: Mon Oct 22, 2007 8:17 am
how can i set the legend of the TeeChart.EToolClass.tcDataTable?
i can't find any method to set this property.
i can't find any method to set this property.
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
TChart1.Tools.Items(0).asDataTable.Legend.Show
Code: Select all
axTChart1.Tools.Add(TeeChart.EToolClass.tcDataTable);
axTChart1.Tools.get_Items(0).asDataTable.Legend.Show();