Back to Devexpress

TdxChartLegendItem Class

vcl-dxchartlegend-87c5909e.md

latest1.6 KB
Original Source

TdxChartLegendItem Class

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.

CheckedReturns the legend item checked state.LegendProvides access to the legend pane to which the legend item belongs.CaptionReturns the legend item 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

TdxChartLegendItem Members

dxChartLegend Unit