ComponentOne Chart3D for WPF and Silverlight
MajorTickAppearance Property (Axis3D)


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

Reference

Axis3D Class
Axis3D Members