Jump to content
Software FX Community

ghimireniraj

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by ghimireniraj

  1. Hi, Is it possible to find out the Rectangle(top,left,height,width) for a Bar in a BAR chart? I need this to position a picture marker on top of few bars as markers which I need to be able to drag across the chart and drop on top of any bars and obtain the attributes for the point. Is there any other way to do this? Also, I don't seem to find the Annotation Object. Is it not available in Winforms .NET 6.2? Thank You very much. Niraj
  2. Thanks for the reply. I am running the latest. One thing I forgot to mention is that the chart is refreshing in a loop very fast. So do you think that there is some kind of race condition happening? Thank You Niraj
  3. Adding to that . How would you find out the X Coordinate of a bar ? X axis may be a category axis.
  4. // 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? } }
  5. // 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 do not always get the hittype as a point but an Insidearea..Why? } } Sorry but this is ChartFX 6.2
×
×
  • Create New...