Gets or set the minimum scale of axis.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
[DefaultValueAttribute()]
public double MinScale { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property MinScale As Double
	Get
	Set

See Also