TcxGridChartHistogram.OnCustomDrawPlot Event
Occurs when a chart’s plot area needs to be painted.
Declaration
property OnCustomDrawPlot: TcxGridChartHistogramPlotCustomDrawEvent read; write;
Remarks
The Sender
parameter provides access to the diagram whose plot area is about to be drawn.
ACanvas
and AViewInfo
parameters provide access to the canvas and ViewInfo of the grid control.
The ABounds
parameter specifies the bounding rectangle of a chart’s plot area being painted. Note that the same information is accessible through the AViewInfo.PlotBounds
property.
As with other custom drawing events, the ADone
parameter’s value is initially False
.
See Also