I have multiple charts all pointing to the same event handler, so the code:
chart1.Axis.Bottom will not work. Is there not some general Type I can compare with like
Code: Select all
if((sender) typeof(Steema.TChart.Axis.Bottom))?
Code: Select all
if((sender) typeof(Steema.TChart.Axis.Bottom))?