igniteui-react-core
Version:
Ignite UI React Core.
16 lines (15 loc) • 463 B
TypeScript
import { Description } from "./Description";
import { PointDescription } from "./PointDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class DomainChartPlotAreaPointerEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private h;
get plotAreaPosition(): PointDescription;
set plotAreaPosition(a: PointDescription);
}