ComponentOne Chart for WPF and Silverlight
MinorTickThickness Property


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

Reference

Axis Class
Axis Members