Jump to content
Software FX Community

Saran

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Saran

  1. Hi Frank, Thanks a lot It works fine with seperator lines between slices!!
  2. Hi Frank, I need to assign the RGB values of the color codes for a particular color like the code below: Chart1.Points[0].Color = System.Drawing.Color.FromArgb(93, 162, 177); Chart1.Points[1].Color = System.Drawing.Color.FromArgb(120, 203, 195); Chart1.Points[2].Color = System.Drawing.Color.FromArgb(194, 199, 179); Chart1.Points[3].Color = System.Drawing.Color.FromArgb(135, 199, 211);
  3. Hi All, I need to assign color codes like below.But it is throwing some errors how to achieve this. Chart1.Points[0].Color = CodeValue.'#559DAB';
  4. Hi Frank, I need to put the below code to work my javascript function Chart1.ImageSettings.Interactive = false;
  5. Dear All, I need a white seperator line between each slices in the pie chart. Thanks & Regards Saravanan K
  6. Thanks for ur response. I tried ur code it is redirecting to another url but i need to call a simple javascript function which has one alert statement... the alert is not coming from the javascript.. Thanks & Regards Saran
  7. How to call a javascript function on click of ChartFX pie chart slice Thanks & Regards Saran
×
×
  • Create New...