ComponentOne FlexChart for WinForms
Title Property (Axis)


C1.Win.Chart Namespace > Axis Class : Title Property
Gets or sets the title text shown next to the axis.
Syntax
'Declaration
 
Public Property Title As String
'Usage
 
Dim instance As Axis
Dim value As String
 
instance.Title = value
 
value = instance.Title
public string Title {get; set;}
See Also

Reference

Axis Class
Axis Members