DisplayScale property

Member of XAxis and YAxis objects.
Returns or sets whether or not a scale is displayed on the chart. Read/write. Boolean.
Syntax
axis
.
DisplayScale
[
= state
]
where
axis
- is an XAxis or YAxis object, or an expression that evaluates to an XAxis or YAxis object.
state
- is a parameter of the type Boolean that can be set to one of the following:
  • True
    . Displays the axis legend.
  • False
    . Does not display the axis legend.
Remarks
In a Standard chart style, the x-axis scale is the line. In an XY Plot style the x-axis represents a variable.
The y-axis scale is the column that displays the minimum, maximum, and value at each grid line.
A trend chart can either plot values against time or against a selected pen. In a standard line chart, each pen is plotted against time.
tx_TimeSpan
  • Set up the chart style on the Trend properties General tab.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal