igniteui-react-core
Version:
Ignite UI React Core.
252 lines (251 loc) • 8.27 kB
TypeScript
import { DomainChartDescription } from "./DomainChartDescription";
import { FormatSpecifierDescription } from "./FormatSpecifierDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare abstract class XYChartDescription extends DomainChartDescription {
static $t: Type;
protected get_type(): string;
constructor();
private u3;
get xAxisFormatLabelRef(): string;
set xAxisFormatLabelRef(a: string);
private vl;
get yAxisFormatLabelRef(): string;
set yAxisFormatLabelRef(a: string);
private s0;
get xAxisLabelLeftMargin(): number;
set xAxisLabelLeftMargin(a: number);
private s2;
get xAxisLabelTopMargin(): number;
set xAxisLabelTopMargin(a: number);
private s1;
get xAxisLabelRightMargin(): number;
set xAxisLabelRightMargin(a: number);
private sz;
get xAxisLabelBottomMargin(): number;
set xAxisLabelBottomMargin(a: number);
private tj;
get yAxisLabelLeftMargin(): number;
set yAxisLabelLeftMargin(a: number);
private tl;
get yAxisLabelTopMargin(): number;
set yAxisLabelTopMargin(a: number);
private tk;
get yAxisLabelRightMargin(): number;
set yAxisLabelRightMargin(a: number);
private ti;
get yAxisLabelBottomMargin(): number;
set yAxisLabelBottomMargin(a: number);
private u8;
get xAxisLabelTextColor(): string;
set xAxisLabelTextColor(a: string);
private vq;
get yAxisLabelTextColor(): string;
set yAxisLabelTextColor(a: string);
private u1;
get actualXAxisLabelTextColor(): string;
set actualXAxisLabelTextColor(a: string);
private u2;
get actualYAxisLabelTextColor(): string;
set actualYAxisLabelTextColor(a: string);
private td;
get xAxisTitleMargin(): number;
set xAxisTitleMargin(a: number);
private tw;
get yAxisTitleMargin(): number;
set yAxisTitleMargin(a: number);
private tc;
get xAxisTitleLeftMargin(): number;
set xAxisTitleLeftMargin(a: number);
private tv;
get yAxisTitleLeftMargin(): number;
set yAxisTitleLeftMargin(a: number);
private tf;
get xAxisTitleTopMargin(): number;
set xAxisTitleTopMargin(a: number);
private ty;
get yAxisTitleTopMargin(): number;
set yAxisTitleTopMargin(a: number);
private te;
get xAxisTitleRightMargin(): number;
set xAxisTitleRightMargin(a: number);
private tx;
get yAxisTitleRightMargin(): number;
set yAxisTitleRightMargin(a: number);
private tb;
get xAxisTitleBottomMargin(): number;
set xAxisTitleBottomMargin(a: number);
private tu;
get yAxisTitleBottomMargin(): number;
set yAxisTitleBottomMargin(a: number);
private vj;
get xAxisTitleTextColor(): string;
set xAxisTitleTextColor(a: string);
private v1;
get yAxisTitleTextColor(): string;
set yAxisTitleTextColor(a: string);
private u9;
get xAxisLabelTextStyle(): string;
set xAxisLabelTextStyle(a: string);
private vr;
get yAxisLabelTextStyle(): string;
set yAxisLabelTextStyle(a: string);
private vk;
get xAxisTitleTextStyle(): string;
set xAxisTitleTextStyle(a: string);
private v2;
get yAxisTitleTextStyle(): string;
set yAxisTitleTextStyle(a: string);
private u7;
get xAxisLabelRef(): string;
set xAxisLabelRef(a: string);
private vp;
get yAxisLabelRef(): string;
set yAxisLabelRef(a: string);
private vc;
get xAxisMajorStroke(): string;
set xAxisMajorStroke(a: string);
private vu;
get yAxisMajorStroke(): string;
set yAxisMajorStroke(a: string);
private s3;
get xAxisMajorStrokeThickness(): number;
set xAxisMajorStrokeThickness(a: number);
private tm;
get yAxisMajorStrokeThickness(): number;
set yAxisMajorStrokeThickness(a: number);
private s6;
get xAxisMinorStrokeThickness(): number;
set xAxisMinorStrokeThickness(a: number);
private tp;
get yAxisMinorStrokeThickness(): number;
set yAxisMinorStrokeThickness(a: number);
private ve;
get xAxisStrip(): string;
set xAxisStrip(a: string);
private vw;
get yAxisStrip(): string;
set yAxisStrip(a: string);
private vf;
get xAxisStroke(): string;
set xAxisStroke(a: string);
private vx;
get yAxisStroke(): string;
set yAxisStroke(a: string);
private s7;
get xAxisStrokeThickness(): number;
set xAxisStrokeThickness(a: number);
private tq;
get yAxisStrokeThickness(): number;
set yAxisStrokeThickness(a: number);
private s8;
get xAxisTickLength(): number;
set xAxisTickLength(a: number);
private tr;
get yAxisTickLength(): number;
set yAxisTickLength(a: number);
private vg;
get xAxisTickStroke(): string;
set xAxisTickStroke(a: string);
private vy;
get yAxisTickStroke(): string;
set yAxisTickStroke(a: string);
private s9;
get xAxisTickStrokeThickness(): number;
set xAxisTickStrokeThickness(a: number);
private ts;
get yAxisTickStrokeThickness(): number;
set yAxisTickStrokeThickness(a: number);
private vh;
get xAxisTitle(): string;
set xAxisTitle(a: string);
private vz;
get yAxisTitle(): string;
set yAxisTitle(a: string);
private vd;
get xAxisMinorStroke(): string;
set xAxisMinorStroke(a: string);
private vv;
get yAxisMinorStroke(): string;
set yAxisMinorStroke(a: string);
private sy;
get xAxisLabelAngle(): number;
set xAxisLabelAngle(a: number);
private th;
get yAxisLabelAngle(): number;
set yAxisLabelAngle(a: number);
private sx;
get xAxisExtent(): number;
set xAxisExtent(a: number);
private tg;
get yAxisExtent(): number;
set yAxisExtent(a: number);
private s4;
get xAxisMaximumExtent(): number;
set xAxisMaximumExtent(a: number);
private tn;
get yAxisMaximumExtent(): number;
set yAxisMaximumExtent(a: number);
private s5;
get xAxisMaximumExtentPercentage(): number;
set xAxisMaximumExtentPercentage(a: number);
private to;
get yAxisMaximumExtentPercentage(): number;
set yAxisMaximumExtentPercentage(a: number);
private ta;
get xAxisTitleAngle(): number;
set xAxisTitleAngle(a: number);
private tt;
get yAxisTitleAngle(): number;
set yAxisTitleAngle(a: number);
private st;
get xAxisInverted(): boolean;
set xAxisInverted(a: boolean);
private su;
get yAxisInverted(): boolean;
set yAxisInverted(a: boolean);
private vi;
get xAxisTitleAlignment(): string;
set xAxisTitleAlignment(a: string);
private v0;
get yAxisTitleAlignment(): string;
set yAxisTitleAlignment(a: string);
private u5;
get xAxisLabelHorizontalAlignment(): string;
set xAxisLabelHorizontalAlignment(a: string);
private vn;
get yAxisLabelHorizontalAlignment(): string;
set yAxisLabelHorizontalAlignment(a: string);
private va;
get xAxisLabelVerticalAlignment(): string;
set xAxisLabelVerticalAlignment(a: string);
private vs;
get yAxisLabelVerticalAlignment(): string;
set yAxisLabelVerticalAlignment(a: string);
private vb;
get xAxisLabelVisibility(): string;
set xAxisLabelVisibility(a: string);
private vt;
get yAxisLabelVisibility(): string;
set yAxisLabelVisibility(a: string);
private vo;
get yAxisLabelLocation(): string;
set yAxisLabelLocation(a: string);
private u6;
get xAxisLabelLocation(): string;
set xAxisLabelLocation(a: string);
private u4;
get xAxisLabelFormat(): string;
set xAxisLabelFormat(a: string);
private sp;
get xAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
set xAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
private vm;
get yAxisLabelFormat(): string;
set yAxisLabelFormat(a: string);
private sq;
get yAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
set yAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
}