Skip to main content

Chart Items

The Chart Items property is used to select and configure the chart types that will be displayed inside the Chart control.
This panel allows adding multiple chart types (except Pie) and configuring their fields, colors, and display settings.

Chart Items

The Chart Items area is where developers define which chart types will be shown inside the Chart component.
When the Chart Items field is clicked, a configuration window opens, allowing the user to add, remove, or edit chart definitions.

ChartITems

By clicking the “Add” button inside this window, a list of available chart types is shown.
The Chart control supports the following chart types:

  • Area Chart
  • Bar Chart
  • Line Chart
  • Pie Chart
  • Scatter Chart
  • Spline Chart ChartTypes

Important Information

Note:
The Pie Chart cannot be used together with other chart types.
If a Pie Chart is added, no additional chart types can be included.

How It Works

  1. Click Chart Items in the properties panel.
  2. A configuration window opens.
  3. Click “Add” to choose a chart type.
  4. When a chart is added, it appears in the left panel under the Grafikler (Charts) section.
  5. The right panel displays the selected chart’s editable properties.

Chart Item Properties

PropertyDescription
NameThe unique name to be assigned to the chart is entered here.
Argument FieldThe column representing the description (category) field in the chart’s data source is selected here.
Value FieldThe value column to be retrieved from the chart’s data source is selected.
ColorThe color of the chart is set here. You can choose from the color panel or enter RGB / HEX codes. The “A” value represents the Alpha Channel and controls opacity (0–100).

Color Selection Details

  • Click the color box to open the color picker panel.
  • Select a color from the palette or enter:
    • RGB format
    • HEX format
    • Adjust transparency using the Alpha (A) slider.
  • You can also choose from 15 predefined default colors. NewChart

Saving the Chart

After configuring all required fields:

  • Click “Save” to save the chart definition.
  • The chart will appear in the Chart control according to its configuration.

Summary

The Chart Items property provides full customization of the Chart component, including:

  • Selecting chart types
  • Binding fields to dataset columns
  • Customizing chart colors
  • Supporting multiple visualizations (except Pie in combination)

This makes the Chart control a powerful tool for data visualization within Synergy forms.