UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 255 B
import { Type } from "./type"; /** * @hidden */ export declare const enum ScatterType { Unknown = 0, Polyline = 1, Polygon = 2, Point = 3, BreakEven = 4 } /** * @hidden */ export declare let ScatterType_$type: Type;