igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
21 lines (20 loc) • 440 B
TypeScript
import { Type } from "igniteui-angular-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;