[]
The Data Binding tab in the Data Chart Panel allows you to bind a Data Chart to a DataManager table or to a specific cell in a ReportSheet.
Data displayed in the chart is configured through this panel.
The Data Chart Panel provides two binding modes:
Table Binding
Cell Binding (ReportSheet only)
When binding a Data Chart to a DataManager table:
Select the table from the Selected Table dropdown.
Bind the required fields to the corresponding data areas.
Configure field options if needed.
If you switch the bound table, all previously bound fields are cleared and must be configured again.
To add a data source:
Go to DATA > Data Binding
Click DataSource
Add a table and configure the external URL for CRUD operations (if applicable)
Use the Columns tab to fetch table columns

After fetching the data source, select the table in the Data Chart Panel.

The following binding areas are available:
Values – Defines the numeric data displayed in the chart.
Category – Defines the primary grouping field(s).
Details – Adds additional grouping dimensions.
Color – Splits data visually into multiple series.
Tooltip – Adds additional information to chart tooltips.
Filter – Applies source-level filtering to the bound data.

Use the Filter icon to create filter rules for fields in the currently selected table.

Users can drag one or more categorical fields into the Category drop zone.

The drop zone is the same single area used for standard Category binding.
All dropped fields are stored internally as an ordered array.
Multiple fields can be added sequentially. During drag‑and‑drop, the editor displays an insertion indicator showing where the field will be inserted.
The drop order determines the hierarchy from outer level to inner level.
Produces a hierarchical category structure ordered by drop sequence.
After binding a field, click the Settings button next to it to configure options such as sorting, aggregation, formatting, or chart-specific behavior.
Note:
Different chart types require different binding structures. Refer to the documentation for each chart type for detailed binding requirements.
When switching between chart types in the Designer:
If both the current and target chart types support hierarchical categories, the full category hierarchy is preserved.
If the target chart type uses a single category level only, only the first category level is kept.
If the target chart type does not use category binding, the category binding is removed.
In a ReportSheet, you can bind a Data Chart to an individual expandable cell.
Select Cell Binding from the Binding Mode dropdown.
Click the + button in each binding area.
Select the target cell.
Each bound cell has a Display Name, which acts as an alias and is displayed in the chart.

Note:
When a Data Chart in a ReportSheet is bound to a cell reference, the chart renders default binding data during design time.
Switch to Preview or Paginate mode to view actual bound data.