Skip to main content
A newer version of this page is available. .

TdxChartLegend Class

Stores settings of the legend pane displayed in a Chart control.

Declaration

TdxChartLegend = class(
    TdxChartCustomLegend
)

Remarks

A series is displayed in the Chart control’s legend instead of the corresponding diagram’s legend if the ShowInLegend property of the series is set to TdxChartSeriesShowInLegend.Chart (default).

VCL Chart Control: The Chart Legend Pane

Main API Members

The list below outlines key members of the TdxChartCustomLegend class that allow you to configure chart and diagram legend panes.

Direct TdxChartLegend Class References

The Chart control’s Legend property references a TdxChartLegend object.

See Also