App-wide cascade for the chart-panel's ARIA strings and its default legend placement
CngxChartPanelConfig
Interface
projects/ui/chart-panel/config/chart-panel.config.ts
Import#
import { CngxChartPanelConfig } from '@cngx/ui/chart-panel'
Description#
App-wide cascade for the chart-panel's ARIA strings and its default legend placement.
Resolution priority (high -> low):
- Per-instance Input binding (e.g.
[legendPosition]). provideChartPanelConfigAt(...)in a parent component'sviewProviders.provideChartPanelConfig(...)at the application root.- Library defaults (English; merged in via
CNGX_CHART_PANEL_DEFAULTS).
Index#
Properties
Instance Properties#
legendPosition#
CngxChartPanelLegendPositionReadonlyOptional
App-wide default legend placement. Per-instance [legendPosition] wins.