UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 495 B
import { AnchoredCategorySeriesDescription } from "./AnchoredCategorySeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class HorizontalAnchoredCategorySeriesDescription extends AnchoredCategorySeriesDescription { static $t: Type; protected get_type(): string; constructor(); private gx; get xAxisRef(): string; set xAxisRef(a: string); private gy; get yAxisRef(): string; set yAxisRef(a: string); }