User (Legacy) 2 Report post Posted February 6, 2005 Hello I am creating a ChartFX Control that is of 2 series with 2 values each series, but when initiating the control this initiates with 2 series and 5 values each series. know as I can eliminate 3 values of the series so that it is as I need it to Thanks Oscar Lira I use ChartFX98 and Borland C++ 5.5 Excuse me my ingles but it is translated by Google !!!! ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Mensaje Original en Espa Quote Share this post Link to post Share on other sites
Software FX 0 Report post Posted February 6, 2005 Oscar, The number of series/points is determined by the parameters passed to OpenData. If you specify 2 Values in OpenData you will eliminate the remaining 3 points. For example: chart.OpenDataEx(COD_VALUES,2,2); En espa Quote Share this post Link to post Share on other sites
User (Legacy) 2 Report post Posted February 8, 2005 Gracias Funciona de Maravilla Oscar "Software FX Support" <noreply@softwarefx.com> escribi Quote Share this post Link to post Share on other sites