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.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool UseExactLimits { get; set; }
Visual Basic
Public Property UseExactLimits As Boolean
	Get
	Set
XAML Attribute Usage
<object UseExactLimits="bool" .../>

See Also