ComponentOne Chart for WPF and Silverlight
MinorTickHeight Property


C1.WPF.C1Chart Namespace > Axis Class : MinorTickHeight Property
Gets or sets the minor tick height.
Syntax
'Declaration
 
Public Property MinorTickHeight As System.Double
'Usage
 
Dim instance As Axis
Dim value As System.Double
 
instance.MinorTickHeight = value
 
value = instance.MinorTickHeight
public System.double MinorTickHeight {get; set;}
See Also

Reference

Axis Class
Axis Members