Jump to content
Software FX Community

rao

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by rao

  1. Dear Sir,

    I have to bind the data on client side.

    i have java script function with parameter (result)

    chartPie.DataSourceSettings.DataSource = SfxXML;

    this command how to write client side.

    result parameter having the data i have to bind the data client side.

    Thanks & Regards

    Rao

  2. I am assign the point lables like this 

    chartPie.Points[0, 0].Text =

    "Equities";

    I am hard coding now

    i have this data in the xml file. How to take the data from xml file.

  3.  

    This is my code I wrote this code in page load.

    I am getting the static value. i have to change the dynamic where can i bind the data.

    on mouse move to i have to get the label points how do i get it?

    string sSecutiry = string.Empty; 

    sSecutiry = chartpie.Points[0, 0].Text;

    chartpie.AllSeries.Link.OnMouseOver = "ShowContent('" + sSecutiry + "');";

    chartpie.AllSeries.Link.OnMouseOver = "ShowContent('" + chartpie.Points[0, MouseMove.Point].Text + "');";

    chartpie.AllSeries.Link.OnMouseOut = "HideContent('uniquename4'); return true;";

×
×
  • Create New...