Jump to content
Software FX Community

Saran

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Saran

  1. 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);

×
×
  • Create New...