TdxChartLegendItem Class
In This Article
A legend pane item.
#Declaration
Delphi
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.
#Main API Members
The list below outlines key members of the TdxChartCustomLabels
class that allow you to identify a legend item.
- Checked
- Returns the legend item checked state.
- Legend
- Provides access to the legend pane to which the legend item belongs.
- Caption
- Returns the legend item caption.
#Direct TdxChartLegendItem Class References
The TdxChartHitTest.LegendItem property references a TdxChartLegendItem
object when the TdxChartHitTest.HitCode property returns TdxChartHitCode.LegendItem.
See Also