igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
21 lines (20 loc) • 813 B
TypeScript
import { IgrDataChart } from "./igr-data-chart";
import { DomainChartTestingInfo as DomainChartTestingInfo_internal } from "./DomainChartTestingInfo";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrDomainChartTestingInfo {
protected createImplementation(): DomainChartTestingInfo_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): DomainChartTestingInfo_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
get mainDataChart(): IgrDataChart;
set mainDataChart(v: IgrDataChart);
findByName(name: string): any;
}