Skip to main content

TcxGridChartDiagram.OnCustomDrawValueCaption Event

Enables you to manually paint chart value captions.

Declaration

property OnCustomDrawValueCaption: TcxGridChartDiagramValueCaptionCustomDrawEvent read; write;

Remarks

Fires when a chart value caption needs to be painted.

Sender specifies the diagram that owns the chart value.

AViewInfo provides access to the ViewInfo information about the chart value.

ACanvas specifies the drawing surface.

ADone specifies whether default painting is required. Set ADone to True, to prevent default code execution.

See Also