UNPKG

igniteui-angular-gauges

Version:

Ignite UI Angular gauge components.

13 lines (12 loc) 360 B
import { FormatLinearGraphLabelEventArgs } from "./FormatLinearGraphLabelEventArgs"; import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare class AlignLinearGraphLabelEventArgs extends FormatLinearGraphLabelEventArgs { static $t: Type; width: number; height: number; offsetX: number; offsetY: number; }