ComponentOne Chart for WPF and Silverlight
MajorTickOverlap Property


C1.WPF.C1Chart Namespace > Axis Class : MajorTickOverlap Property
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 MajorTickOverlap As System.Double
'Usage
 
Dim instance As Axis
Dim value As System.Double
 
instance.MajorTickOverlap = value
 
value = instance.MajorTickOverlap
public System.double MajorTickOverlap {get; set;}
See Also

Reference

Axis Class
Axis Members