in

Software FX Community

Discuss and find help for all Software FX products.

Get Data.Y from hidden series

Last post 07-03-2009 4:03 PM by Frank. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-25-2009 9:37 AM

    • laros79
    • Top 100 Contributor
    • Joined on 05-08-2008
    • Indonesia

    Get Data.Y from hidden series

    does some one know how to get data from chart when the series is already hidden?

    the case is i have chart with a lot of data (> 2years)  and when i do callback (SFX_SendUserCallback) to show some series which i hide before and do some scroll view then i want to get some point value to do calculation from the other hidden series. and I cant retrieve value of ChartFx.Data.Y from hidden series to have some statistic calculation on the fly...

    this will improve performance to avoid many database connection...

     and the 2nd question is ... can i change Data.Y on some points and reflecting to chart?

     please help me... :) Thanks

    ~Rahman Hadi~
  • 07-03-2009 4:03 PM In reply to

    • Frank
    • Top 10 Contributor
    • Joined on 11-30-2006
    • USA

    Re: Get Data.Y from hidden series

    1) If by hidding a series you mean doing:

    chart.Series[i].Visible = false;

    Then the series can be retrived with the Data API. The data API is unnafected by the Visible attribute of series.

    2) Yes. You can change any value at any time.

    Francisco Padron
    www.chartfx.com
Page 1 of 1 (2 items)
Copyright 2008 Software FX, Inc.