Skip to main content
All docs
V20.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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

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