PEnset(m_hPE, PEP_bZOOMMODE, FALSE)
Purpose
This property is usually used top learn whether the object is currently zooming. Zooming is the process of using alternate extents for the graphs grid. For the Graph object, this is a read-only setting.
For the Scientific Graph, the developer can set ZoomMode = True, however, this can only be done with simple scientific charts with just one left and right y axis. MultiAxesSubsets is not compatible with setting ZoomMode = True programmatically
当进行MultiAxesSubsets编程时,应该把PEnset(m_hPE, PEP_bZOOMMODE, FALSE)设为FALSE.
本文介绍了如何使用PEnset函数来设置对象的缩放模式。对于科学图表,开发者可以将ZoomMode设置为True,但仅限于简单的图表类型。对于包含多个Y轴的复杂图表,应将ZoomMode设置为False。

被折叠的 条评论
为什么被折叠?



