Gets or sets the major unit (distance between labels).

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

Remarks

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

See Also