UNPKG

igniteui-react-charts

Version:

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

21 lines (20 loc) 438 B
import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum ActualLegendItemBadgeShape { CircleShape = 0, LineWithMarker = 1, LineMarkerless = 2, BarShape = 3, ColumnShape = 4, SquareShape = 5, SquareFinancial = 6, SquareIndicator = 7, MarkerShape = 8, HiddenShape = 9 } /** * @hidden */ export declare let ActualLegendItemBadgeShape_$type: Type;