MinorTickThickness Property
In This Topic
Gets or sets the minor tick thickness.
Syntax
'Declaration
Public Property MinorTickThickness As Double
'Usage
Dim instance As Axis
Dim value As Double
instance.MinorTickThickness = value
value = instance.MinorTickThickness
public double MinorTickThickness {get; set;}
See Also