-
public class PointStyleClass for styling the point circles. See PointStyle.FilledPoint, PointStyle.OutlinedPoint, PointStyle.ImagePointStyle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPointStyle.FilledPointClass that draws filled point to the canvas
public final classPointStyle.OutlinedPointClass that draws outlined point to the canvas. BasicChartStyle.backgroundColor needs to be set for this to work properly.
public final classPointStyle.ImagePointStyleDraws image instead of the point with Painter. For vector image use rememberVectorPainter or painterResource for resources. Needs to have BasicChartStyle.backgroundColor set to work properly.
-
Method Summary
Modifier and Type Method Description abstract UnitdrawToCanvas(Float x, Float y, BasicChartDrawer basicChartDrawer)-
-
Method Detail
-
drawToCanvas
abstract Unit drawToCanvas(Float x, Float y, BasicChartDrawer basicChartDrawer)
-
-
-
-