ComponentOne FinancialChart for WPF
Title Property



C1.WPF.Chart Namespace > Axis Class : Title Property
Gets or sets the axis title.
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;}
public:
property String^ Title {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Axis Class
Axis Members