Class XYDataChart

java.lang.Object
All Implemented Interfaces:
Component, ComponentPart, ComponentProperty, HasAnimation, HasData, HasEmphasis
Direct Known Subclasses:
BubbleChart, HeatmapChart

public abstract class XYDataChart extends Chart
Represents an abstract chart where data points are plotted based on X and Y coordinates. It is designed to be used with a rectangular coordinate system and supports managing data points and associated visual representations. Subclasses implement specific chart types such as heatmaps or bubble charts.
Author:
Syam