ComponentOne Chart3D for WPF and Silverlight
MajorTickHeight Property (Axis3D)


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

Reference

Axis3D Class
Axis3D Members