dotnetCHARTING Send comments on this topic.
Maximum Property
See Also 
dotnetCHARTING Namespace > Axis Class : Maximum Property


Gets or sets the upper bounds of this numeric axis' range.

Syntax

Visual Basic (Declaration) 
Public Property Maximum As Object
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Object
 
instance.Maximum = value
 
value = instance.Maximum
C# 
public object Maximum {get; set;}

Return Value

A Double indicating the maximum value of this axis.

Remarks

Applies to value axes. When not specified, this value is set relative to the maximum range of the plotted data.

See Also

© 2010 All Rights Reserved.