Min property
Rturns or sets the minimum 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 minimum value for a pen. It is a single-precision floating point value.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