Contents  All Classes  Index A-Z  All Units


PaintSeriesLegend procedure

procedure PaintSeriesLegend(ASeries: TChartSeries; ACanvas: TCanvas; Const R: TRect; ReferenceChart: TCustomChart);

Unit
Chart

Description
This procedure is internally used by the Series Editor dialog to display a graphical representation of the ASeries parameter.

You can also use this procedure in your own applications, although is an internal procedure and might change in the future.

Example:

PaintSeriesLegend( Series1, PaintBox1.Canvas, PaintBox1.ClientRect );


This procedure is also used by the Chart ListBox component to display each series.




Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.