ComponentOne Chart for WPF and Silverlight
MajorUnit Property


C1.WPF.C1Chart Namespace > Axis Class : MajorUnit Property
Gets or sets the major unit (distance between labels).
Syntax
'Declaration
 
Public Property MajorUnit As System.Double
'Usage
 
Dim instance As Axis
Dim value As System.Double
 
instance.MajorUnit = value
 
value = instance.MajorUnit
public System.double MajorUnit {get; set;}
Remarks
For time axis the distance is measured in days. E.g. 6 hours = 0.25 (days).
See Also

Reference

Axis Class
Axis Members