Histogram Bar, position bar in pixel x,y,z (3d) .


https://www.nevron.com/Forum/Topic11821.aspx
Print Topic | Close Window

By RIGATO IVANO - 8 Years Ago
Histogram in Bar

namespace NevronProve1
{
     public class NNevronProve1UC
     {
public double [] XValues;
public double [] X2Values;
public double [] Values;
public double [] Y2Values;
public double [] ZValues;
public double [] Z2Values;

chart.Enable3D = true;
nThinChartControl1.ImageExporter.SaveToFile (dir + fileName, new nSize (this.XDimPixel, this.YDimPixel), NResolution.ScreenResolution, new NJpegImageFormat ());
}
}
how to read the position (in pixels) x, y, z of each single bar, to pass to XYZValues methods?
Thank you very much.

Ivano Rigato

By Nevron Support - 8 Years Ago
Hi Ivano,

Please elaborate on the question - it is not clear what you want to achieve.
By RIGATO IVANO - 8 Years Ago
Good morning, by chart.bar I need to know the coordinates X , Y , Z of the bars , in pixels , to go to the properties ' of my .dll , to intercept the area of the bars with mouseover of Instant Developer . Thank you and I cordially greet Ivano Rigato

By RIGATO IVANO - 8 Years Ago
Yes, from jpg map would know the positions of pixels in histogram bars . The .jpg is then used within the Instant Developer to switch to the X , Y of the bars to trigger the event OnMouseOver . Thank you and I cordially greet Ivano Rigato