HighlightedScatterMark API
API reference docs for the React HighlightedScatterMark component. Learn about the props, CSS, and other APIs of this exported module.
Demos
Import
import { HighlightedScatterMark } from '@mui/x-charts-premium/ScatterChartPremium';
// or
import { HighlightedScatterMark } from '@mui/x-charts-premium';Learn about the difference by reading this guide on minimizing bundle size.
Draws an SVG ring around the currently highlighted scatter point. Used by the WebGL renderer, where the point itself is rasterized off the SVG tree — so the highlight has to be drawn in SVG and positioned via the same axis scales the WebGL plot uses.
| Name | Type | Description |
|---|
The component cannot hold a ref.
Source code
If you did not find the information in this page, consider having a look at the implementation of the component for more detail.