UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 493 B
import { AnchoredCategorySeriesDescription } from "./AnchoredCategorySeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class VerticalAnchoredCategorySeriesDescription 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); }