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

TdxChartLegendItem Class

A legend pane item.

Declaration

TdxChartLegendItem = class(
    TObject
)

Remarks

A legend item corresponds to an XY series or a simple series argument on a diagram or Chart legend pane. Legend items consist of captions, glyphs, and check boxes that allow users to hide or display the corresponding series or series values.

VCL Chart Control: A Legend Item

The TdxChartLegendItem class has members that allow you to do the following:

  • Identify the legend item’s checked state (Checked).
  • Access the legend pane to which the legend item belongs (Legend).
  • Identify the legend item by its caption (Caption).

Direct TdxChartLegendItem Class References

The TdxChartHitTest.LegendItem property references a TdxChartLegendItem object when the TdxChartHitTest.HitCode property returns TdxChartHitCode.LegendItem.

Inheritance

TObject
TdxChartLegendItem
See Also