/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { CollectionService } from '../../common/collection.service'; import { ConfigurationService } from '../../common/configuration.service'; import { SeriesItemComponent } from '../../chart/series-item.component'; import * as i0 from "@angular/core"; /** * Represents a series item in the StockChart navigator * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)). * * @example * ```html * * * * * * * * * ``` * * @remarks * Supported children components are: {@link NavigatorSeriesHighlightComponent}, {@link NavigatorSeriesErrorBarsComponent}, {@link NavigatorSeriesExtremesComponent}, * {@link NavigatorSeriesLabelsComponent}, {@link NavigatorSeriesMarkersComponent}, {@link NavigatorSeriesNotesComponent}, and {@link NavigatorSeriesTooltipComponent}. */ export declare class NavigatorSeriesItemComponent extends SeriesItemComponent { protected configurationService: ConfigurationService; protected collectionService: CollectionService; /** * @hidden */ drilldownField: string; constructor(configurationService: ConfigurationService, collectionService: CollectionService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }