igniteui-angular-gauges
Version:
Ignite UI Angular gauge components.
13 lines (12 loc) • 360 B
TypeScript
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;
}