Jump to content
Software FX Community

Point label for specific points


Mark

Recommended Posts

The PointAttributesCollection provides access to the PointLabels of each individual point. For example, on a line chart with 10 points, I can do the following:

chart1.Points[0, 0].PointLabels.Visible = true;

chart1.Points[0, 2].PointLabels.Visible =

true;chart1.Points[0, 4].PointLabels.Visible = true;

chart1.Points[0, 6].PointLabels.Visible =

true;

chart1.Points[0, 8].PointLabels.Visible =

true;
Link to comment
Share on other sites

Archived

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

×
×
  • Create New...