UNPKG

@progress/kendo-angular-charts

Version:

Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.

20 lines (19 loc) 1.42 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2024 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ConfigurationService } from '../../../common/configuration.service'; import { CategoryAxisSelectComponent } from '../../../chart/category-axis-item/select.component'; import * as i0 from "@angular/core"; /** * The selected axis range. If set, the axis selection is enabled. The range is index-based and starts from zero. * Categories with indexes in the range (`select.from`, `select.to`) will be selected. * This means that the last category in the range will not be included in the selection. * If the categories are dates, the range has also to be specified with date values. */ export declare class NavigatorCategoryAxisSelectComponent extends CategoryAxisSelectComponent { configurationService: ConfigurationService; constructor(configurationService: ConfigurationService); static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorCategoryAxisSelectComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorCategoryAxisSelectComponent, "kendo-chart-navigator-category-axis-select", never, {}, {}, never, never, true, never>; }