igniteui-react-core
Version:
Ignite UI React Core.
17 lines (16 loc) • 495 B
TypeScript
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);
}