TdxChart.Legend Property
Provides access to chart legend pane settings.
Declaration
property Legend: TdxChartLegend read;
Property Value
Type | Description |
---|---|
TdxChartLegend | Stores chart legend pane settings. |
Remarks
Important
Do not use the Legend
property in your code. To customize legend pane settings in the Chart control, use its Legend property instead.
See Also