ActiveReports.Chart Request technical support
Title Property
See Also 


Gets or sets the text string for the title of the axis.

Syntax

Visual Basic (Declaration) 
Public Property Title As String
Visual Basic (Usage)Copy Code
Dim instance As AxisBase
Dim value As String
 
instance.Title = value
 
value = instance.Title
C# 
public string Title {get; set;}

See Also