MinorTickOverlap Property
In This Topic
Gets or sets the relative overlap of major axis tick. The range of values is from 0 to 1. The default value 0 means no overlap,when the overlap is 1, the whole tick is inside the plot area.
Syntax
'Declaration
Public Property MinorTickOverlap As Double
'Usage
Dim instance As Axis
Dim value As Double
instance.MinorTickOverlap = value
value = instance.MinorTickOverlap
public double MinorTickOverlap {get; set;}
See Also