Blazor Scatter Plot Chart Example
This Blazor Scatter Plot Chart example compares shoulder and chest measurements across different age groups using the default scatter series.
In this example, you can see how to render and configure a scatter chart. The scatter chart plots data with two numeric parameters, making it ideal for:
- Identifying correlations between variables
- Visualizing data distribution patterns
- Detecting outliers and trends
Customize scatter point appearance using the Shape property in the marker to change the scatter symbol.
Tooltip is enabled in this example. To see tooltip information, hover over or tap on a data point on touch-enabled devices.
More information about the scatter series can be found in this documentation section.