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


In This Topic
    Title Property (Axis3D)
    In This Topic
    Gets or sets the axis title.
    Syntax
    'Declaration
     
    
    Public Property Title As Object
    'Usage
     
    
    Dim instance As Axis3D
    Dim value As Object
     
    instance.Title = value
     
    value = instance.Title
    public object Title {get; set;}
    See Also