Gets or set the scale of axis.

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

Syntax

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

Remarks

The scale should be more than 0 and less or equal to 1. The scale specifies which part of the range between Min and Max is shown. When scale is 1 (default value) the whole axis range is visible.

See Also