The legend may be aligned to one of the four corners of the chart. Chart legend.

The legend is a list of lines, called legend items. Each item contains a symbol and a text. Symbol is a graphical representation of series or series part. For example, line series use line segment as a symbol, while area series use filled rectangle.

Controls location of the legend on the chart. Used to draw background rectangle of the legend. Set Style to bsClear to get transparent legend. The font for the legend items text. Used to draw a frame around the legend. Set Visible to false to disable frame drawing. Distance between the legend's border and the border of chart or sidebar, in pixels. Distance between the legend's border and the items inside, in pixels. Also controls the distance between the consecutive items. Width of the legend's symbols, in pixels. If true, the legend is drawn on a separate panel. Otherwise it is drawn over the chart. If true, the legend is drawn. Basic class for legend items. If you create a new series type, you may specify one of the existing symbol types by overriding GetLegendItems, or create a new symbol by inheriting TLegendItem class. TBasicChartSeries.GetLegendItems List of legend items.