[]
Add specified contour level to the collection.
public int Add(Chart3DContourLevel level)
Type | Name | Description |
---|---|---|
Chart3DContourLevel | level | The Chart3DContourLevel to add. |
Type | Description |
---|---|
int | An integer indicating the index of the collection to which the contour level was added. |
Add new contour level with specified value to the collection.
public int Add(double value)
Type | Name | Description |
---|---|---|
double | value | Value of the new contour level. |
Type | Description |
---|---|
int | An integer indicating the index of the collection to which the contour level was added. |