C1.WPF.C1Chart3D 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
See Also