IdxChartLegendItem.DrawGlyph(TcxCustomCanvas,TdxRectF) Method
In This Article
Draws a legend item glyph on the target area of the specified canvas.
#Declaration
Delphi
procedure DrawGlyph(ACanvas: TcxCustomCanvas; const R: TdxRectF);
#Parameters
Name | Type | Description |
---|---|---|
ACanvas | Tcx |
The target canvas. |
R | Tdx |
The target canvas area. |
See Also