Thank you very much~
This seems to work ok with following:
Code: Select all
if (tChart1.Series[index1] is Steema.TeeChart.Styles.HighLow)
{
(tChart1.Series[index1] as Steema.TeeChart.Styles.HighLow).LowValues.RemoveAt(0);
}
Code: Select all
if (tChart1.Series[index1] is Steema.TeeChart.Styles.HighLow)
{
(tChart1.Series[index1] as Steema.TeeChart.Styles.HighLow).LowValues.RemoveAt(0);
}