igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
19 lines (18 loc) • 417 B
TypeScript
import { Base, Type } from "igniteui-react-core";
import { LegendItemBadgeShape } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
/**
* @hidden
*/
export declare class DataLegendStylingRowEventArgs extends Base {
static $t: Type;
constructor();
a: LegendItemBadgeShape;
b: boolean;
c: boolean;
d: number;
f: string;
g: string;
e: string;
h: Brush;
}