Searched defs:category (Results 1 - 1 of 1) sorted by relevance

/yui3/src/charts/js/
H A DChartBase.js67 * <dt>axis</dt><dd>The axis to which the category is bound.</dd>
68 * <dt>displayName</dt><dd>The display name set to the category (defaults to key if not provided).</dd>
69 * <dt>key</dt><dd>The key of the category.</dd>
70 * <dt>value</dt><dd>The value of the category.</dd>
130 * The key value used for the chart's category axis.
134 * @default category
137 value: "category"
141 * Indicates the type of axis to use for the category axis.
144 * <dt>category</dt><dd>Specifies a `CategoryAxis`.</dd>
150 * @default category
[all...]

Completed in 39 milliseconds