Gets or sets whether the vertical scale should show negated values, simulating that the coordinate system's Y axis grows to the top.
SyntaxVB6
Copy Code
|
|---|
Public Property Get NegatedY() As Boolean |
C++
Copy Code
|
|---|
public: |
true if the vertical ruler scale should show negated coordinates, otherwise false. The default value is false.
See Also