Lines Matching defs:category
67 * <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
153 value:"category"
298 * the category axis is the value of the `categoryKey` (`category`). For the value axis, the default
317 * Returns the category axis for the chart.
374 hash = {category:cats[i]};
429 category: Y.CategoryAxis,
687 * <dt>categoryItem</dt><dd>Hash containing information about the category `Axis`.</dd>
705 * <dt>categoryItem</dt><dd>Hash containing information about the category `Axis`.</dd>
723 * <dt>categoryItem</dt><dd>Hash containing information about the category `Axis`.</dd>
741 * <dt>categoryItem</dt><dd>Hash containing information about the category `Axis`.</dd>
759 * <dt>categoryItem</dt><dd>Hash containing information about the category `Axis`.</dd>
776 categoryItem:items.category,
1090 * <dt>axis</dt><dd>The axis to which the category is bound.</dd>
1091 * <dt>displayName</dt><dd>The display name set to the category (defaults to key if not provided)</dd>
1092 * <dt>key</dt><dd>The key of the category.</dd>
1093 * <dt>value</dt><dd>The value of the category</dd>