Configure chart synchronization with group, identifier, syncX, and syncY
masterTo implement linkage charts (where multiple charts move or zoom in unison), use the following special properties:
group: The group name.identifier: A unique identifier for the chart.syncX: Enables synchronization of X-axis movement.syncY: Enables synchronization of Y-axis movement.
These operations are performed on the native side for high performance. For more details, see the LinkageChartScreen example in the repository.