How to place a mark on a single data point
Posted: Thu Feb 01, 2007 6:47 am
I have an line series and have already placed data points using
Series1->AddXY(xdata[istart+k],ydata[istart+k],"",clGreen);
filled from xdata and ydata arrays, while varying istart and k.
Later I need to mark a specific point with a label.
What is the C++ syntax to display a label, only on a specific point, and to set the background color, and the font color, of the label mark.
Series1->AddXY(xdata[istart+k],ydata[istart+k],"",clGreen);
filled from xdata and ydata arrays, while varying istart and k.
Later I need to mark a specific point with a label.
What is the C++ syntax to display a label, only on a specific point, and to set the background color, and the font color, of the label mark.