ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / UseExactLimits Property


In This Topic
    UseExactLimits Property
    In This Topic
    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 Boolean
    'Usage
     
    
    Dim instance As Axis
    Dim value As Boolean
     
    instance.UseExactLimits = value
     
    value = instance.UseExactLimits
    public bool UseExactLimits {get; set;}
    See Also