CWContours
CWContours is a collection of CWContour objects for a plot. It also has properties that affect the whole collection and methods that modify a property on all CWContour objects in the collection.
Properties
Anchor | Specifies the value of the contour anchor. |
AnchorEnabled | Enables the contour anchor if set to True. |
Basis | Specifies the data coordinate that the contour levels are calculated from. |
Count | Returns the number of objects in the collection. |
Interval | Specifies the distance between each contour level. |
LevelList | Adds a contour level at a specified value on the plot. |
Levels | Specifies the number of contour levels for the plot. |
Methods
Add | Adds a contour at the specified level. |
Item | Returns the specified object from the collection. |
Remove | Removes the specified item from the collection. |
RemoveAll | Removes all objects from the collection. |
SetLabelColor | Sets the label color for all contours in the collection. |
SetLabelFont | Sets the label font for all contours in the collection. |
SetLabelFormat | Sets the label format string for all contours in the collection. |
SetLabelVisible | Sets the label visibility for all contours in the collection. |
SetLineColor | Sets the line color for all contours in the collection. |
SetLineStyle | Sets the line style for all contours in the collection. |
SetLineWidth | Sets the line width for all contours in the collection. |
See Also
CWContour
CWPlot3D.Contours