/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ declare const messages: { readonly windowTitle: string; readonly exportButton: string; readonly exportPDFButton: string; readonly exportSVGButton: string; readonly exportPNGButton: string; readonly tabChart: string; readonly tabData: string; readonly tabFormat: string; readonly barChart: string; readonly barChartBar: string; readonly barChartStackedBar: string; readonly barChart100StackedBar: string; readonly pieChart: string; readonly pieChartPie: string; readonly columnChart: string; readonly columnChartColumn: string; readonly columnChartStackedColumn: string; readonly columnChart100StackedColumn: string; readonly lineChart: string; readonly lineChartLine: string; readonly lineChartStackedLine: string; readonly lineChart100StackedLine: string; readonly scatterChart: string; readonly scatterChartScatter: string; readonly configuration: string; readonly configurationCategoryAxis: string; readonly configurationXAxis: string; readonly configurationValueAxis: string; readonly configurationSeries: string; readonly configurationSeriesAdd: string; readonly formatChartArea: string; readonly formatChartAreaMargins: string; readonly formatChartAreaMarginsAuto: string; readonly formatChartAreaMarginsLeft: string; readonly formatChartAreaMarginsRight: string; readonly formatChartAreaMarginsTop: string; readonly formatChartAreaMarginsBottom: string; readonly formatChartAreaBackground: string; readonly formatChartAreaBackgroundColor: string; readonly formatTitle: string; readonly formatTitleApplyTo: string; readonly formatTitleChartTitle: string; readonly formatTitleChartSubtitle: string; readonly formatTitleLabel: string; readonly formatTitleFont: string; readonly formatTitleFontPlaceholder: string; readonly formatTitleSize: string; readonly formatTitleSizePlaceholder: string; readonly formatTitleColor: string; readonly formatSeries: string; readonly formatSeriesApplyTo: string; readonly formatSeriesAllSeries: string; readonly formatSeriesColor: string; readonly formatSeriesShowLabels: string; readonly formatLegend: string; readonly formatLegendShowLegend: string; readonly formatLegendFont: string; readonly formatLegendFontPlaceholder: string; /** * @hidden */ readonly formatLegendSize: string; readonly formatLegendSizePlaceholder: string; readonly formatLegendColor: string; readonly formatLegendPosition: string; readonly formatLegendPositionTop: string; readonly formatLegendPositionBottom: string; readonly formatLegendPositionLeft: string; readonly formatLegendPositionRight: string; /** * @hidden */ readonly formatCategoryAxis: string; readonly formatXAxis: string; readonly formatCategoryAxisTitle: string; /** * @hidden */ readonly formatCategoryAxisTitlePlaceholder: string; readonly formatCategoryAxisTitleFont: string; readonly formatCategoryAxisTitleFontPlaceholder: string; readonly formatCategoryAxisTitleSize: string; readonly formatCategoryAxisTitleSizePlaceholder: string; readonly formatCategoryAxisTitleColor: string; readonly formatCategoryAxisLabels: string; readonly formatCategoryAxisLabelsFont: string; readonly formatCategoryAxisLabelsFontPlaceholder: string; readonly formatCategoryAxisLabelsSize: string; readonly formatCategoryAxisLabelsSizePlaceholder: string; readonly formatCategoryAxisLabelsColor: string; readonly formatCategoryAxisLabelsRotation: string; readonly formatCategoryAxisLabelsRotationAuto: string; readonly formatCategoryAxisLabelsReverseOrder: string; readonly formatValueAxis: string; readonly formatYAxis: string; readonly formatValueAxisTitle: string; readonly formatValueAxisTitlePlaceholder: string; readonly formatValueAxisTitleFont: string; readonly formatValueAxisTitleFontPlaceholder: string; readonly formatValueAxisTitleSize: string; readonly formatValueAxisTitleSizePlaceholder: string; readonly formatValueAxisTitleColor: string; readonly formatValueAxisLabels: string; readonly formatValueAxisLabelsFormat: string; readonly formatValueAxisLabelsFormatText: string; readonly formatValueAxisLabelsFormatNumber: string; readonly formatValueAxisLabelsFormatCurrency: string; readonly formatValueAxisLabelsFormatPercent: string; readonly formatValueAxisLabelsFont: string; readonly formatValueAxisLabelsFontPlaceholder: string; readonly formatValueAxisLabelsSize: string; readonly formatValueAxisLabelsSizePlaceholder: string; readonly formatValueAxisLabelsColor: string; readonly formatValueAxisLabelsRotation: string; readonly formatValueAxisLabelsRotationAuto: string; }; export { messages }; /** * @hidden */ export declare const windowTitle = "chartWizard.window.title"; /** * @hidden */ export declare const exportButton = "chartWizard.export.button"; /** * @hidden */ export declare const exportPDFButton = "chartWizard.exportPDF.button"; /** * @hidden */ export declare const exportSVGButton = "chartWizard.exportSVG.button"; /** * @hidden */ export declare const exportPNGButton = "chartWizard.exportPNG.button"; /** * @hidden */ export declare const tabChart = "chartWizard.tab.chart"; /** * @hidden */ export declare const tabData = "chartWizard.tab.data"; /** * @hidden */ export declare const tabFormat = "chartWizard.tab.format"; /** * @hidden */ export declare const barChart = "chartWizard.chart.barChart.expandText"; /** * @hidden */ export declare const barChartBar = "chartWizard.chart.barChart.bar"; /** * @hidden */ export declare const barChartStackedBar = "chartWizard.chart.barChart.stackedBar"; /** * @hidden */ export declare const barChart100StackedBar = "chartWizard.chart.barChart.100%stackedBar"; /** * @hidden */ export declare const pieChart = "chartWizard.chart.pieChart.expandText"; /** * @hidden */ export declare const pieChartPie = "chartWizard.chart.pieChart.pie"; /** * @hidden */ export declare const columnChart = "chartWizard.chart.columnChart.expandText"; /** * @hidden */ export declare const columnChartColumn = "chartWizard.chart.columnChart.column"; /** * @hidden */ export declare const columnChartStackedColumn = "chartWizard.chart.columnChart.stackedColumn"; /** * @hidden */ export declare const columnChart100StackedColumn = "chartWizard.chart.columnChart.100%stackedColumn"; /** * @hidden */ export declare const lineChart = "chartWizard.chart.lineChart.expandText"; /** * @hidden */ export declare const lineChartLine = "chartWizard.chart.lineChart.line"; /** * @hidden */ export declare const lineChartStackedLine = "chartWizard.chart.lineChart.stackedLine"; /** * @hidden */ export declare const lineChart100StackedLine = "chartWizard.chart.lineChart.100%stackedLine"; /** * @hidden */ export declare const scatterChart = "chartWizard.chart.scatterChart.expandText"; /** * @hidden */ export declare const scatterChartScatter = "chartWizard.chart.scatterChart.scatter"; /** * @hidden */ export declare const configuration = "chartWizard.data.configuration.expandText"; /** * @hidden */ export declare const configurationCategoryAxis = "chartWizard.data.configuration.categoryAxis"; /** * @hidden */ export declare const configurationXAxis = "chartWizard.data.configuration.xAxis"; /** * @hidden */ export declare const configurationValueAxis = "chartWizard.data.configuration.valueAxis"; /** * @hidden */ export declare const configurationSeries = "chartWizard.data.configuration.series.title"; /** * @hidden */ export declare const configurationSeriesAdd = "chartWizard.data.configuration.series.add"; /** * @hidden */ export declare const formatChartArea = "chartWizard.format.chartArea.expandText"; /** * @hidden */ export declare const formatChartAreaMargins = "chartWizard.format.chartArea.margins"; /** * @hidden */ export declare const formatChartAreaMarginsAuto = "chartWizard.format.chartArea.margins.auto"; /** * @hidden */ export declare const formatChartAreaMarginsLeft = "chartWizard.format.chartArea.margins.left"; /** * @hidden */ export declare const formatChartAreaMarginsRight = "chartWizard.format.chartArea.margins.right"; /** * @hidden */ export declare const formatChartAreaMarginsTop = "chartWizard.format.chartArea.margins.top"; /** * @hidden */ export declare const formatChartAreaMarginsBottom = "chartWizard.format.chartArea.margins.bottom"; /** * @hidden */ export declare const formatChartAreaBackground = "chartWizard.format.chartArea.background"; /** * @hidden */ export declare const formatChartAreaBackgroundColor = "chartWizard.format.chartArea.background.color"; /** * @hidden */ export declare const formatTitle = "chartWizard.format.title.expandText"; /** * @hidden */ export declare const formatTitleApplyTo = "chartWizard.format.title.applyTo"; /** * @hidden */ export declare const formatTitleChartTitle = "chartWizard.format.title.chartTitle"; /** * @hidden */ export declare const formatTitleChartSubtitle = "chartWizard.format.title.chartSubtitle"; /** * @hidden */ export declare const formatTitleLabel = "chartWizard.format.title.label"; /** * @hidden */ export declare const formatTitleFont = "chartWizard.format.title.font"; /** * @hidden */ export declare const formatTitleFontPlaceholder = "chartWizard.format.title.fontPlaceholder"; /** * @hidden */ export declare const formatTitleSize = "chartWizard.format.title.size"; /** * @hidden */ export declare const formatTitleSizePlaceholder = "chartWizard.format.title.sizePlaceholder"; /** * @hidden */ export declare const formatTitleColor = "chartWizard.format.title.color"; /** * @hidden */ export declare const formatSeries = "chartWizard.format.series.expandText"; /** * @hidden */ export declare const formatSeriesApplyTo = "chartWizard.format.series.applyTo"; /** * @hidden */ export declare const formatSeriesAllSeries = "chartWizard.format.series.allSeries"; /** * @hidden */ export declare const formatSeriesColor = "chartWizard.format.series.color"; /** * @hidden */ export declare const formatSeriesShowLabels = "chartWizard.format.series.showLabels"; /** * @hidden */ export declare const formatLegend = "chartWizard.format.legend.expandText"; /** * @hidden */ export declare const formatLegendShowLegend = "chartWizard.format.legend.showLegend"; /** * @hidden */ export declare const formatLegendFont = "chartWizard.format.legend.font"; /** * @hidden */ export declare const formatLegendFontPlaceholder = "chartWizard.format.legend.fontPlaceholder"; /** * @hidden */ export declare const formatLegendSize = "chartWizard.format.legend.size"; /** * @hidden */ export declare const formatLegendSizePlaceholder = "chartWizard.format.legend.sizePlaceholder"; /** * @hidden */ export declare const formatLegendColor = "chartWizard.format.legend.color"; /** * @hidden */ export declare const formatLegendPosition = "chartWizard.format.legend.position"; /** * @hidden */ export declare const formatLegendPositionTop = "chartWizard.format.legend.position.top"; /** * @hidden */ export declare const formatLegendPositionBottom = "chartWizard.format.legend.position.bottom"; /** * @hidden */ export declare const formatLegendPositionLeft = "chartWizard.format.legend.position.left"; /** * @hidden */ export declare const formatLegendPositionRight = "chartWizard.format.legend.position.right"; /** * @hidden */ export declare const formatCategoryAxis = "chartWizard.format.categoryAxis.expandText"; /** * @hidden */ export declare const formatXAxis = "chartWizard.format.xAxis.expandText"; /** * @hidden */ export declare const formatCategoryAxisTitle = "chartWizard.format.categoryAxis.title.expandText"; /** * @hidden */ export declare const formatCategoryAxisTitlePlaceholder = "chartWizard.format.categoryAxis.title.placeholder"; /** * @hidden */ export declare const formatCategoryAxisTitleFont = "chartWizard.format.categoryAxis.title.font"; /** * @hidden */ export declare const formatCategoryAxisTitleFontPlaceholder = "chartWizard.format.categoryAxis.title.fontPlaceholder"; /** * @hidden */ export declare const formatCategoryAxisTitleSize = "chartWizard.format.categoryAxis.title.size"; /** * @hidden */ export declare const formatCategoryAxisTitleSizePlaceholder = "chartWizard.format.categoryAxis.title.sizePlaceholder"; /** * @hidden */ export declare const formatCategoryAxisTitleColor = "chartWizard.format.categoryAxis.title.color"; /** * @hidden */ export declare const formatCategoryAxisLabels = "chartWizard.format.categoryAxis.labels.text"; /** * @hidden */ export declare const formatCategoryAxisLabelsFont = "chartWizard.format.categoryAxis.labels.font"; /** * @hidden */ export declare const formatCategoryAxisLabelsFontPlaceholder = "chartWizard.format.categoryAxis.labels.fontPlaceholder"; /** * @hidden */ export declare const formatCategoryAxisLabelsSize = "chartWizard.format.categoryAxis.labels.size"; /** * @hidden */ export declare const formatCategoryAxisLabelsSizePlaceholder = "chartWizard.format.categoryAxis.labels.sizePlaceholder"; /** * @hidden */ export declare const formatCategoryAxisLabelsColor = "chartWizard.format.categoryAxis.labels.color"; /** * @hidden */ export declare const formatCategoryAxisLabelsRotation = "chartWizard.format.categoryAxis.labels.rotation.text"; /** * @hidden */ export declare const formatCategoryAxisLabelsRotationAuto = "chartWizard.format.categoryAxis.labels.rotation.auto"; /** * @hidden */ export declare const formatCategoryAxisLabelsReverseOrder = "chartWizard.format.categoryAxis.labels.reverseOrder"; /** * @hidden */ export declare const formatValueAxis = "chartWizard.format.valueAxis.expandText"; /** * @hidden */ export declare const formatYAxis = "chartWizard.format.yAxis.expandText"; /** * @hidden */ export declare const formatValueAxisTitle = "chartWizard.format.valueAxis.title.text"; /** * @hidden */ export declare const formatValueAxisTitlePlaceholder = "chartWizard.format.valueAxis.title.placeholder"; /** * @hidden */ export declare const formatValueAxisTitleFont = "chartWizard.format.valueAxis.title.font"; /** * @hidden */ export declare const formatValueAxisTitleFontPlaceholder = "chartWizard.format.valueAxis.title.fontPlaceholder"; /** * @hidden */ export declare const formatValueAxisTitleSize = "chartWizard.format.valueAxis.title.size"; /** * @hidden */ export declare const formatValueAxisTitleSizePlaceholder = "chartWizard.format.valueAxis.title.sizePlaceholder"; /** * @hidden */ export declare const formatValueAxisTitleColor = "chartWizard.format.valueAxis.title.color"; /** * @hidden */ export declare const formatValueAxisLabels = "chartWizard.format.valueAxis.labels.text"; /** * @hidden */ export declare const formatValueAxisLabelsFormat = "chartWizard.format.valueAxis.labelFormat"; /** * @hidden */ export declare const formatValueAxisLabelsFormatText = "chartWizard.format.valueAxis.labelFormat.text"; /** * @hidden */ export declare const formatValueAxisLabelsFormatNumber = "chartWizard.format.valueAxis.labelFormat.number"; /** * @hidden */ export declare const formatValueAxisLabelsFormatCurrency = "chartWizard.format.valueAxis.labelFormat.currency"; /** * @hidden */ export declare const formatValueAxisLabelsFormatPercent = "chartWizard.format.valueAxis.labelFormat.percent"; /** * @hidden */ export declare const formatValueAxisLabelsFont = "chartWizard.format.valueAxis.labels.font"; /** * @hidden */ export declare const formatValueAxisLabelsFontPlaceholder = "chartWizard.format.valueAxis.labels.fontPlaceholder"; /** * @hidden */ export declare const formatValueAxisLabelsSize = "chartWizard.format.valueAxis.labels.size"; /** * @hidden */ export declare const formatValueAxisLabelsSizePlaceholder = "chartWizard.format.valueAxis.labels.sizePlaceholder"; /** * @hidden */ export declare const formatValueAxisLabelsColor = "chartWizard.format.valueAxis.labels.color"; /** * @hidden */ export declare const formatValueAxisLabelsRotation = "chartWizard.format.valueAxis.labels.rotation.text"; /** * @hidden */ export declare const formatValueAxisLabelsRotationAuto = "chartWizard.format.valueAxis.labels.rotation.auto";