• Content count

    9
  • Joined

  • Last visited

Posts posted by [email protected]


  1. Hi,

     

    I can't proceed without solving this issue, please give suggestion.

     

     

     

    I'm herewith attaching three png files

     

    All i need is getting smooth curve with any of the charts as in Requirement.png.

     

    With MSLine.swf:- I'm able to connect all points with connectNullData='1' attribute but the curve is not smooth

     

    With MSSpline.swf:- Even though i used connectNullData attribute the points are not joining.

     

     

     

    Is there any way to proceed?

     

    Awaiting for your reply

    post-6292-128441575455_thumb.png

    post-6292-128441575469_thumb.png

    post-6292-128441575481_thumb.png


  2. Hii,

     

    I'm using MSLine.swf of Fusion Charts Evaluation Version.

     

    With reference to the attachement:

     

    1. I need smooth curve(I tried MSSpline.swf of powercharts but seems it doesn't support connectNullData attribute)

     

    2. In the X-Axis i have values 0 to 100 with intervals of 5, and also i have curve points at 5,15,25,35..... I need these curve points as it is but the X-axis values should be 0 to 100 with 10 intervals (0,10,20.......100)

     

    3.In each of the X-axis points(10,20,...100) a vertical line should be drawn.

     

     

     

    Awaiting for your valuable suggestion

    post-6292-128441575292_thumb.png


  3. Hello,

     

    It seems powercharts v3(MSSplinr.swf) doesn't support connectNullData attribute.

     

    What is the best way to smoothen the curve.

     

     

     

     

     

    With Reference to an attachment(NeedSmoothCurve.png)

     

    I have 20 points in X-Axis interval of 5 each, the requirement is to have only 10 points of each 10 interval. If i do the same i'm not getting point (CalculatedCurve()%,5,6.48) on the curve for X-Axis for 5 instead me getting the same for X -Axis 10. and the entire curve is taking Y -Axis values up to 50 only.

     

    Refer attachment(RequireAllPointsOnCurve.png)

    post-6292-128441575273_thumb.png

    post-6292-128441575277_thumb.png


  4. I have two curves to be displayed on a graph CurveA and CurveB. CurveA has 15 points and Curve B has only 5 points. I used 15 points in X-axis .Now Curve A is displaying properly while curveB is not displaying with it's appropriate values . By default it's taking first 5 points in X-Axis.If i set all the remaining 10 values to null, the graph is not joining (facing Interpolation problem).