igniteui-react-core
Version:
Ignite UI React Core.
17 lines (16 loc) • 473 B
TypeScript
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 gh;
get xAxisRef(): string;
set xAxisRef(a: string);
private gi;
get yAxisRef(): string;
set yAxisRef(a: string);
}