Jump to content
Software FX Community

// Even when I am always hitting in the bar I do not always get the hittype as a point but an Inside area..Why?


ghimireniraj

Recommended Posts

 

// Even when I am always hitting in the bar Ido not always get the hittype as a point but an Inside area..Why?

  public void m_Chart_MouseUp(object sender, MouseEventArgsX e)   {   if (e.HitType == HitType.Point)   {

            // Even when I am always hitting in the bar I donot always get the hittype as a point but an Insidearea..Why?

        }

    }

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...