CWContours

3D Graph Control

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

AnchorSpecifies the value of the contour anchor.
AnchorEnabledEnables the contour anchor if set to True.
BasisSpecifies the data coordinate that the contour levels are calculated from.
CountReturns the number of objects in the collection.
IntervalSpecifies the distance between each contour level.
LevelListAdds a contour level at a specified value on the plot.
LevelsSpecifies the number of contour levels for the plot.

Methods

AddAdds a contour at the specified level.
ItemReturns the specified object from the collection.
RemoveRemoves the specified item from the collection.
RemoveAllRemoves all objects from the collection.
SetLabelColorSets the label color for all contours in the collection.
SetLabelFontSets the label font for all contours in the collection.
SetLabelFormatSets the label format string for all contours in the collection.
SetLabelVisibleSets the label visibility for all contours in the collection.
SetLineColorSets the line color for all contours in the collection.
SetLineStyleSets the line style for all contours in the collection.
SetLineWidthSets the line width for all contours in the collection.

See Also

CWContour

CWPlot3D.Contours