Back to Devexpress

ChartHitInfo.InPaneTitle Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-52b7ca47.md

latest1.1 KB
Original Source

ChartHitInfo.InPaneTitle Property

Returns the value that indicates whether the test point is within a pane title.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool InPaneTitle { get; }
vb
Public ReadOnly Property InPaneTitle As Boolean

Property Value

TypeDescription
Boolean

true , if the test point is within a pane title; otherwise, false.

|

See Also

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace