Jump to content
Software FX Community

raevgil

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by raevgil

  1.  hi,

    i downloaded the charFX (lite version) for Visual Studio -Windows Forms

    i created a graph (XY). i want to show only the points between 20<X<30 .but it is not working! :(

     i tried this code :

    chart1.AxisX.Min= 20;

    chart1.AxisX.Max=30;

     

    but the graph shows me the all point why? :(

     

    i tried to change the Y like this:

     

    chart1.AxisY.Min= 20;

    chart.AxisY.Max=30;

     

    and this is Working for Y!!! why is it not working for X parameters?

     

×
×
  • Create New...