vcl-dxchartlegend-87c5909e.md
A legend pane item.
TdxChartLegendItem = class(
TObject
)
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.
The list below outlines key members of the TdxChartCustomLabels class that allow you to identify a legend item.
CheckedReturns the legend item checked state.LegendProvides access to the legend pane to which the legend item belongs.CaptionReturns the legend item caption.
The TdxChartHitTest.LegendItem property references a TdxChartLegendItem object when the TdxChartHitTest.HitCode property returns TdxChartHitCode.LegendItem.
TObject TdxChartLegendItem
See Also