Skip to contentSkip to content

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/ScatterChart';
// or
import { HighlightedScatterMark } from '@mui/x-charts';
// or
import { HighlightedScatterMark } from '@mui/x-charts-pro';
// 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 renderers where the point itself is rasterized off the SVG tree (for example WebGL or svg-batch), so the highlight has to be drawn in SVG and positioned via the same axis scales the underlying renderer uses.

Props

NameTypeDescription
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.