UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

23 lines (22 loc) 515 B
import { Type } from "igniteui-react-core"; /** * Describes available shapes for a category item highlight. */ export declare enum CategoryItemHighlightType { /** * The default depends on the series being highlighted. */ Auto = 0, /** * The highlight should use a marker shape. */ Marker = 1, /** * The highlight should use a filled band shape. */ Shape = 2 } /** * @hidden */ export declare let CategoryItemHighlightType_$type: Type;