TcxGridChartDiagram.OnCustomDrawValueCaption Event
Allows you to override the default draw routine for chart value captions.
Declaration
property OnCustomDrawValueCaption: TcxGridChartDiagramValueCaptionCustomDrawEvent read; write;
Remarks
The OnCustomDrawValueCaption
event occurs every time a chart value is about to be drawn.
The Sender
parameter provides access to the chart value’s parent diagram.
AViewInfo
provides access to ViewInfo information about the chart value.
ACanvas
specifies the drawing surface.
ADone
specifies whether default painting is required. Set ADone
to True
, to disable the built-in draw routine.
See Also