ChartArgumentAxisBuilder.Categories Method
Name | Parameters | Description |
---|---|---|
Categories(JS) | value | Specifies the order of categories on an axis of the 'discrete' type. Mirrors the client-side categories option. |
Categories(IEnumerable<DateTime>) | value | Specifies the order of categories on an axis of the 'discrete' type. Mirrors the client-side categories option. |
Categories(IEnumerable<Double>) | value | Specifies the order of categories on an axis of the 'discrete' type. Mirrors the client-side categories option. |
Categories(IEnumerable<String>) | value | Specifies the order of categories on an axis of the 'discrete' type. Mirrors the client-side categories option. |