TdxChartHitTest.LegendItem Property
Provides access to the legend item to which the inspected point belongs.
Declaration
property LegendItem: TdxChartLegendItem read;
Property Value
Type | Description |
---|---|
TdxChartLegendItem | The currently inspected legend item. This property returns |
Remarks
You can use the LegendItem
property to identify and access a legend item at the inspected point; that is, when the HitCode property returns TdxChartHitCode.LegendItem. In this case, you can also use the Legend property to access the parent legend pane of the inspected item.
See Also