| Click here to show toolbars of the Web Online Help System: show toolbars |
| XY Chart NET 3 Control Reference > Properties > AbsMaxYValue Property |
Use this property to return the absolute maximum y-value of a specific y-axis.
| [Visual Basic] ReadOnly Property AbsMaxYValue(YAxisNumber As Integer) As Double |
| [C#] double XYChartNETCtl.get_AbsMaxYValue(int YAxisNumber) |
| [C++] property double AbsMaxYValue[int] |
Absolute maximum is the highest value that is displayed on the graph for the specified y-axis. The value returned is of type Double.
|
This property is read-only and should only be called after a Refresh call has been made. |