UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 473 B
import { StackedSeriesBaseDescription } from "./StackedSeriesBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class VerticalStackedSeriesBaseDescription extends StackedSeriesBaseDescription { static $t: Type; protected get_type(): string; constructor(); private gm; get xAxisRef(): string; set xAxisRef(a: string); private gn; get yAxisRef(): string; set yAxisRef(a: string); }