Spread for ASP.NET 12 Product Documentation
SeriesName Property (Series)


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

Reference

Series Class
Series Members