|
CoordinatePrompting
|
This property controls whether the user will receive coordinate feedback when they double-click the graphs grid. When the grid area is double-clicked, a small popup window captures the mouse and displays the clicked coordinates with precision defined by DataPrecision.
|
|
Customization
|
This property controls whether the user can access the Customization Dialog.
|
|
Exporting
|
This property controls whether the user will have access to export capabilities.
|
|
FocalRect
|
This property controls whether the control will have a focal rect or not. A focal rect is a bounding rectangle surrounding the control to signify that it owns the keyboard/mouse focus. This is similar to the bold effect around standard Windows buttons.
|
|
Help
|
This property shows or hides the Help menu items and buttons throughout the ProEssentials product.
|
|
Maximization
|
This property controls whether the user will have access to maximizing the object.
|
|
MultiAxesSizing
|
Set to TRUE to enable individual axes to be proportioned using the mouse by clicking and dragging the lower axis of a Multi-Axes section. The mouse displays a cursor defined by ArrowCursor while dragging.
|
|
Popup
|
This property controls whether the user will have access to the objects popup-menu.
|
|
TextExport
|
This property controls whether the user can access exporting Text/Data from the Export Dialog.
|
|
UserInterface
|
This property controls whether the object translates keyboard and mouse commands. VCL Enumerations: eAllowUserInterface = (xNoInterface, xAllInterface, xNoKeyboard, xNoMouse);
|
|
Zooming
|
This property controls the built-in zooming capabilities of the object. Related are ZoomLimits and ZoomStyle.
|
|
ZoomInterfaceOnly
|
This property can be used to supply your own functionality based upon the user selecting/drawing a rectangle or line. AllowZooming and ZoomLimits can restrain the zooming extents. Once the user zooms, nothing happens except that an event is triggered...
|
|
ZoomLimits
|
Used to restrain the zooming to an axis or particular shape. Added this feature to aid in providing an interface via ZoomInterfaceOnly allowing user to draw lines, rects, ellipses via the GraphAnnotation mechanism. Polar charts only support Square setting.
|
|
ZoomStyle
|
Controls the frame style of the zoom box rectangle: VCL Enumerations: Replace the x prefix with either g(graph), sg(scientific graph), or ps(polar/smith) eZoomStyle = (xFramed, xRO2NOT);
|