UNPKG

igniteui-react-core

Version:
24 lines (23 loc) 808 B
import { CategorySeriesDescription } from "./CategorySeriesDescription"; import { StackedFragmentSeriesDescription } from "./StackedFragmentSeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class StackedSeriesBaseDescription extends CategorySeriesDescription { static $t: Type; protected get_type(): string; constructor(); private f9; get series(): StackedFragmentSeriesDescription[]; set series(a: StackedFragmentSeriesDescription[]); private gb; get autoGenerateSeries(): boolean; set autoGenerateSeries(a: boolean); private gc; get reverseLegendOrder(): boolean; set reverseLegendOrder(a: boolean); private gf; get seriesCreatedRef(): string; set seriesCreatedRef(a: string); }