Jump to content
Software FX Community

binuk99

Members
  • Posts

    3
  • Joined

  • Last visited

binuk99's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I am using a chart with ChartFX7 which conatins mutiple panes. Each pane multiple series are added. Currently i am facing an issue with the highlighting of series items in different panes. When moving the mouse over an item in the legend, highlighting works perfectly fine. But when moving the mouse over a series in the chart, only the other series whihc are in the same pane only gets dimmed in the legend box and the other items in other panes are not getting dimmed in legend box. This is reproducable in Panes sample application also by adding one more series and setting the panes like this. chart1.Series[0].Pane = chart1.Panes[0]; chart1.Series[1].Pane = chart1.Panes[1]; chart1.Series[2].Pane = chart1.Panes[1]; Any help/suggestions are welcome Regards Binu
  2. Hi, I am getting a divide by zero exception on mouse move which is coming from inside the chartfx method. Please find the trace System.DivideByZeroException: Attempted to divide by zero. at SoftwareFX.ChartFX.1R.OF(Int32 2GE) at SoftwareFX.ChartFX.1R.BeginLoop() at SoftwareFX.ChartFX.0X.HC(1R 1XT, Boolean 1XU, Int32 1XV, Int32 1XW, Point& 1XX, Object& 1XY) at SoftwareFX.ChartFX.0X.HD(Int32 1XZ, Int32 1Y0, Object& 1Y1) at SoftwareFX.ChartFX.0X.OnMouseMove(MouseEventArgs e) Could any body please help to solve this issue.... Regards Binu
  3. Hi , I just installed the ChartFXGuageTrial version. Using Visula Studio 2005 I can see the Radial Guage,Vertical Gauge etc are in the tool bar and I can drag and drop to any windows form. But when i create a windows forms application using Visual Studio 2008, i am not able to see the icons in the toolbar. Mannually adding these iscons to the toolbar also didn't suceed. Could anybody please tell me whether ChartFxGuage is not supported in Visual Studio 2008?
×
×
  • Create New...