TdxChartCustomSeries.ShowInLegend Property
Declaration
property ShowInLegend: TdxChartSeriesShowInLegend read; write; default TdxChartSeriesShowInLegend.Chart;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxChartSeriesShowInLegend | Chart | If TdxChartSeriesShowInLegend.None, the series is not displayed in a legend. If TdxChartSeriesShowInLegend.Chart or TdxChartSeriesShowInLegend.Diagram, the series is listed in the chart or diagram legend, respectively. |
Remarks
The ShowInLegend property’s default value is TdxChartSeriesShowInLegend.Chart.
See Also