UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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 zp; get tooltipTemplateRef(): string; set tooltipTemplateRef(a: string); private zu; get width(): string; set width(a: string); private zn; get height(): string; set height(a: string); private zl; get background(): string; set background(a: string); protected get_type(): string; constructor(); private ze; get transitionInDuration(): number; set transitionInDuration(a: number); private zf; get transitionOutDuration(): number; set transitionOutDuration(a: number); private zq; get transitionInEasingFunctionRef(): string; set transitionInEasingFunctionRef(a: string); private zt; get transitionOutEasingFunctionRef(): string; set transitionOutEasingFunctionRef(a: string); private zm; get chartType(): string; set chartType(a: string); private zo; get markerCollisionAvoidance(): string; set markerCollisionAvoidance(a: string); private xw; get isSplineShapePartOfRange(): boolean; set isSplineShapePartOfRange(a: boolean); private xx; get isTransitionInEnabled(): boolean; set isTransitionInEnabled(a: boolean); private zr; get transitionInMode(): string; set transitionInMode(a: string); private zs; get transitionInSpeedType(): string; set transitionInSpeedType(a: string); private yj; get xAxisInterval(): number; set xAxisInterval(a: number); private ym; get xAxisMinorInterval(): number; set xAxisMinorInterval(a: number); private yi; get xAxisGap(): number; set xAxisGap(a: number); private yl; get xAxisMinimumGapSize(): number; set xAxisMinimumGapSize(a: number); private yk; get xAxisMaximumGap(): number; set xAxisMaximumGap(a: number); private yn; get xAxisOverlap(): number; set xAxisOverlap(a: number); private yt; get yAxisInterval(): number; set yAxisInterval(a: number); private zk; get autoMarginAndAngleUpdateMode(): string; set autoMarginAndAngleUpdateMode(a: string); private xy; get shouldAutoExpandMarginForInitialLabels(): boolean; set shouldAutoExpandMarginForInitialLabels(a: boolean); private xz; get shouldConsiderAutoRotationForInitialLabels(): boolean; set shouldConsiderAutoRotationForInitialLabels(a: boolean); private yg; get autoExpandMarginExtraPadding(): number; set autoExpandMarginExtraPadding(a: number); private yh; get autoExpandMarginMaximumValue(): number; set autoExpandMarginMaximumValue(a: number); private x3; get yAxisFavorLabellingScaleEnd(): boolean; set yAxisFavorLabellingScaleEnd(a: boolean); private x0; get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean; set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean); private x2; get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean; set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean); private zv; get yAxisAutoRangeBufferMode(): string; set yAxisAutoRangeBufferMode(a: string); private x4; get yAxisIsLogarithmic(): boolean; set yAxisIsLogarithmic(a: boolean); private zg; get yAxisLogarithmBase(): number; set yAxisLogarithmBase(a: number); private yv; get yAxisMinimumValue(): number; set yAxisMinimumValue(a: number); private yu; get yAxisMaximumValue(): number; set yAxisMaximumValue(a: number); private yw; get yAxisMinorInterval(): number; set yAxisMinorInterval(a: number); private xq; get negativeBrushes(): string[]; set negativeBrushes(a: string[]); private xr; get negativeOutlines(): string[]; set negativeOutlines(a: string[]); private x1; get yAxisAbbreviateLargeNumbers(): boolean; set yAxisAbbreviateLargeNumbers(a: boolean); private yo; get xAxisZoomMaximumCategoryRange(): number; set xAxisZoomMaximumCategoryRange(a: number); private yp; get xAxisZoomMaximumItemSpan(): number; set xAxisZoomMaximumItemSpan(a: number); private yq; get xAxisZoomToCategoryRange(): number; set xAxisZoomToCategoryRange(a: number); private yr; get xAxisZoomToCategoryStart(): number; set xAxisZoomToCategoryStart(a: number); private ys; get xAxisZoomToItemSpan(): number; set xAxisZoomToItemSpan(a: number); private xu; get isCategoryHighlightingEnabled(): boolean; set isCategoryHighlightingEnabled(a: boolean); private xv; get isItemHighlightingEnabled(): boolean; set isItemHighlightingEnabled(a: boolean); }