I am trying to customise the marker points in jChartFX bubble chart. In javascript I know to put different shapes for different data points.
ex:- pnts.getItem(-1, 2).setMarkerShape(cfx.MarkerShape.Rect);
But I don't know how to set custom picture
chart1.getPoints().getItem(0, 1).setPicture(;
in above line what will replace the value of b??