GridChartModel
23 Sep 20251 minute to read
Configuration options for integrating a chart with the Grid component.
Properties
allowExport boolean
Enables or disables export functionality for the chart.
chartExportItems ChartExportItem[]
Defines the list of export formats available to the user.
chartPopupSettings ChartPopupSettings
Defines the settings for the chart dialog, such as dimensions and target container.
cssClass string
Defines the own class for the grid chart element.
enablePropertyPanel boolean
Enables the chart settings panel within the chart dialog,
allowing end-users to customize chart properties interactively.
enableRtl boolean
Enable or disable rendering component in right to left direction.
locale string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
updateChartSettings Function
Callback function triggered before the chart is updated with new changes.