UNPKG

igniteui-react-core

Version:
146 lines (145 loc) 4.95 kB
import { XYChartDescription } from "./XYChartDescription"; import { Type } from "./type"; /** * @hidden */ export declare class CategoryChartDescription extends XYChartDescription { static $t: Type; private ys; get tooltipTemplateRef(): string; set tooltipTemplateRef(a: string); private yx; get width(): string; set width(a: string); private yq; get height(): string; set height(a: string); private yo; get background(): string; set background(a: string); protected get_type(): string; constructor(); private yh; get transitionInDuration(): number; set transitionInDuration(a: number); private yi; get transitionOutDuration(): number; set transitionOutDuration(a: number); private yt; get transitionInEasingFunctionRef(): string; set transitionInEasingFunctionRef(a: string); private yw; get transitionOutEasingFunctionRef(): string; set transitionOutEasingFunctionRef(a: string); private yp; get chartType(): string; set chartType(a: string); private yr; get markerCollisionAvoidance(): string; set markerCollisionAvoidance(a: string); private wz; get isSplineShapePartOfRange(): boolean; set isSplineShapePartOfRange(a: boolean); private w0; get isTransitionInEnabled(): boolean; set isTransitionInEnabled(a: boolean); private yu; get transitionInMode(): string; set transitionInMode(a: string); private yv; get transitionInSpeedType(): string; set transitionInSpeedType(a: string); private xm; get xAxisInterval(): number; set xAxisInterval(a: number); private xp; get xAxisMinorInterval(): number; set xAxisMinorInterval(a: number); private xl; get xAxisGap(): number; set xAxisGap(a: number); private xo; get xAxisMinimumGapSize(): number; set xAxisMinimumGapSize(a: number); private xn; get xAxisMaximumGap(): number; set xAxisMaximumGap(a: number); private xq; get xAxisOverlap(): number; set xAxisOverlap(a: number); private xw; get yAxisInterval(): number; set yAxisInterval(a: number); private yn; get autoMarginAndAngleUpdateMode(): string; set autoMarginAndAngleUpdateMode(a: string); private w1; get shouldAutoExpandMarginForInitialLabels(): boolean; set shouldAutoExpandMarginForInitialLabels(a: boolean); private w2; get shouldConsiderAutoRotationForInitialLabels(): boolean; set shouldConsiderAutoRotationForInitialLabels(a: boolean); private xj; get autoExpandMarginExtraPadding(): number; set autoExpandMarginExtraPadding(a: number); private xk; get autoExpandMarginMaximumValue(): number; set autoExpandMarginMaximumValue(a: number); private w6; get yAxisFavorLabellingScaleEnd(): boolean; set yAxisFavorLabellingScaleEnd(a: boolean); private w3; get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean; set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean); private w5; get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean; set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean); private yy; get yAxisAutoRangeBufferMode(): string; set yAxisAutoRangeBufferMode(a: string); private w7; get yAxisIsLogarithmic(): boolean; set yAxisIsLogarithmic(a: boolean); private yj; get yAxisLogarithmBase(): number; set yAxisLogarithmBase(a: number); private xy; get yAxisMinimumValue(): number; set yAxisMinimumValue(a: number); private xx; get yAxisMaximumValue(): number; set yAxisMaximumValue(a: number); private xz; get yAxisMinorInterval(): number; set yAxisMinorInterval(a: number); private wt; get negativeBrushes(): string[]; set negativeBrushes(a: string[]); private wu; get negativeOutlines(): string[]; set negativeOutlines(a: string[]); private w4; get yAxisAbbreviateLargeNumbers(): boolean; set yAxisAbbreviateLargeNumbers(a: boolean); private xr; get xAxisZoomMaximumCategoryRange(): number; set xAxisZoomMaximumCategoryRange(a: number); private xs; get xAxisZoomMaximumItemSpan(): number; set xAxisZoomMaximumItemSpan(a: number); private xt; get xAxisZoomToCategoryRange(): number; set xAxisZoomToCategoryRange(a: number); private xu; get xAxisZoomToCategoryStart(): number; set xAxisZoomToCategoryStart(a: number); private xv; get xAxisZoomToItemSpan(): number; set xAxisZoomToItemSpan(a: number); private wx; get isCategoryHighlightingEnabled(): boolean; set isCategoryHighlightingEnabled(a: boolean); private wy; get isItemHighlightingEnabled(): boolean; set isItemHighlightingEnabled(a: boolean); }