Jump to content
Software FX Community

Displaying different MaekerShapes


User (Legacy)

Recommended Posts

You will use the MarkerShape and Picture properties on a per-point fashion,

e.g.

chart1.Series[0].MarkerShape = MarkerShape.Triangle;

chart1.Point[0,1].Picture =

System.Drawing.Image.FromFile(Path.Combine(Server.MapPath(null),"computer.gi

f"));

chart1.Point[0,1].MarkerShape = MarkerShape.Picture;

chart1.Point[0,1].MarkerSize = 6;

--

Regards,

JC

Software FX Support

"Naganagouda" <naganagouda.shantagiri@wipro.com> wrote in message

news:1YjJR8XDEHA.4068@webserver3.softwarefx.com...

> Hi ,

>

> How to display the different MaekerShapes(on some points the value and on

> some other points some picture) in the same chart.

>

> Thanks in advance

> Naganagouda

>

>

>

Sample arrow head.zip

Sample arrow head.zip

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...