Adding custom contour levels
Posted: Wed Sep 14, 2011 11:24 pm
I need to add custom contour levels to a contour chart.
I am using the following code:
For i = 0 To ContLevels
Dim ContLevelsVal2 = New Steema.TeeChart.Styles.ContourLevel(ContLevelsVal(i), i)
.Levels.Add(ContLevelsVal2)
Next i
or
.Levels.Add(20)
.Levels.Add(25)
This code does not work
I am using the following code:
For i = 0 To ContLevels
Dim ContLevelsVal2 = New Steema.TeeChart.Styles.ContourLevel(ContLevelsVal(i), i)
.Levels.Add(ContLevelsVal2)
Next i
or
.Levels.Add(20)
.Levels.Add(25)
This code does not work