@progress/kendo-angular-chart-wizard
Version:
Kendo UI Angular Chart Wizard component
25 lines (24 loc) • 1.44 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { SVGIcon } from "@progress/kendo-svg-icons";
import { StateService } from "./state.service";
import { SeriesStack } from "@progress/kendo-angular-charts";
import { ChartWizardSeriesType } from "@progress/kendo-charts";
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class ChartWizardSeriesTypeButtonComponent {
stateService: StateService;
title: string;
chartTypeIcon: SVGIcon;
stack: string | boolean | SeriesStack;
seriesType: ChartWizardSeriesType;
constructor(stateService: StateService);
onSelect(): void;
isSelected(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<ChartWizardSeriesTypeButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardSeriesTypeButtonComponent, "kendo-chartwizard-series-type-button", never, { "title": { "alias": "title"; "required": false; }; "chartTypeIcon": { "alias": "chartTypeIcon"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; "seriesType": { "alias": "seriesType"; "required": false; }; }, {}, never, never, true, never>;
}