User (Legacy) Posted January 30, 2006 Report Posted January 30, 2006 Hi, Can someone please post an example of how to add points to a chart's series by using the API and not by binding the series to some data object. Thank you
Software FX Posted January 30, 2006 Report Posted January 30, 2006 chart.Data.Points++; // Adds a point to all series chart.Data[series,point] = value; -- Francisco Padron www.chartfx.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.