Spread for ASP.NET 12 Product Documentation
Text Property (LabelArea)


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

Reference

LabelArea Class
LabelArea Members