Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartElement.IsHitTestVisible Property

Defines whether this element can possibly be returned as a hit test result from some portion of its rendered content.

Namespace: DevExpress.Xpf.Charts

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

Declaration

[Browsable(false)]
public bool IsHitTestVisible { get; set; }

Property Value

Type Description
Boolean

true if this element could be returned as a hit test result from at least one point; otherwise false. The default value is true.

See Also