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

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 MinorUnit { get; set; }
Visual Basic
Public Property MinorUnit As Double
	Get
	Set
XAML Attribute Usage
<object MinorUnit="double" .../>

Remarks

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

See Also