Skip to main content

ASPxClientWebChartHitInfo.customLegendItem Property

Gets a custom legend item which is located under the test point.

Declaration

customLegendItem: ASPxClientCustomLegendItem

Property Value

Type Description
ASPxClientCustomLegendItem

An ASPxClientCustomLegendItem object which represents the item located under the test point.

Remarks

Use the customLegendItem property to access the item located under the test point if the ASPxClientWebChartHitInfo.inCustomLegendItem property returns true. Note that if the ASPxClientWebChartHitInfo.inCustomLegendItem is false, then the customLegendItem property returns null.

See Also