Adding labels to a POINTS3D series
Posted: Mon Nov 13, 2006 4:12 am
I want to be able to add text labels to the X axis (at least) and preferably the Y and Z axis also.
I have tried
iPoint = serPoints3D.Add(oy)
serPoints3D(iPoint).Label = ox
serPoints3D(iPoint).Z = oz
where oy is my Y value (DOUBLE), oz is my Z value and ox is my character value for the X axis. It executes however I get number along the X axis.
Is there something else I can try?
I have tried
iPoint = serPoints3D.Add(oy)
serPoints3D(iPoint).Label = ox
serPoints3D(iPoint).Z = oz
where oy is my Y value (DOUBLE), oz is my Z value and ox is my character value for the X axis. It executes however I get number along the X axis.
Is there something else I can try?