Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartHistogram.OnCustomDrawPlot Event

In This Article

Occurs when a chart’s plot area needs to be painted.

#Declaration

Delphi
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