import * as i0 from '@angular/core'; import { OnDestroy, OnInit, QueryList, EventEmitter } from '@angular/core'; import { NestedOption, NestedOptionHost, CollectionNestedOption } from 'devextreme-angular/core'; import { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod, dxChartCommonSeriesSettings, FinancialChartReductionLevel } from 'devextreme/viz/chart'; import { Format, SliderValueChangeMode, HorizontalAlignment, ExportFormat, VerticalEdge } from 'devextreme/common'; import { BackgroundImageLocation, ChartAxisScale, AxisScale } from 'devextreme/viz/range_selector'; import { DashStyle, ScaleBreakLineStyle, Palette, PaletteExtensionMode, ChartsDataType, ChartsColor, HatchDirection, Font, RelativePosition, SeriesHoverMode, PointInteractionMode, PointSymbol, SeriesSelectionMode, SeriesType, ValueErrorBarDisplayMode, ValueErrorBarType, LabelOverlap, TimeInterval, ScaleBreak, DiscreteAxisDivisionMode, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { ChartSeries } from 'devextreme/viz/common'; import { Format as Format$1 } from 'devextreme/common/core/localization'; /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorAggregationIntervalComponent extends NestedOption implements OnDestroy, OnInit { get days(): number; set days(value: number); get hours(): number; set hours(value: number); get milliseconds(): number; set milliseconds(value: number); get minutes(): number; set minutes(value: number); get months(): number; set months(value: number); get quarters(): number; set quarters(value: number); get seconds(): number; set seconds(value: number); get weeks(): number; set weeks(value: number); get years(): number; set years(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorAggregationIntervalModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorAggregationComponent extends NestedOption implements OnDestroy, OnInit { get calculate(): ((aggregationInfo: chartPointAggregationInfoObject, series: chartSeriesObject) => Record | Array>) | undefined; set calculate(value: ((aggregationInfo: chartPointAggregationInfoObject, series: chartSeriesObject) => Record | Array>) | undefined); get enabled(): boolean; set enabled(value: boolean); get method(): ChartSeriesAggregationMethod; set method(value: ChartSeriesAggregationMethod); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorAggregationModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorArgumentFormatComponent extends NestedOption implements OnDestroy, OnInit { get currency(): string; set currency(value: string); get formatter(): ((value: number | Date) => string); set formatter(value: ((value: number | Date) => string)); get parser(): ((value: string) => number | Date); set parser(value: ((value: string) => number | Date)); get precision(): number; set precision(value: number); get type(): Format | string; set type(value: Format | string); get useCurrencyAccountingStyle(): boolean; set useCurrencyAccountingStyle(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorArgumentFormatModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorBackgroundImageComponent extends NestedOption implements OnDestroy, OnInit { get location(): BackgroundImageLocation; set location(value: BackgroundImageLocation); get url(): string | undefined; set url(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorBackgroundImageModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorBackgroundComponent extends NestedOption implements OnDestroy, OnInit { get color(): string; set color(value: string); get image(): { location?: BackgroundImageLocation; url?: string | undefined; }; set image(value: { location?: BackgroundImageLocation; url?: string | undefined; }); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorBackgroundModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorBehaviorComponent extends NestedOption implements OnDestroy, OnInit { get allowSlidersSwap(): boolean; set allowSlidersSwap(value: boolean); get animationEnabled(): boolean; set animationEnabled(value: boolean); get manualRangeSelectionEnabled(): boolean; set manualRangeSelectionEnabled(value: boolean); get moveSelectedRangeByClick(): boolean; set moveSelectedRangeByClick(value: boolean); get snapToTicks(): boolean; set snapToTicks(value: boolean); get valueChangeMode(): SliderValueChangeMode; set valueChangeMode(value: SliderValueChangeMode); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorBehaviorModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorBorderComponent extends NestedOption implements OnDestroy, OnInit { get color(): string | undefined; set color(value: string | undefined); get dashStyle(): DashStyle | undefined; set dashStyle(value: DashStyle | undefined); get visible(): boolean; set visible(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorBorderModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class DxiRangeSelectorBreakComponent extends CollectionNestedOption { get endValue(): Date | number | string | undefined; set endValue(value: Date | number | string | undefined); get startValue(): Date | number | string | undefined; set startValue(value: Date | number | string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiRangeSelectorBreakModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorBreakStyleComponent extends NestedOption implements OnDestroy, OnInit { get color(): string; set color(value: string); get line(): ScaleBreakLineStyle; set line(value: ScaleBreakLineStyle); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorBreakStyleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorChartComponent extends NestedOption implements OnDestroy, OnInit { set _seriesContentChildren(value: QueryList); get barGroupPadding(): number; set barGroupPadding(value: number); get barGroupWidth(): number | undefined; set barGroupWidth(value: number | undefined); get bottomIndent(): number; set bottomIndent(value: number); get commonSeriesSettings(): dxChartCommonSeriesSettings; set commonSeriesSettings(value: dxChartCommonSeriesSettings); get dataPrepareSettings(): { checkTypeForAllData?: boolean; convertToAxisDataType?: boolean; sortingMethod?: boolean | ((a: { arg: Date | number | string; val: Date | number | string; }, b: { arg: Date | number | string; val: Date | number | string; }) => number); }; set dataPrepareSettings(value: { checkTypeForAllData?: boolean; convertToAxisDataType?: boolean; sortingMethod?: boolean | ((a: { arg: Date | number | string; val: Date | number | string; }, b: { arg: Date | number | string; val: Date | number | string; }) => number); }); get maxBubbleSize(): number; set maxBubbleSize(value: number); get minBubbleSize(): number; set minBubbleSize(value: number); get negativesAsZeroes(): boolean; set negativesAsZeroes(value: boolean); get palette(): Array | Palette; set palette(value: Array | Palette); get paletteExtensionMode(): PaletteExtensionMode; set paletteExtensionMode(value: PaletteExtensionMode); get series(): Array | ChartSeries | undefined; set series(value: Array | ChartSeries | undefined); get seriesTemplate(): any; set seriesTemplate(value: any); get topIndent(): number; set topIndent(value: number); get valueAxis(): { inverted?: boolean; logarithmBase?: number; max?: number | undefined; min?: number | undefined; type?: ChartAxisScale | undefined; valueType?: ChartsDataType | undefined; }; set valueAxis(value: { inverted?: boolean; logarithmBase?: number; max?: number | undefined; min?: number | undefined; type?: ChartAxisScale | undefined; valueType?: ChartsDataType | undefined; }); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorChartModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorColorComponent extends NestedOption implements OnDestroy, OnInit { get base(): string | undefined; set base(value: string | undefined); get fillId(): string | undefined; set fillId(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorColorModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorCommonSeriesSettingsHoverStyleComponent extends NestedOption implements OnDestroy, OnInit { get border(): { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }); get color(): ChartsColor | string | undefined; set color(value: ChartsColor | string | undefined); get dashStyle(): DashStyle; set dashStyle(value: DashStyle); get hatching(): { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; set hatching(value: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }); get highlight(): boolean; set highlight(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorCommonSeriesSettingsHoverStyleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorCommonSeriesSettingsLabelComponent extends NestedOption implements OnDestroy, OnInit { get alignment(): HorizontalAlignment; set alignment(value: HorizontalAlignment); get argumentFormat(): Format$1 | undefined; set argumentFormat(value: Format$1 | undefined); get backgroundColor(): string | undefined; set backgroundColor(value: string | undefined); get border(): { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }); get connector(): { color?: string | undefined; visible?: boolean; width?: number; }; set connector(value: { color?: string | undefined; visible?: boolean; width?: number; }); get customizeText(): ((pointInfo: any) => string); set customizeText(value: ((pointInfo: any) => string)); get displayFormat(): string | undefined; set displayFormat(value: string | undefined); get font(): Font; set font(value: Font); get format(): Format$1 | undefined; set format(value: Format$1 | undefined); get horizontalOffset(): number; set horizontalOffset(value: number); get position(): RelativePosition; set position(value: RelativePosition); get rotationAngle(): number; set rotationAngle(value: number); get showForZeroValues(): boolean; set showForZeroValues(value: boolean); get verticalOffset(): number; set verticalOffset(value: number); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorCommonSeriesSettingsLabelModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorCommonSeriesSettingsSelectionStyleComponent extends NestedOption implements OnDestroy, OnInit { get border(): { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }); get color(): ChartsColor | string | undefined; set color(value: ChartsColor | string | undefined); get dashStyle(): DashStyle; set dashStyle(value: DashStyle); get hatching(): { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; set hatching(value: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }); get highlight(): boolean; set highlight(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorCommonSeriesSettingsSelectionStyleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorCommonSeriesSettingsComponent extends NestedOption implements OnDestroy, OnInit { get aggregation(): { calculate?: ((aggregationInfo: chartPointAggregationInfoObject, series: chartSeriesObject) => Record | Array>) | undefined; enabled?: boolean; method?: ChartSeriesAggregationMethod; }; set aggregation(value: { calculate?: ((aggregationInfo: chartPointAggregationInfoObject, series: chartSeriesObject) => Record | Array>) | undefined; enabled?: boolean; method?: ChartSeriesAggregationMethod; }); get area(): any; set area(value: any); get argumentField(): string; set argumentField(value: string); get axis(): string | undefined; set axis(value: string | undefined); get bar(): any; set bar(value: any); get barOverlapGroup(): string | undefined; set barOverlapGroup(value: string | undefined); get barPadding(): number | undefined; set barPadding(value: number | undefined); get barWidth(): number | undefined; set barWidth(value: number | undefined); get border(): { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }); get bubble(): any; set bubble(value: any); get candlestick(): any; set candlestick(value: any); get closeValueField(): string; set closeValueField(value: string); get color(): ChartsColor | string | undefined; set color(value: ChartsColor | string | undefined); get cornerRadius(): number; set cornerRadius(value: number); get dashStyle(): DashStyle; set dashStyle(value: DashStyle); get fullstackedarea(): any; set fullstackedarea(value: any); get fullstackedbar(): any; set fullstackedbar(value: any); get fullstackedline(): any; set fullstackedline(value: any); get fullstackedspline(): any; set fullstackedspline(value: any); get fullstackedsplinearea(): any; set fullstackedsplinearea(value: any); get highValueField(): string; set highValueField(value: string); get hoverMode(): SeriesHoverMode; set hoverMode(value: SeriesHoverMode); get hoverStyle(): { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }; set hoverStyle(value: { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }); get ignoreEmptyPoints(): boolean; set ignoreEmptyPoints(value: boolean); get innerColor(): string; set innerColor(value: string); get label(): { alignment?: HorizontalAlignment; argumentFormat?: Format$1 | undefined; backgroundColor?: string | undefined; border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; connector?: { color?: string | undefined; visible?: boolean; width?: number; }; customizeText?: ((pointInfo: any) => string); displayFormat?: string | undefined; font?: Font; format?: Format$1 | undefined; horizontalOffset?: number; position?: RelativePosition; rotationAngle?: number; showForZeroValues?: boolean; verticalOffset?: number; visible?: boolean; }; set label(value: { alignment?: HorizontalAlignment; argumentFormat?: Format$1 | undefined; backgroundColor?: string | undefined; border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; connector?: { color?: string | undefined; visible?: boolean; width?: number; }; customizeText?: ((pointInfo: any) => string); displayFormat?: string | undefined; font?: Font; format?: Format$1 | undefined; horizontalOffset?: number; position?: RelativePosition; rotationAngle?: number; showForZeroValues?: boolean; verticalOffset?: number; visible?: boolean; }); get line(): any; set line(value: any); get lowValueField(): string; set lowValueField(value: string); get maxLabelCount(): number | undefined; set maxLabelCount(value: number | undefined); get minBarSize(): number | undefined; set minBarSize(value: number | undefined); get opacity(): number; set opacity(value: number); get openValueField(): string; set openValueField(value: string); get pane(): string; set pane(value: string); get point(): { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; hoverMode?: PointInteractionMode; hoverStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }; image?: string | undefined | { height?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; url?: string | undefined | { rangeMaxPoint?: string | undefined; rangeMinPoint?: string | undefined; }; width?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; }; selectionMode?: PointInteractionMode; selectionStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }; size?: number; symbol?: PointSymbol; visible?: boolean; }; set point(value: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; hoverMode?: PointInteractionMode; hoverStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }; image?: string | undefined | { height?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; url?: string | undefined | { rangeMaxPoint?: string | undefined; rangeMinPoint?: string | undefined; }; width?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; }; selectionMode?: PointInteractionMode; selectionStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }; size?: number; symbol?: PointSymbol; visible?: boolean; }); get rangearea(): any; set rangearea(value: any); get rangebar(): any; set rangebar(value: any); get rangeValue1Field(): string; set rangeValue1Field(value: string); get rangeValue2Field(): string; set rangeValue2Field(value: string); get reduction(): { color?: string; level?: FinancialChartReductionLevel; }; set reduction(value: { color?: string; level?: FinancialChartReductionLevel; }); get scatter(): any; set scatter(value: any); get selectionMode(): SeriesSelectionMode; set selectionMode(value: SeriesSelectionMode); get selectionStyle(): { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }; set selectionStyle(value: { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }); get showInLegend(): boolean; set showInLegend(value: boolean); get sizeField(): string; set sizeField(value: string); get spline(): any; set spline(value: any); get splinearea(): any; set splinearea(value: any); get stack(): string; set stack(value: string); get stackedarea(): any; set stackedarea(value: any); get stackedbar(): any; set stackedbar(value: any); get stackedline(): any; set stackedline(value: any); get stackedspline(): any; set stackedspline(value: any); get stackedsplinearea(): any; set stackedsplinearea(value: any); get steparea(): any; set steparea(value: any); get stepline(): any; set stepline(value: any); get stock(): any; set stock(value: any); get tagField(): string; set tagField(value: string); get type(): SeriesType; set type(value: SeriesType); get valueErrorBar(): { color?: string; displayMode?: ValueErrorBarDisplayMode; edgeLength?: number; highValueField?: string | undefined; lineWidth?: number; lowValueField?: string | undefined; opacity?: number | undefined; type?: undefined | ValueErrorBarType; value?: number; }; set valueErrorBar(value: { color?: string; displayMode?: ValueErrorBarDisplayMode; edgeLength?: number; highValueField?: string | undefined; lineWidth?: number; lowValueField?: string | undefined; opacity?: number | undefined; type?: undefined | ValueErrorBarType; value?: number; }); get valueField(): string; set valueField(value: string); get visible(): boolean; set visible(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorCommonSeriesSettingsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorConnectorComponent extends NestedOption implements OnDestroy, OnInit { get color(): string | undefined; set color(value: string | undefined); get visible(): boolean; set visible(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorConnectorModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorDataPrepareSettingsComponent extends NestedOption implements OnDestroy, OnInit { get checkTypeForAllData(): boolean; set checkTypeForAllData(value: boolean); get convertToAxisDataType(): boolean; set convertToAxisDataType(value: boolean); get sortingMethod(): boolean | ((a: { arg: Date | number | string; val: Date | number | string; }, b: { arg: Date | number | string; val: Date | number | string; }) => number); set sortingMethod(value: boolean | ((a: { arg: Date | number | string; val: Date | number | string; }, b: { arg: Date | number | string; val: Date | number | string; }) => number)); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorDataPrepareSettingsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorExportComponent extends NestedOption implements OnDestroy, OnInit { get backgroundColor(): string; set backgroundColor(value: string); get enabled(): boolean; set enabled(value: boolean); get fileName(): string; set fileName(value: string); get formats(): Array; set formats(value: Array); get margin(): number; set margin(value: number); get printingEnabled(): boolean; set printingEnabled(value: boolean); get svgToCanvas(): ((svg: any, canvas: any) => any) | undefined; set svgToCanvas(value: ((svg: any, canvas: any) => any) | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorExportModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorFontComponent extends NestedOption implements OnDestroy, OnInit { get color(): string; set color(value: string); get family(): string; set family(value: string); get opacity(): number; set opacity(value: number); get size(): number | string; set size(value: number | string); get weight(): number; set weight(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorFontModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorFormatComponent extends NestedOption implements OnDestroy, OnInit { get currency(): string; set currency(value: string); get formatter(): ((value: number | Date) => string); set formatter(value: ((value: number | Date) => string)); get parser(): ((value: string) => number | Date); set parser(value: ((value: string) => number | Date)); get precision(): number; set precision(value: number); get type(): Format | string; set type(value: Format | string); get useCurrencyAccountingStyle(): boolean; set useCurrencyAccountingStyle(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorFormatModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorHatchingComponent extends NestedOption implements OnDestroy, OnInit { get direction(): HatchDirection; set direction(value: HatchDirection); get opacity(): number; set opacity(value: number); get step(): number; set step(value: number); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorHatchingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorHeightComponent extends NestedOption implements OnDestroy, OnInit { get rangeMaxPoint(): number | undefined; set rangeMaxPoint(value: number | undefined); get rangeMinPoint(): number | undefined; set rangeMinPoint(value: number | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorHeightModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorHoverStyleComponent extends NestedOption implements OnDestroy, OnInit { get border(): { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }); get color(): ChartsColor | string | undefined; set color(value: ChartsColor | string | undefined); get dashStyle(): DashStyle; set dashStyle(value: DashStyle); get hatching(): { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; set hatching(value: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }); get highlight(): boolean; set highlight(value: boolean); get width(): number; set width(value: number); get size(): number | undefined; set size(value: number | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorHoverStyleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorImageComponent extends NestedOption implements OnDestroy, OnInit { get location(): BackgroundImageLocation; set location(value: BackgroundImageLocation); get url(): string | undefined | { rangeMaxPoint?: string | undefined; rangeMinPoint?: string | undefined; }; set url(value: string | undefined | { rangeMaxPoint?: string | undefined; rangeMinPoint?: string | undefined; }); get height(): number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; set height(value: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }); get width(): number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; set width(value: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorImageModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorIndentComponent extends NestedOption implements OnDestroy, OnInit { get left(): number | undefined; set left(value: number | undefined); get right(): number | undefined; set right(value: number | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorIndentModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorLabelComponent extends NestedOption implements OnDestroy, OnInit { get alignment(): HorizontalAlignment; set alignment(value: HorizontalAlignment); get argumentFormat(): Format$1 | undefined; set argumentFormat(value: Format$1 | undefined); get backgroundColor(): string | undefined; set backgroundColor(value: string | undefined); get border(): { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }); get connector(): { color?: string | undefined; visible?: boolean; width?: number; }; set connector(value: { color?: string | undefined; visible?: boolean; width?: number; }); get customizeText(): ((pointInfo: any) => string); set customizeText(value: ((pointInfo: any) => string)); get displayFormat(): string | undefined; set displayFormat(value: string | undefined); get font(): Font; set font(value: Font); get format(): Format$1 | undefined; set format(value: Format$1 | undefined); get horizontalOffset(): number; set horizontalOffset(value: number); get position(): RelativePosition; set position(value: RelativePosition); get rotationAngle(): number; set rotationAngle(value: number); get showForZeroValues(): boolean; set showForZeroValues(value: boolean); get verticalOffset(): number; set verticalOffset(value: number); get visible(): boolean; set visible(value: boolean); get overlappingBehavior(): LabelOverlap; set overlappingBehavior(value: LabelOverlap); get topIndent(): number; set topIndent(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorLabelModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorLengthComponent extends NestedOption implements OnDestroy, OnInit { get days(): number; set days(value: number); get hours(): number; set hours(value: number); get milliseconds(): number; set milliseconds(value: number); get minutes(): number; set minutes(value: number); get months(): number; set months(value: number); get quarters(): number; set quarters(value: number); get seconds(): number; set seconds(value: number); get weeks(): number; set weeks(value: number); get years(): number; set years(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorLengthModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorLoadingIndicatorComponent extends NestedOption implements OnDestroy, OnInit { get backgroundColor(): string; set backgroundColor(value: string); get enabled(): boolean; set enabled(value: boolean); get font(): Font; set font(value: Font); get show(): boolean; set show(value: boolean); get text(): string; set text(value: string); /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ showChange: EventEmitter; protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorLoadingIndicatorModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorMarginComponent extends NestedOption implements OnDestroy, OnInit { get bottom(): number; set bottom(value: number); get left(): number; set left(value: number); get right(): number; set right(value: number); get top(): number; set top(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorMarginModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorMarkerLabelComponent extends NestedOption implements OnDestroy, OnInit { get customizeText(): ((markerValue: { value: Date | number; valueText: string; }) => string); set customizeText(value: ((markerValue: { value: Date | number; valueText: string; }) => string)); get format(): Format$1 | undefined; set format(value: Format$1 | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorMarkerLabelModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorMarkerComponent extends NestedOption implements OnDestroy, OnInit { get label(): { customizeText?: ((markerValue: { value: Date | number; valueText: string; }) => string); format?: Format$1 | undefined; }; set label(value: { customizeText?: ((markerValue: { value: Date | number; valueText: string; }) => string); format?: Format$1 | undefined; }); get separatorHeight(): number; set separatorHeight(value: number); get textLeftIndent(): number; set textLeftIndent(value: number); get textTopIndent(): number; set textTopIndent(value: number); get topIndent(): number; set topIndent(value: number); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorMarkerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorMaxRangeComponent extends NestedOption implements OnDestroy, OnInit { get days(): number; set days(value: number); get hours(): number; set hours(value: number); get milliseconds(): number; set milliseconds(value: number); get minutes(): number; set minutes(value: number); get months(): number; set months(value: number); get quarters(): number; set quarters(value: number); get seconds(): number; set seconds(value: number); get weeks(): number; set weeks(value: number); get years(): number; set years(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorMaxRangeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorMinRangeComponent extends NestedOption implements OnDestroy, OnInit { get days(): number; set days(value: number); get hours(): number; set hours(value: number); get milliseconds(): number; set milliseconds(value: number); get minutes(): number; set minutes(value: number); get months(): number; set months(value: number); get quarters(): number; set quarters(value: number); get seconds(): number; set seconds(value: number); get weeks(): number; set weeks(value: number); get years(): number; set years(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorMinRangeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorMinorTickIntervalComponent extends NestedOption implements OnDestroy, OnInit { get days(): number; set days(value: number); get hours(): number; set hours(value: number); get milliseconds(): number; set milliseconds(value: number); get minutes(): number; set minutes(value: number); get months(): number; set months(value: number); get quarters(): number; set quarters(value: number); get seconds(): number; set seconds(value: number); get weeks(): number; set weeks(value: number); get years(): number; set years(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorMinorTickIntervalModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorMinorTickComponent extends NestedOption implements OnDestroy, OnInit { get color(): string; set color(value: string); get opacity(): number; set opacity(value: number); get visible(): boolean; set visible(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorMinorTickModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorPointBorderComponent extends NestedOption implements OnDestroy, OnInit { get color(): string | undefined; set color(value: string | undefined); get visible(): boolean; set visible(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorPointBorderModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorPointHoverStyleComponent extends NestedOption implements OnDestroy, OnInit { get border(): { color?: string | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; visible?: boolean; width?: number; }); get color(): ChartsColor | string | undefined; set color(value: ChartsColor | string | undefined); get size(): number | undefined; set size(value: number | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorPointHoverStyleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorPointImageComponent extends NestedOption implements OnDestroy, OnInit { get height(): number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; set height(value: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }); get url(): string | undefined | { rangeMaxPoint?: string | undefined; rangeMinPoint?: string | undefined; }; set url(value: string | undefined | { rangeMaxPoint?: string | undefined; rangeMinPoint?: string | undefined; }); get width(): number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; set width(value: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorPointImageModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorPointSelectionStyleComponent extends NestedOption implements OnDestroy, OnInit { get border(): { color?: string | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; visible?: boolean; width?: number; }); get color(): ChartsColor | string | undefined; set color(value: ChartsColor | string | undefined); get size(): number | undefined; set size(value: number | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorPointSelectionStyleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorPointComponent extends NestedOption implements OnDestroy, OnInit { get border(): { color?: string | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; visible?: boolean; width?: number; }); get color(): ChartsColor | string | undefined; set color(value: ChartsColor | string | undefined); get hoverMode(): PointInteractionMode; set hoverMode(value: PointInteractionMode); get hoverStyle(): { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }; set hoverStyle(value: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }); get image(): string | undefined | { height?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; url?: string | undefined | { rangeMaxPoint?: string | undefined; rangeMinPoint?: string | undefined; }; width?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; }; set image(value: string | undefined | { height?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; url?: string | undefined | { rangeMaxPoint?: string | undefined; rangeMinPoint?: string | undefined; }; width?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; }); get selectionMode(): PointInteractionMode; set selectionMode(value: PointInteractionMode); get selectionStyle(): { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }; set selectionStyle(value: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }); get size(): number; set size(value: number); get symbol(): PointSymbol; set symbol(value: PointSymbol); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorPointModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorReductionComponent extends NestedOption implements OnDestroy, OnInit { get color(): string; set color(value: string); get level(): FinancialChartReductionLevel; set level(value: FinancialChartReductionLevel); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorReductionModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorScaleLabelComponent extends NestedOption implements OnDestroy, OnInit { get customizeText(): ((scaleValue: { value: Date | number | string; valueText: string; }) => string); set customizeText(value: ((scaleValue: { value: Date | number | string; valueText: string; }) => string)); get font(): Font; set font(value: Font); get format(): Format$1 | undefined; set format(value: Format$1 | undefined); get overlappingBehavior(): LabelOverlap; set overlappingBehavior(value: LabelOverlap); get topIndent(): number; set topIndent(value: number); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorScaleLabelModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorScaleComponent extends NestedOption implements OnDestroy, OnInit { set _breaksContentChildren(value: QueryList); get aggregationGroupWidth(): number | undefined; set aggregationGroupWidth(value: number | undefined); get aggregationInterval(): number | TimeInterval | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }; set aggregationInterval(value: number | TimeInterval | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }); get allowDecimals(): boolean | undefined; set allowDecimals(value: boolean | undefined); get breaks(): Array | { endValue?: Date | number | string | undefined; startValue?: Date | number | string | undefined; }[]; set breaks(value: Array | { endValue?: Date | number | string | undefined; startValue?: Date | number | string | undefined; }[]); get breakStyle(): { color?: string; line?: ScaleBreakLineStyle; width?: number; }; set breakStyle(value: { color?: string; line?: ScaleBreakLineStyle; width?: number; }); get categories(): Array; set categories(value: Array); get discreteAxisDivisionMode(): DiscreteAxisDivisionMode; set discreteAxisDivisionMode(value: DiscreteAxisDivisionMode); get endOnTick(): boolean; set endOnTick(value: boolean); get endValue(): Date | number | string | undefined; set endValue(value: Date | number | string | undefined); get holidays(): Array | Array; set holidays(value: Array | Array); get label(): { customizeText?: ((scaleValue: { value: Date | number | string; valueText: string; }) => string); font?: Font; format?: Format$1 | undefined; overlappingBehavior?: LabelOverlap; topIndent?: number; visible?: boolean; }; set label(value: { customizeText?: ((scaleValue: { value: Date | number | string; valueText: string; }) => string); font?: Font; format?: Format$1 | undefined; overlappingBehavior?: LabelOverlap; topIndent?: number; visible?: boolean; }); get linearThreshold(): number; set linearThreshold(value: number); get logarithmBase(): number; set logarithmBase(value: number); get marker(): { label?: { customizeText?: ((markerValue: { value: Date | number; valueText: string; }) => string); format?: Format$1 | undefined; }; separatorHeight?: number; textLeftIndent?: number; textTopIndent?: number; topIndent?: number; visible?: boolean; }; set marker(value: { label?: { customizeText?: ((markerValue: { value: Date | number; valueText: string; }) => string); format?: Format$1 | undefined; }; separatorHeight?: number; textLeftIndent?: number; textTopIndent?: number; topIndent?: number; visible?: boolean; }); get maxRange(): number | TimeInterval | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }; set maxRange(value: number | TimeInterval | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }); get minorTick(): { color?: string; opacity?: number; visible?: boolean; width?: number; }; set minorTick(value: { color?: string; opacity?: number; visible?: boolean; width?: number; }); get minorTickCount(): number | undefined; set minorTickCount(value: number | undefined); get minorTickInterval(): number | TimeInterval | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }; set minorTickInterval(value: number | TimeInterval | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }); get minRange(): number | TimeInterval | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }; set minRange(value: number | TimeInterval | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }); get placeholderHeight(): number | undefined; set placeholderHeight(value: number | undefined); get showCustomBoundaryTicks(): boolean; set showCustomBoundaryTicks(value: boolean); get singleWorkdays(): Array | Array; set singleWorkdays(value: Array | Array); get startValue(): Date | number | string | undefined; set startValue(value: Date | number | string | undefined); get tick(): { color?: string; opacity?: number; width?: number; }; set tick(value: { color?: string; opacity?: number; width?: number; }); get tickInterval(): number | TimeInterval | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }; set tickInterval(value: number | TimeInterval | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }); get type(): AxisScale | undefined; set type(value: AxisScale | undefined); get valueType(): ChartsDataType | undefined; set valueType(value: ChartsDataType | undefined); get workdaysOnly(): boolean; set workdaysOnly(value: boolean); get workWeek(): Array; set workWeek(value: Array); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorScaleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorSelectionStyleComponent extends NestedOption implements OnDestroy, OnInit { get border(): { color?: string | undefined; visible?: boolean; width?: number; dashStyle?: DashStyle | undefined; }; set border(value: { color?: string | undefined; visible?: boolean; width?: number; dashStyle?: DashStyle | undefined; }); get color(): ChartsColor | string | undefined; set color(value: ChartsColor | string | undefined); get size(): number | undefined; set size(value: number | undefined); get dashStyle(): DashStyle; set dashStyle(value: DashStyle); get hatching(): { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; set hatching(value: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }); get highlight(): boolean; set highlight(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorSelectionStyleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorSeriesBorderComponent extends NestedOption implements OnDestroy, OnInit { get color(): string | undefined; set color(value: string | undefined); get dashStyle(): DashStyle | undefined; set dashStyle(value: DashStyle | undefined); get visible(): boolean; set visible(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorSeriesBorderModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class DxiRangeSelectorSeriesComponent extends CollectionNestedOption { get aggregation(): { calculate?: ((aggregationInfo: chartPointAggregationInfoObject, series: chartSeriesObject) => Record | Array>) | undefined; enabled?: boolean; method?: ChartSeriesAggregationMethod; }; set aggregation(value: { calculate?: ((aggregationInfo: chartPointAggregationInfoObject, series: chartSeriesObject) => Record | Array>) | undefined; enabled?: boolean; method?: ChartSeriesAggregationMethod; }); get argumentField(): string; set argumentField(value: string); get axis(): string | undefined; set axis(value: string | undefined); get barOverlapGroup(): string | undefined; set barOverlapGroup(value: string | undefined); get barPadding(): number | undefined; set barPadding(value: number | undefined); get barWidth(): number | undefined; set barWidth(value: number | undefined); get border(): { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }); get closeValueField(): string; set closeValueField(value: string); get color(): ChartsColor | string | undefined; set color(value: ChartsColor | string | undefined); get cornerRadius(): number; set cornerRadius(value: number); get dashStyle(): DashStyle; set dashStyle(value: DashStyle); get highValueField(): string; set highValueField(value: string); get hoverMode(): SeriesHoverMode; set hoverMode(value: SeriesHoverMode); get hoverStyle(): { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }; set hoverStyle(value: { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }); get ignoreEmptyPoints(): boolean; set ignoreEmptyPoints(value: boolean); get innerColor(): string; set innerColor(value: string); get label(): { alignment?: HorizontalAlignment; argumentFormat?: Format$1 | undefined; backgroundColor?: string | undefined; border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; connector?: { color?: string | undefined; visible?: boolean; width?: number; }; customizeText?: ((pointInfo: any) => string); displayFormat?: string | undefined; font?: Font; format?: Format$1 | undefined; horizontalOffset?: number; position?: RelativePosition; rotationAngle?: number; showForZeroValues?: boolean; verticalOffset?: number; visible?: boolean; }; set label(value: { alignment?: HorizontalAlignment; argumentFormat?: Format$1 | undefined; backgroundColor?: string | undefined; border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; connector?: { color?: string | undefined; visible?: boolean; width?: number; }; customizeText?: ((pointInfo: any) => string); displayFormat?: string | undefined; font?: Font; format?: Format$1 | undefined; horizontalOffset?: number; position?: RelativePosition; rotationAngle?: number; showForZeroValues?: boolean; verticalOffset?: number; visible?: boolean; }); get lowValueField(): string; set lowValueField(value: string); get maxLabelCount(): number | undefined; set maxLabelCount(value: number | undefined); get minBarSize(): number | undefined; set minBarSize(value: number | undefined); get name(): string | undefined; set name(value: string | undefined); get opacity(): number; set opacity(value: number); get openValueField(): string; set openValueField(value: string); get pane(): string; set pane(value: string); get point(): { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; hoverMode?: PointInteractionMode; hoverStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }; image?: string | undefined | { height?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; url?: string | undefined | { rangeMaxPoint?: string | undefined; rangeMinPoint?: string | undefined; }; width?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; }; selectionMode?: PointInteractionMode; selectionStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }; size?: number; symbol?: PointSymbol; visible?: boolean; }; set point(value: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; hoverMode?: PointInteractionMode; hoverStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }; image?: string | undefined | { height?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; url?: string | undefined | { rangeMaxPoint?: string | undefined; rangeMinPoint?: string | undefined; }; width?: number | { rangeMaxPoint?: number | undefined; rangeMinPoint?: number | undefined; }; }; selectionMode?: PointInteractionMode; selectionStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number | undefined; }; size?: number; symbol?: PointSymbol; visible?: boolean; }); get rangeValue1Field(): string; set rangeValue1Field(value: string); get rangeValue2Field(): string; set rangeValue2Field(value: string); get reduction(): { color?: string; level?: FinancialChartReductionLevel; }; set reduction(value: { color?: string; level?: FinancialChartReductionLevel; }); get selectionMode(): SeriesSelectionMode; set selectionMode(value: SeriesSelectionMode); get selectionStyle(): { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }; set selectionStyle(value: { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }); get showInLegend(): boolean; set showInLegend(value: boolean); get sizeField(): string; set sizeField(value: string); get stack(): string; set stack(value: string); get tag(): any | undefined; set tag(value: any | undefined); get tagField(): string; set tagField(value: string); get type(): SeriesType; set type(value: SeriesType); get valueErrorBar(): { color?: string; displayMode?: ValueErrorBarDisplayMode; edgeLength?: number; highValueField?: string | undefined; lineWidth?: number; lowValueField?: string | undefined; opacity?: number | undefined; type?: undefined | ValueErrorBarType; value?: number; }; set valueErrorBar(value: { color?: string; displayMode?: ValueErrorBarDisplayMode; edgeLength?: number; highValueField?: string | undefined; lineWidth?: number; lowValueField?: string | undefined; opacity?: number | undefined; type?: undefined | ValueErrorBarType; value?: number; }); get valueField(): string; set valueField(value: string); get visible(): boolean; set visible(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiRangeSelectorSeriesModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorSeriesTemplateComponent extends NestedOption implements OnDestroy, OnInit { get customizeSeries(): ((seriesName: any) => ChartSeries); set customizeSeries(value: ((seriesName: any) => ChartSeries)); get nameField(): string; set nameField(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorSeriesTemplateModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorShutterComponent extends NestedOption implements OnDestroy, OnInit { get color(): string | undefined; set color(value: string | undefined); get opacity(): number; set opacity(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorShutterModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorSizeComponent extends NestedOption implements OnDestroy, OnInit { get height(): number | undefined; set height(value: number | undefined); get width(): number | undefined; set width(value: number | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorSizeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorSliderHandleComponent extends NestedOption implements OnDestroy, OnInit { get color(): string; set color(value: string); get opacity(): number; set opacity(value: number); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorSliderHandleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorSliderMarkerComponent extends NestedOption implements OnDestroy, OnInit { get color(): string; set color(value: string); get customizeText(): ((scaleValue: { value: Date | number | string; valueText: string; }) => string); set customizeText(value: ((scaleValue: { value: Date | number | string; valueText: string; }) => string)); get font(): Font; set font(value: Font); get format(): Format$1 | undefined; set format(value: Format$1 | undefined); get invalidRangeColor(): string; set invalidRangeColor(value: string); get paddingLeftRight(): number; set paddingLeftRight(value: number); get paddingTopBottom(): number; set paddingTopBottom(value: number); get placeholderHeight(): number | undefined; set placeholderHeight(value: number | undefined); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorSliderMarkerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorSubtitleComponent extends NestedOption implements OnDestroy, OnInit { get font(): Font; set font(value: Font); get offset(): number; set offset(value: number); get text(): string; set text(value: string); get textOverflow(): TextOverflow; set textOverflow(value: TextOverflow); get wordWrap(): WordWrap; set wordWrap(value: WordWrap); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorSubtitleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorTickIntervalComponent extends NestedOption implements OnDestroy, OnInit { get days(): number; set days(value: number); get hours(): number; set hours(value: number); get milliseconds(): number; set milliseconds(value: number); get minutes(): number; set minutes(value: number); get months(): number; set months(value: number); get quarters(): number; set quarters(value: number); get seconds(): number; set seconds(value: number); get weeks(): number; set weeks(value: number); get years(): number; set years(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorTickIntervalModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorTickComponent extends NestedOption implements OnDestroy, OnInit { get color(): string; set color(value: string); get opacity(): number; set opacity(value: number); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorTickModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorTitleComponent extends NestedOption implements OnDestroy, OnInit { get font(): Font; set font(value: Font); get horizontalAlignment(): HorizontalAlignment; set horizontalAlignment(value: HorizontalAlignment); get margin(): number | { bottom?: number; left?: number; right?: number; top?: number; }; set margin(value: number | { bottom?: number; left?: number; right?: number; top?: number; }); get placeholderSize(): number | undefined; set placeholderSize(value: number | undefined); get subtitle(): string | { font?: Font; offset?: number; text?: string; textOverflow?: TextOverflow; wordWrap?: WordWrap; }; set subtitle(value: string | { font?: Font; offset?: number; text?: string; textOverflow?: TextOverflow; wordWrap?: WordWrap; }); get text(): string; set text(value: string); get textOverflow(): TextOverflow; set textOverflow(value: TextOverflow); get verticalAlignment(): VerticalEdge; set verticalAlignment(value: VerticalEdge); get wordWrap(): WordWrap; set wordWrap(value: WordWrap); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorTitleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorUrlComponent extends NestedOption implements OnDestroy, OnInit { get rangeMaxPoint(): string | undefined; set rangeMaxPoint(value: string | undefined); get rangeMinPoint(): string | undefined; set rangeMinPoint(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorUrlModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorValueAxisComponent extends NestedOption implements OnDestroy, OnInit { get inverted(): boolean; set inverted(value: boolean); get logarithmBase(): number; set logarithmBase(value: number); get max(): number | undefined; set max(value: number | undefined); get min(): number | undefined; set min(value: number | undefined); get type(): ChartAxisScale | undefined; set type(value: ChartAxisScale | undefined); get valueType(): ChartsDataType | undefined; set valueType(value: ChartsDataType | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorValueAxisModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorValueErrorBarComponent extends NestedOption implements OnDestroy, OnInit { get color(): string; set color(value: string); get displayMode(): ValueErrorBarDisplayMode; set displayMode(value: ValueErrorBarDisplayMode); get edgeLength(): number; set edgeLength(value: number); get highValueField(): string | undefined; set highValueField(value: string | undefined); get lineWidth(): number; set lineWidth(value: number); get lowValueField(): string | undefined; set lowValueField(value: string | undefined); get opacity(): number | undefined; set opacity(value: number | undefined); get type(): undefined | ValueErrorBarType; set type(value: undefined | ValueErrorBarType); get value(): number; set value(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorValueErrorBarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorValueComponent extends NestedOption implements OnDestroy, OnInit { get endValue(): Date | number | string | undefined; set endValue(value: Date | number | string | undefined); get length(): number | TimeInterval | undefined | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }; set length(value: number | TimeInterval | undefined | { days?: number; hours?: number; milliseconds?: number; minutes?: number; months?: number; quarters?: number; seconds?: number; weeks?: number; years?: number; }); get startValue(): Date | number | string | undefined; set startValue(value: Date | number | string | undefined); /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ endValueChange: EventEmitter; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ startValueChange: EventEmitter; protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorValueModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 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 */ declare class DxoRangeSelectorWidthComponent extends NestedOption implements OnDestroy, OnInit { get rangeMaxPoint(): number | undefined; set rangeMaxPoint(value: number | undefined); get rangeMinPoint(): number | undefined; set rangeMinPoint(value: number | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoRangeSelectorWidthModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { DxiRangeSelectorBreakComponent, DxiRangeSelectorBreakModule, DxiRangeSelectorSeriesComponent, DxiRangeSelectorSeriesModule, DxoRangeSelectorAggregationComponent, DxoRangeSelectorAggregationIntervalComponent, DxoRangeSelectorAggregationIntervalModule, DxoRangeSelectorAggregationModule, DxoRangeSelectorArgumentFormatComponent, DxoRangeSelectorArgumentFormatModule, DxoRangeSelectorBackgroundComponent, DxoRangeSelectorBackgroundImageComponent, DxoRangeSelectorBackgroundImageModule, DxoRangeSelectorBackgroundModule, DxoRangeSelectorBehaviorComponent, DxoRangeSelectorBehaviorModule, DxoRangeSelectorBorderComponent, DxoRangeSelectorBorderModule, DxoRangeSelectorBreakStyleComponent, DxoRangeSelectorBreakStyleModule, DxoRangeSelectorChartComponent, DxoRangeSelectorChartModule, DxoRangeSelectorColorComponent, DxoRangeSelectorColorModule, DxoRangeSelectorCommonSeriesSettingsComponent, DxoRangeSelectorCommonSeriesSettingsHoverStyleComponent, DxoRangeSelectorCommonSeriesSettingsHoverStyleModule, DxoRangeSelectorCommonSeriesSettingsLabelComponent, DxoRangeSelectorCommonSeriesSettingsLabelModule, DxoRangeSelectorCommonSeriesSettingsModule, DxoRangeSelectorCommonSeriesSettingsSelectionStyleComponent, DxoRangeSelectorCommonSeriesSettingsSelectionStyleModule, DxoRangeSelectorConnectorComponent, DxoRangeSelectorConnectorModule, DxoRangeSelectorDataPrepareSettingsComponent, DxoRangeSelectorDataPrepareSettingsModule, DxoRangeSelectorExportComponent, DxoRangeSelectorExportModule, DxoRangeSelectorFontComponent, DxoRangeSelectorFontModule, DxoRangeSelectorFormatComponent, DxoRangeSelectorFormatModule, DxoRangeSelectorHatchingComponent, DxoRangeSelectorHatchingModule, DxoRangeSelectorHeightComponent, DxoRangeSelectorHeightModule, DxoRangeSelectorHoverStyleComponent, DxoRangeSelectorHoverStyleModule, DxoRangeSelectorImageComponent, DxoRangeSelectorImageModule, DxoRangeSelectorIndentComponent, DxoRangeSelectorIndentModule, DxoRangeSelectorLabelComponent, DxoRangeSelectorLabelModule, DxoRangeSelectorLengthComponent, DxoRangeSelectorLengthModule, DxoRangeSelectorLoadingIndicatorComponent, DxoRangeSelectorLoadingIndicatorModule, DxoRangeSelectorMarginComponent, DxoRangeSelectorMarginModule, DxoRangeSelectorMarkerComponent, DxoRangeSelectorMarkerLabelComponent, DxoRangeSelectorMarkerLabelModule, DxoRangeSelectorMarkerModule, DxoRangeSelectorMaxRangeComponent, DxoRangeSelectorMaxRangeModule, DxoRangeSelectorMinRangeComponent, DxoRangeSelectorMinRangeModule, DxoRangeSelectorMinorTickComponent, DxoRangeSelectorMinorTickIntervalComponent, DxoRangeSelectorMinorTickIntervalModule, DxoRangeSelectorMinorTickModule, DxoRangeSelectorPointBorderComponent, DxoRangeSelectorPointBorderModule, DxoRangeSelectorPointComponent, DxoRangeSelectorPointHoverStyleComponent, DxoRangeSelectorPointHoverStyleModule, DxoRangeSelectorPointImageComponent, DxoRangeSelectorPointImageModule, DxoRangeSelectorPointModule, DxoRangeSelectorPointSelectionStyleComponent, DxoRangeSelectorPointSelectionStyleModule, DxoRangeSelectorReductionComponent, DxoRangeSelectorReductionModule, DxoRangeSelectorScaleComponent, DxoRangeSelectorScaleLabelComponent, DxoRangeSelectorScaleLabelModule, DxoRangeSelectorScaleModule, DxoRangeSelectorSelectionStyleComponent, DxoRangeSelectorSelectionStyleModule, DxoRangeSelectorSeriesBorderComponent, DxoRangeSelectorSeriesBorderModule, DxoRangeSelectorSeriesTemplateComponent, DxoRangeSelectorSeriesTemplateModule, DxoRangeSelectorShutterComponent, DxoRangeSelectorShutterModule, DxoRangeSelectorSizeComponent, DxoRangeSelectorSizeModule, DxoRangeSelectorSliderHandleComponent, DxoRangeSelectorSliderHandleModule, DxoRangeSelectorSliderMarkerComponent, DxoRangeSelectorSliderMarkerModule, DxoRangeSelectorSubtitleComponent, DxoRangeSelectorSubtitleModule, DxoRangeSelectorTickComponent, DxoRangeSelectorTickIntervalComponent, DxoRangeSelectorTickIntervalModule, DxoRangeSelectorTickModule, DxoRangeSelectorTitleComponent, DxoRangeSelectorTitleModule, DxoRangeSelectorUrlComponent, DxoRangeSelectorUrlModule, DxoRangeSelectorValueAxisComponent, DxoRangeSelectorValueAxisModule, DxoRangeSelectorValueComponent, DxoRangeSelectorValueErrorBarComponent, DxoRangeSelectorValueErrorBarModule, DxoRangeSelectorValueModule, DxoRangeSelectorWidthComponent, DxoRangeSelectorWidthModule }; //# sourceMappingURL=index.d.ts.map