ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IAxis Interface / Max Property

In This Topic
Max Property (IAxis)
In This Topic
Gets the maximum value for the axis.
Syntax
'Declaration
 
ReadOnly Property Max As Nullable(Of Double)
 

Property Value

A Nullable specifying the maximum value.
Remarks
If omitted, the axis automatically scales.
See Also