ComponentOne Chart for WPF and Silverlight
MinorUnit Property


C1.WPF.C1Chart Namespace > Axis Class : MinorUnit Property
Gets or sets the minor unit (distance between minor tick marks).
Syntax
'Declaration
 
Public Property MinorUnit As System.Double
'Usage
 
Dim instance As Axis
Dim value As System.Double
 
instance.MinorUnit = value
 
value = instance.MinorUnit
public System.double MinorUnit {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