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

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

Syntax

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

Remarks

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

See Also