How to show text for Marks
Posted: Thu Feb 23, 2006 10:49 pm
Hi,
How can I show Marks for a point series where each mark has an individual text in it.
I add points to a Series and then add an individual text for each Point's Mark, like this:
int iPoint;
iPoint = this.tChartAffinity.Series[SERIES_FRACTION].Add1.0,3.0);
this.tChartAffinity.Series[SERIES_FRACTION].Marks.Items[iPoint].Text = strTextForThisPointsMark;
But this seems to show by default the Y-value of the added point as Mark.
How do I show the string <strTextForThisPointsMark> for each points mark instead?
Thanks,
fano.
How can I show Marks for a point series where each mark has an individual text in it.
I add points to a Series and then add an individual text for each Point's Mark, like this:
int iPoint;
iPoint = this.tChartAffinity.Series[SERIES_FRACTION].Add1.0,3.0);
this.tChartAffinity.Series[SERIES_FRACTION].Marks.Items[iPoint].Text = strTextForThisPointsMark;
But this seems to show by default the Y-value of the added point as Mark.
How do I show the string <strTextForThisPointsMark> for each points mark instead?
Thanks,
fano.