Jump to content
Software FX Community

Stacked chart with option to display my own values


prabhat

Recommended Posts

Hi Team,

 Thanks of the help provieded in the previous posts. It would have been impossible for me to use Chart Fx with out this forum.

Now the problem:

I have a stacked chart on my web page hosted on VS 2005. I will get 4 to 5 stacks on each bar.  Now I want to display the value of the stack only where I need. Can we do this using Chart Fx. Please let me know.

 Also please let me know if any more inpts are needed.

 

Prabhat Joshi

 

Link to comment
Share on other sites

You can set the PointLabel for the particular point you want to see the label for. You can do something like the following:

Chart1.Point[3, 0].PointLabels = true;

The above line will show the point label for the first data point of the fourth series on the first stacked bar.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...