Back to Devexpress

TdxChartCustomSeries.ShowInLegend Property

vcl-dxchartcore-dot-tdxchartcustomseries-fa00ebd4.md

latest1.3 KB
Original Source

TdxChartCustomSeries.ShowInLegend Property

Specifies if the series is visible in the chart or diagram legend.

Declaration

delphi
property ShowInLegend: TdxChartSeriesShowInLegend read; write; default TdxChartSeriesShowInLegend.Chart;

Property Value

TypeDefaultDescription
TdxChartSeriesShowInLegendChart

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

TdxChartCustomSeries.CheckableInLegend Property

TdxChartCustomSeries Class

TdxChartCustomSeries Members

dxChartCore Unit