UNPKG

igniteui-react-charts

Version:

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

21 lines (20 loc) 768 B
import { DataLegendSeriesGroupInfo as DataLegendSeriesGroupInfo_internal } from "./DataLegendSeriesGroupInfo"; import { ContentChildrenManager } from "igniteui-react-core"; /** * Represent info about series values */ export declare class IgrDataLegendSeriesGroupInfo { protected createImplementation(): DataLegendSeriesGroupInfo_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): DataLegendSeriesGroupInfo_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; findByName(name: string): any; }