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