/*! * devextreme-angular * Version: 25.2.6 * Build date: Mon Mar 30 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/DevExtreme */ import { OnInit, OnDestroy } from '@angular/core'; import { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; import { Format } from 'devextreme/common/core/localization'; import { PolarChartSeriesType } from 'devextreme/viz/polar_chart'; import { NestedOptionHost } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxoPolarChartCommonSeriesSettingsComponent extends NestedOption implements OnDestroy, OnInit { get area(): any; set area(value: any); get argumentField(): string; set argumentField(value: string); get bar(): any; set bar(value: any); get barPadding(): number | undefined; set barPadding(value: number | undefined); get barWidth(): number | undefined; set barWidth(value: number | undefined); get border(): { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }); get closed(): boolean; set closed(value: boolean); get color(): ChartsColor | string | undefined; set color(value: ChartsColor | string | undefined); get dashStyle(): DashStyle; set dashStyle(value: DashStyle); get hoverMode(): SeriesHoverMode; set hoverMode(value: SeriesHoverMode); get hoverStyle(): { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }; set hoverStyle(value: { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }); get ignoreEmptyPoints(): boolean; set ignoreEmptyPoints(value: boolean); get label(): { argumentFormat?: Format | undefined; backgroundColor?: string | undefined; border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; connector?: { color?: string | undefined; visible?: boolean; width?: number; }; customizeText?: ((pointInfo: any) => string); displayFormat?: string | undefined; font?: Font; format?: Format | undefined; position?: RelativePosition; rotationAngle?: number; showForZeroValues?: boolean; visible?: boolean; }; set label(value: { argumentFormat?: Format | undefined; backgroundColor?: string | undefined; border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; connector?: { color?: string | undefined; visible?: boolean; width?: number; }; customizeText?: ((pointInfo: any) => string); displayFormat?: string | undefined; font?: Font; format?: Format | undefined; position?: RelativePosition; rotationAngle?: number; showForZeroValues?: boolean; visible?: boolean; }); get line(): any; set line(value: any); get maxLabelCount(): number | undefined; set maxLabelCount(value: number | undefined); get minBarSize(): number | undefined; set minBarSize(value: number | undefined); get opacity(): number; set opacity(value: number); get point(): { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; hoverMode?: PointInteractionMode; hoverStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number; }; image?: string | undefined | { height?: number; url?: string | undefined; width?: number; }; selectionMode?: PointInteractionMode; selectionStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number; }; size?: number; symbol?: PointSymbol; visible?: boolean; }; set point(value: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; hoverMode?: PointInteractionMode; hoverStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number; }; image?: string | undefined | { height?: number; url?: string | undefined; width?: number; }; selectionMode?: PointInteractionMode; selectionStyle?: { border?: { color?: string | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; size?: number; }; size?: number; symbol?: PointSymbol; visible?: boolean; }); get scatter(): any; set scatter(value: any); get selectionMode(): SeriesSelectionMode; set selectionMode(value: SeriesSelectionMode); get selectionStyle(): { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }; set selectionStyle(value: { border?: { color?: string | undefined; dashStyle?: DashStyle | undefined; visible?: boolean; width?: number; }; color?: ChartsColor | string | undefined; dashStyle?: DashStyle; hatching?: { direction?: HatchDirection; opacity?: number; step?: number; width?: number; }; highlight?: boolean; width?: number; }); get showInLegend(): boolean; set showInLegend(value: boolean); get stack(): string; set stack(value: string); get stackedbar(): any; set stackedbar(value: any); get tagField(): string; set tagField(value: string); get type(): PolarChartSeriesType; set type(value: PolarChartSeriesType); get valueErrorBar(): { color?: string; displayMode?: ValueErrorBarDisplayMode; edgeLength?: number; highValueField?: string | undefined; lineWidth?: number; lowValueField?: string | undefined; opacity?: number | undefined; type?: undefined | ValueErrorBarType; value?: number; }; set valueErrorBar(value: { color?: string; displayMode?: ValueErrorBarDisplayMode; edgeLength?: number; highValueField?: string | undefined; lineWidth?: number; lowValueField?: string | undefined; opacity?: number | undefined; type?: undefined | ValueErrorBarType; value?: number; }); get valueField(): string; set valueField(value: string); get visible(): boolean; set visible(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxoPolarChartCommonSeriesSettingsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }