UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

14 lines (13 loc) 267 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class DataLegendRenderContext extends Base { static $t: Type; constructor(); b: number; c: number; e: number; d: number; a: number; }