Spread for ASP.NET 10 Product Documentation
SeriesName Property (ParetoSeries)


Gets or sets the name of the series.
Syntax
'Declaration
 
Public Overrides Property SeriesName As String
'Usage
 
Dim instance As ParetoSeries
Dim value As String
 
instance.SeriesName = value
 
value = instance.SeriesName
public override string SeriesName {get; set;}
Exceptions
ExceptionDescription
System.ArgumentNullException value is a null reference (Nothing in VB).
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ParetoSeries Class
ParetoSeries Members

 

 


Copyright © GrapeCity, inc. All rights reserved.