Max property

Returns or sets the maximum value of the pen. Read/write. Single.
Syntax
pen
.
Max
[
= value
]
where
pen
- is a Pen object or an expression that evaluates to a Pen object.
value
- is a parameter of the type Single that specifies the maximum value for a pen. It is a single-precision floating point value. The maximum value for the pen.
Remarks
The range properties only control the display of data. No alarms or errors of any kind will occur for data values above the specified max.
How the range properties (Min and Max) are used depends on the MinMaxOption and ScalingOption properties of the YAxis object.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal