igniteui-react-core
Version:
Ignite UI React Core.
146 lines (145 loc) • 4.95 kB
TypeScript
import { XYChartDescription } from "./XYChartDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class CategoryChartDescription extends XYChartDescription {
static $t: Type;
private y4;
get tooltipTemplateRef(): string;
set tooltipTemplateRef(a: string);
private y9;
get width(): string;
set width(a: string);
private y2;
get height(): string;
set height(a: string);
private y0;
get background(): string;
set background(a: string);
protected get_type(): string;
constructor();
private yt;
get transitionInDuration(): number;
set transitionInDuration(a: number);
private yu;
get transitionOutDuration(): number;
set transitionOutDuration(a: number);
private y5;
get transitionInEasingFunctionRef(): string;
set transitionInEasingFunctionRef(a: string);
private y8;
get transitionOutEasingFunctionRef(): string;
set transitionOutEasingFunctionRef(a: string);
private y1;
get chartType(): string;
set chartType(a: string);
private y3;
get markerCollisionAvoidance(): string;
set markerCollisionAvoidance(a: string);
private xb;
get isSplineShapePartOfRange(): boolean;
set isSplineShapePartOfRange(a: boolean);
private xc;
get isTransitionInEnabled(): boolean;
set isTransitionInEnabled(a: boolean);
private y6;
get transitionInMode(): string;
set transitionInMode(a: string);
private y7;
get transitionInSpeedType(): string;
set transitionInSpeedType(a: string);
private xy;
get xAxisInterval(): number;
set xAxisInterval(a: number);
private x1;
get xAxisMinorInterval(): number;
set xAxisMinorInterval(a: number);
private xx;
get xAxisGap(): number;
set xAxisGap(a: number);
private x0;
get xAxisMinimumGapSize(): number;
set xAxisMinimumGapSize(a: number);
private xz;
get xAxisMaximumGap(): number;
set xAxisMaximumGap(a: number);
private x2;
get xAxisOverlap(): number;
set xAxisOverlap(a: number);
private x8;
get yAxisInterval(): number;
set yAxisInterval(a: number);
private yz;
get autoMarginAndAngleUpdateMode(): string;
set autoMarginAndAngleUpdateMode(a: string);
private xd;
get shouldAutoExpandMarginForInitialLabels(): boolean;
set shouldAutoExpandMarginForInitialLabels(a: boolean);
private xe;
get shouldConsiderAutoRotationForInitialLabels(): boolean;
set shouldConsiderAutoRotationForInitialLabels(a: boolean);
private xv;
get autoExpandMarginExtraPadding(): number;
set autoExpandMarginExtraPadding(a: number);
private xw;
get autoExpandMarginMaximumValue(): number;
set autoExpandMarginMaximumValue(a: number);
private xi;
get yAxisFavorLabellingScaleEnd(): boolean;
set yAxisFavorLabellingScaleEnd(a: boolean);
private xf;
get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
private xh;
get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
private za;
get yAxisAutoRangeBufferMode(): string;
set yAxisAutoRangeBufferMode(a: string);
private xj;
get yAxisIsLogarithmic(): boolean;
set yAxisIsLogarithmic(a: boolean);
private yv;
get yAxisLogarithmBase(): number;
set yAxisLogarithmBase(a: number);
private ya;
get yAxisMinimumValue(): number;
set yAxisMinimumValue(a: number);
private x9;
get yAxisMaximumValue(): number;
set yAxisMaximumValue(a: number);
private yb;
get yAxisMinorInterval(): number;
set yAxisMinorInterval(a: number);
private w5;
get negativeBrushes(): string[];
set negativeBrushes(a: string[]);
private w6;
get negativeOutlines(): string[];
set negativeOutlines(a: string[]);
private xg;
get yAxisAbbreviateLargeNumbers(): boolean;
set yAxisAbbreviateLargeNumbers(a: boolean);
private x3;
get xAxisZoomMaximumCategoryRange(): number;
set xAxisZoomMaximumCategoryRange(a: number);
private x4;
get xAxisZoomMaximumItemSpan(): number;
set xAxisZoomMaximumItemSpan(a: number);
private x5;
get xAxisZoomToCategoryRange(): number;
set xAxisZoomToCategoryRange(a: number);
private x6;
get xAxisZoomToCategoryStart(): number;
set xAxisZoomToCategoryStart(a: number);
private x7;
get xAxisZoomToItemSpan(): number;
set xAxisZoomToItemSpan(a: number);
private w9;
get isCategoryHighlightingEnabled(): boolean;
set isCategoryHighlightingEnabled(a: boolean);
private xa;
get isItemHighlightingEnabled(): boolean;
set isItemHighlightingEnabled(a: boolean);
}