ChartElementFunction is an option for charting functions such as BarChart that gives a function to use to generate the primitives for rendering each chart element.
ChartElements is an option to charting functions such as BarChart that specifies the graphics to use as the basis for bars or other chart elements.
ChartLayout is an option to charting functions which specifies the overall layout to use.
ChartStyle is an option for charting functions that specifies styles in which chart elements should be drawn.
ChebyshevU[n, x] gives the Chebyshev polynomial of the second kind U_n (x).
CheckAbort[expr, failexpr] evaluates expr, returning failexpr if an abort occurs.
Checkbox[x] represents a checkbox with setting x, displayed as CheckboxBox[True] when x is True and CheckboxBox[False] when x is False. Checkbox[Dynamic[x]] takes the setting ...
Check
(Built-in Mathematica Symbol) Check[expr, failexpr] evaluates expr, and returns the result, unless messages were generated, in which case it evaluates and returns failexpr. Check[expr, failexpr, ...
ChemicalData["name", " property"] gives the value of the specified property for the chemical " name".ChemicalData["name"] gives a structure diagram for the chemical with the ...
ChiDistribution[\[Nu]] represents a \[Chi] distribution with \[Nu] degrees of freedom.