/*! * 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, Font } from 'devextreme/common/charts'; import { PieChartLegendItem, PieChartLegendHoverMode } from 'devextreme/viz/pie_chart'; import { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; import { NestedOptionHost } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxoPieChartLegendComponent extends NestedOption implements OnDestroy, OnInit { get backgroundColor(): string | undefined; set backgroundColor(value: string | undefined); get border(): { color?: string; cornerRadius?: number; dashStyle?: DashStyle; opacity?: number | undefined; visible?: boolean; width?: number; }; set border(value: { color?: string; cornerRadius?: number; dashStyle?: DashStyle; opacity?: number | undefined; visible?: boolean; width?: number; }); get columnCount(): number; set columnCount(value: number); get columnItemSpacing(): number; set columnItemSpacing(value: number); get customizeHint(): ((pointInfo: { pointColor: string; pointIndex: number; pointName: any; }) => string); set customizeHint(value: ((pointInfo: { pointColor: string; pointIndex: number; pointName: any; }) => string)); get customizeItems(): ((items: Array) => Array); set customizeItems(value: ((items: Array) => Array)); get customizeText(): ((pointInfo: { pointColor: string; pointIndex: number; pointName: any; }) => string); set customizeText(value: ((pointInfo: { pointColor: string; pointIndex: number; pointName: any; }) => string)); get font(): Font; set font(value: Font); get horizontalAlignment(): HorizontalAlignment; set horizontalAlignment(value: HorizontalAlignment); get hoverMode(): PieChartLegendHoverMode; set hoverMode(value: PieChartLegendHoverMode); get itemsAlignment(): HorizontalAlignment | undefined; set itemsAlignment(value: HorizontalAlignment | undefined); get itemTextPosition(): Position | undefined; set itemTextPosition(value: Position | undefined); get margin(): number | { bottom?: number; left?: number; right?: number; top?: number; }; set margin(value: number | { bottom?: number; left?: number; right?: number; top?: number; }); get markerSize(): number; set markerSize(value: number); get markerTemplate(): any; set markerTemplate(value: any); get orientation(): Orientation | undefined; set orientation(value: Orientation | undefined); get paddingLeftRight(): number; set paddingLeftRight(value: number); get paddingTopBottom(): number; set paddingTopBottom(value: number); get rowCount(): number; set rowCount(value: number); get rowItemSpacing(): number; set rowItemSpacing(value: number); get title(): string | { font?: Font; horizontalAlignment?: HorizontalAlignment | undefined; margin?: { bottom?: number; left?: number; right?: number; top?: number; }; placeholderSize?: number | undefined; subtitle?: string | { font?: Font; offset?: number; text?: string; }; text?: string; verticalAlignment?: VerticalEdge; }; set title(value: string | { font?: Font; horizontalAlignment?: HorizontalAlignment | undefined; margin?: { bottom?: number; left?: number; right?: number; top?: number; }; placeholderSize?: number | undefined; subtitle?: string | { font?: Font; offset?: number; text?: string; }; text?: string; verticalAlignment?: VerticalEdge; }); get verticalAlignment(): VerticalEdge; set verticalAlignment(value: VerticalEdge); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxoPieChartLegendModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }