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.

26 lines (25 loc) 1.52 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 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"; /** * Specifies the selected axis range. * When set, axis selection is enabled. The range uses zero-based indexes. * Selects categories with indexes in the range (`select.from`, `select.to`). * The last category in the range is not included in the selection. * If categories are dates, specify the range with date values. * * @example * ```typescript * <kendo-chart-navigator-category-axis-select [from]="1" [to]="3"></kendo-chart-navigator-category-axis-select> * ``` */ 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>; }