in

Software FX Community

Discuss and find help for all Software FX products.

[REVISED] Link.URL On ".NET" RenderFormat

Last post 06-17-2008 5:59 AM by imbumi. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 06-17-2008 5:59 AM

    [REVISED] Link.URL On ".NET" RenderFormat

    In order to display many data on the chart, I set it as "AutoScroll = true".
    and each point (data) has its own different Link. URL
    however, when I move scroll position, it's getting so slower (low performance).

    so, In order to improve performance, I used ".NET" RenderFormat.
    but Link.URL doesn't work.

    what can I do?

     

     

    Example :
    - VS2005, ChartFX 7 Trail, WebForm

    Chart1.RenderFormat = ".NET";
    ...
    Chart1.Series[0].AxisX.AutoScroll = true;
    Chart1.Series[0].AxisY.AutoScroll = true;
    ...
    Chart1.Points[1, cnt].Link.Url = "LINK_URL";
    Chart1.Points[1, cnt].Link.Target = "_blank";

Page 1 of 1 (1 items)
Copyright 2008 Software FX, Inc.