Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / Axis3D Class / MajorUnit Property


In This Topic
    MajorUnit Property (Axis3D)
    In This Topic
    Gets or sets the distance between axis labels.
    Syntax
    'Declaration
     
    
    Public Property MajorUnit As Double
    'Usage
     
    
    Dim instance As Axis3D
    Dim value As Double
     
    instance.MajorUnit = value
     
    value = instance.MajorUnit
    public double MajorUnit {get; set;}
    See Also