Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEP_structCUSTOMGRIDNUMBERS

Scope

Graph, Scientific Graph, and Polar/Smith Objects.

Type

structure

Default

empty

Custom

NA

Ocx|Vcl

NA

 

Purpose

This property sets or gets a CUSTOMGRIDNUMBERS structure. This structure is used to implement message/event based custom grid number formatting. Each time a grid number is about to be formatted before placement in the image, the PEWN_CUSTOMGRIDNUMBERS notification message is sent to the parent window. The developer will respond to this event by retrieving this property, modifying its contents, and then setting this property.

 

Comments

See Also: CustomGridNumbersRY, CustomGridNumbersTX, CustomGridNumbersX, CustomGridNumbersY, CustomGridNumbersZ, and PEWN_CUSTOMGRIDNUMBERS

 

You get this property via PEvget, and set it with PEvset.

 

.NET developers see the PeCustomGridNumbers event.

OCX Interface users can use the CustomGridNumbers event.

 

See demo code example 132 for more information.