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.

34 lines (33 loc) 1.67 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 { SettingsComponent } from '../../common/settings.component'; import { Border, MarkerType } from '../../common/property-types'; import { SeriesNotesIcon } from '../../common/property-types'; import * as i0 from "@angular/core"; /** * The icon of the notes. */ export declare class SeriesNotesIconComponent extends SettingsComponent implements SeriesNotesIcon { configurationService: ConfigurationService; background: string; border: Border; size: number; /** * The icon shape. * * @default 'circle' */ type: MarkerType; /** * The visibility of the notes icon. * * @default true */ visible: boolean; constructor(configurationService: ConfigurationService); static ɵfac: i0.ɵɵFactoryDeclaration<SeriesNotesIconComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SeriesNotesIconComponent, "kendo-chart-series-item-notes-icon", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>; }