From: Warren C. <the...@op...> - 2007-11-18 14:50:38
|
There seems to be no way to get LabelPointPlot to work in NPlot.Bitmap.PlotSurface2D. Every attempt I make results in a completely different exception being thrown either upon adding the LabelPointPlot to the graph or upon calling refresh(). For example: NPlot.LabelPointPlot lpp = new LabelPointPlot(); lpp.DataSource = xPositions; //an int[] lpp.OrdinateData = yPositions; //an int[] lpp.TextData = labels;//an string[] lpp.AbscissaData = XAxis; //an int[] graph.Add(lpp); Am I doing something wrong or is this a bug? |