UNPKG

igniteui-angular-charts

Version:

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

17 lines (16 loc) 559 B
import { DataLegendSeriesGroupInfo as DataLegendSeriesGroupInfo_internal } from "./DataLegendSeriesGroupInfo"; /** * Represent info about series values */ export declare class IgxDataLegendSeriesGroupInfo { protected createImplementation(): DataLegendSeriesGroupInfo_internal; protected _implementation: any; /** * @hidden */ get i(): DataLegendSeriesGroupInfo_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; findByName(name: string): any; }