JavaScript/jQuery PolarChart - PolarChartPointInfo
Series point data.
import { PointInfo } from "devextreme/viz/polar_chart"
Type:
BasePointInfo
point
Point instance of the hovered/pressed series point.
Type:
any
Use this object to call point methods or access the point fields.
points
An array of Point instances within the hovered/pressed series.
Type:
Array<BasePointInfo>
This array is returned in the tooltip.contentTemplate argument when shared is true.
Feedback