UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

19 lines (18 loc) 514 B
import { Base, Type } from "igniteui-angular-core"; import { Brush } from "igniteui-angular-core"; /** * @hidden */ export declare class AxisDefaults extends Base { static $t: Type; static readonly a: number; static readonly c: number; static readonly b: number; static readonly e: number; static readonly d: number; static readonly f: number; static readonly g: Brush; static readonly i: Brush; static readonly h: Brush; static readonly j: Brush; }