ComponentOne Chart for WPF and Silverlight
UseExactLimits Property


C1.WPF.C1Chart Namespace > Axis Class : UseExactLimits Property
Specifies whether to use exact data values for axis minimum and maximum. By default(UseExactLimits=false), the minimum and maximum can be adjusted to round numbers.
Syntax
'Declaration
 
Public Property UseExactLimits As System.Boolean
'Usage
 
Dim instance As Axis
Dim value As System.Boolean
 
instance.UseExactLimits = value
 
value = instance.UseExactLimits
public System.bool UseExactLimits {get; set;}
See Also

Reference

Axis Class
Axis Members