NOTE: This method was deprecated in V4-0. The recommended method to set the Scale to Manual is via SetPenAttribute specifying an attribute of "SCALEMODE".
void SetScaleManual (long PenHandle, single Min, single Max);
Available (from release):
stOCX (V2-01), stPro Automation (V2-01)
Return Value:
None.
Parameters:
Name: |
Description: |
PenHandle |
The handle of the pen whose scales are to be manually set. |
Min |
The value for the Minimum (low) Y-axis scale for the pen. |
Max |
The value for the Maximum (high) Y-axis scale for the pen. |
Remarks:
Call this function to manually set the Y-axis scales for a pen.