Spread for ASP.NET 12 Product Documentation
Title Property (IndexAxis)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > IndexAxis Class : Title Property
Gets or sets the axis title.
Syntax
'Declaration
 
Public Property Title As String
'Usage
 
Dim instance As IndexAxis
Dim value As String
 
instance.Title = value
 
value = instance.Title
public string Title {get; set;}
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also

Reference

IndexAxis Class
IndexAxis Members