Jump to content
Software FX Community

alag20

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by alag20

  1.  Hi Guys,

    I am looking to pass data to chartfx using xml / csv / datatables. I have found examples in the api to do this, but i am not sure how can i pass a data to be plotted on AxisY2. Can someone please give an example on how we can pass the data as AxisY2 value using csv ideally or otherwise a Datatable or an xml.

     

    Best regards,

  2. Hi, 

    I am trying to change some of the properties of annotation objects (e.g. text, visible) depending on user interaction (mouse movement etc).

    Is there a way of doing this without clearing and replacing the annotation objects within ChartFX.WinForms.Chart.Extensions? Alternatively, is there a way of getting "reference" of annotation objects within ChartFX.WinForms.Chart.Extension so that I can modify their properties on the fly?

    Hope I am clear about my question. In case you need more explanation, please let me know.

    Regards,

    Amit

  3.  So do I need to call the chart.opendata command before configuring my series?

     As of now, I do the following

     

    Chart1.Series.Clear

    For i as integer = 0 to numberOfSeries-1

    Dim newSeries as new SeriesAttributes

    ...configure series

      Chart1.Series.add

    Next

    Chart1.OpenData(COD.Values, numberOfSeries,numberOfPoints)

      ...add data for each series

    Chart1.CloseData(COD.Values)

     


     

     

     


    You can simply  open the COD values and the series should be created automatically. Atleast thats what happens in 6.2

×
×
  • Create New...