So i made trick as u point ...
Code: Select all
void RasChart_BeforeDrawAxes(object sender, Steema.TeeChart.Drawing.Graphics3D g)
{
if (this.Series.Count != 0)
{
(sender as RasChart).Series[0].Labels = Program.sl;
//I store labels to Program.sl
}
}
And Extra question : I have three charts. and one of them is "Main Chart"..
All of them have to have same bottom axes..
How could i set gridlines of the other charts from gridlines of MainChart...