VK
Vijayabharathi K
Syncfusion Team
November 2, 2010 10:31 AM UTC
Hi Setteidea,
Thank you for using Syncfusion products.
You can add image type to symbol property of custom points. We suggest you to set “ChartSymbolShape.Image” to symbol property of chart custom points. Kindly find the code snippet below to achieve this,
[C#]
cp.Images = new ChartImageCollection(this.imageList1.Images);
cp.Symbol.Shape = ChartSymbolShape.Image; // Set Image to shape property.
cp.Symbol.ImageIndex = 0;
cp.Symbol.Size = new Size(24, 24);
Let me know if you have any other concerns.
Regards,
Vijayabharathi K
DM
Domenico Mozzone
November 5, 2010 07:21 AM UTC
Thank you very much,
problem solved.
Domenico Mozzone
Setteidea srl - Italy