↵
|
PEP_structGRAPHANNOTTRIANGLEDATA
Purpose This property is used to add polygon data to a 3D chart for any PolyMode. It's used similar to PEP_structTRIANGLEDATA except annotations can be added to any chart. GraphAnnotPolyDataPlotMethod can be used to control the polygon colors
The PEP_structGRAPHANNOTTRIANGLEDATA property uses the TriangleData structure as follows
Comments Use PEvset to pass triangledata into object. Instead of passing all the triangles, one can use PEP_structGRAPHANNOTTRIANGLEDATAPTR to share the pointer to your apps data. If using the zero-copy pointer, be sure your triangle memory lifecycle is maintained along with the chart. For .Net, pin the memory if less than 100K bytes.
Within the demo, see examples 415, 406.
Refer to Chapter 7 and the example code on more information on using this property.
|
|
©2026 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |
|