Navigation: Code Documentation > RSFMXCharts > FMX.RS.BubbleCharts > Classes > TRSBubbleChart > Events
TRSBubbleChart.OnCustomDrawValue Event
Occurs when a point is being drawn. Use the OnCustomDrawValue event to do custom drawing of the point. Set DoDraw to false to prevent the class from drawing the default point.
Namespace: FMX.RS.BubbleCharts
Delphi
published property OnCustomDrawValue: TRSBubbleChartValueDrawEvent read FOnCustomDrawValue write FOnCustomDrawValue;
Value
Type: TRSBubbleChartValueDrawEvent
•FMX.RS.BubbleCharts.TRSBubbleChart.DrawBubble(TCanvas,TCanvasRect,TRSBubbleChartValue)
•TRSBubbleChart
•FMX.RS.BubbleCharts