UseExactLimits Property
UseExactLimits
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.
Declaration
public bool UseExactLimits { get; set; }
Public Property UseExactLimits As Boolean