Skip to main content
A newer version of this page is available. .

Chart3DHitInfo.AdditionalItem Property

Stores additional information about a test point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.2.dll

Declaration

public object AdditionalItem { get; }

Property Value

Type Description
Object

An object that contains additional information about a test point.

Remarks

When you use a series view of the SurfaceSeriesView type, the AdditionalItem property returns a SurfacePoint object if a user clicks the series surface. Use the Chart3DHitInfo.SeriesPoint property to obtain information about a test point if a user clicks a series point marker or a series point of a discrete 3D series (for example, Bars).

See Also