ContourShading is an option for contour plots that specifies how the regions between contour lines should be shaded.
Contours is an option for contour plots that specifies the contours to draw.
ContourStyle is an option for contour plots that specifies the style in which contour lines or surfaces should be drawn.
ControlActive[act, norm] evaluates to act if a control that affects act is actively being used, and to norm otherwise.
ControllabilityGramian[ss] gives the controllability Gramian of the StateSpaceModel object ss.
ControllableDecomposition[ss] yields the controllable decomposition of the StateSpaceModel object ss. The result is a list {s_c, ss_c} where s_c is the transformation matrix ...
ControllableModelQ[ss] yields True if the StateSpaceModel object ss is controllable, and False otherwise.
ControllerLinking is an option for Manipulate, Graphics3D, Plot3D, and related functions that specifies whether to allow interactive control by external controllers.
ControllerMethod is an option for Manipulate, Graphics3D, Plot3D, and related functions that specifies the default way that controls on an external controller device should ...
ControllerPath is an option that gives a list of external controllers or classes of controllers to try for functions such as ControllerState, Manipulate, and Graphics3D.