Navigation: Code Documentation > RSCharting > RSCharts > Classes > TRSCustomPointChart > Events
TRSCustomPointChart.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: RSCharts
Delphi
protected property OnCustomDrawValue: TRSPointChartValueDrawEvent read FOnCustomDrawValue write FOnCustomDrawValue;
Value
Type: TRSPointChartValueDrawEvent
•RSCharts.TRSCustomPointChart.DrawPoint(TCanvas,TCanvasRect,TRSPointChartValue)
•TRSCustomPointChart
•RSCharts