Skip to main content
All docs
V25.1
  • HitInfoBase.InLegend Property

    Returns the value indicating whether the test point is within a legend.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public abstract bool InLegend { get; }

    Property Value

    Type Description
    Boolean

    true if the test point is within a legend; otherwise false.

    See Also