UNPKG

sryd-charts-enterprise

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

15 lines (14 loc) 583 B
import { _ModuleSupport } from 'ag-charts-community'; import type { OverflowStrategy, TextWrap } from 'ag-charts-types'; declare class BaseAutoSizedLabel<FormatterParams> extends _ModuleSupport.Label<FormatterParams> { wrapping: TextWrap; overflowStrategy: OverflowStrategy; lineHeight?: number; minimumFontSize?: number; } export declare class AutoSizedLabel<FormatterParams> extends BaseAutoSizedLabel<FormatterParams> { spacing: number; } export declare class AutoSizedSecondaryLabel<FormatterParams> extends BaseAutoSizedLabel<FormatterParams> { } export {};