[]
Remove contour level with specified value from the collection.
public void Remove(double value)
Type | Name | Description |
---|---|---|
double | value | Value of the level to remove. |
Remove specified Chart3DContourLevel object from the collection.
public void Remove(Chart3DContourLevel lvl)
Type | Name | Description |
---|---|---|
Chart3DContourLevel | lvl | The Chart3DContourLevel to remove. |