Gets or sets the minor unit (distance between minor tick marks).

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

Syntax

C#
public double MinorUnit { get; set; }
Visual Basic
Public Property MinorUnit As Double
	Get
	Set

Remarks

For time axis the distance is measured in days. E.g. 6 hours = 0.25 (days).

See Also