/*! * devextreme-angular-test * Version: 17.2.8 * Build date: Mon Feb 05 2018 * * Copyright (c) 2012 - 2018 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/devextreme-angular */ import { QueryList } from '@angular/core'; import DevExpress from 'devextreme/bundles/dx.all'; import { NestedOptionHost } from '../../core/nested-option'; import { NestedOption } from '../../core/nested-option'; import { DxiConstantLineComponent } from './constant-line-dxi'; import { DxiStripComponent } from './strip-dxi'; export declare class DxoValueAxisComponent extends NestedOption { allowDecimals: boolean; axisDivisionFactor: number; categories: Array; color: string; constantLines: Array; constantLineStyle: any; discreteAxisDivisionMode: string; endOnTick: boolean; grid: any; inverted: boolean; label: any; logarithmBase: number; maxValueMargin: number; minorGrid: any; minorTick: any; minorTickCount: number; minorTickInterval: number | string | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }; minValueMargin: number; opacity: number; setTicksAtUnitBeginning: boolean; showZero: boolean; strips: Array; stripStyle: any; tick: any; tickInterval: number | string | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }; type: string; valueMarginsEnabled: boolean; valueType: string; visible: boolean; width: number; max: number; min: number; protected readonly _optionPath: string; constantLinesChildren: QueryList; stripsChildren: QueryList; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); } export declare class DxoValueAxisModule { }