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