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


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

Syntax

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

Return Value

A Double indicating the minimum value of this axis.

Remarks

Applies to value axes. When not specified, this value defaults to 0. When the range axis scale is used, it will be set relative to the minimum range of the plotted data.

See Also

© 2010 All Rights Reserved.