Navigation: Code Documentation > RSCharting > RSBubbleCharts > 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: RSBubbleCharts
Delphi
published property OnCustomDrawValue: TRSBubbleChartValueDrawEvent read FOnCustomDrawValue write FOnCustomDrawValue;
Value
Type: TRSBubbleChartValueDrawEvent
•RSBubbleCharts.TRSBubbleChart.DrawBubble(TCanvas,TCanvasRect,TRSBubbleChartValue)
•TRSBubbleChart
•RSBubbleCharts