The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



PanGridOffsX


Unit:SDL_rchart
Class: TRChart
Declaration: property PanGridOffsX: double;

The properties PanGridDx and PanGridOffsX control the spacing of the snap positions along the x-axis. When panning the chart using the mouse the lower boundary of the x-axis snaps to the closest value defined by the equation
n * PanGridDx + PanGridOffsX.
with n being an arbitrary integer value.

 

Hint: Please note that PanGrid... properties only have an effect if the MouseAction is set to maPanGrid and both axes are linear.



Last Update: 2023-Dec-13