Spread for ASP.NET 12 Product Documentation
CanChangeSeriesType Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class : CanChangeSeriesType Method
The source series.
Determines whether this instance can change the series type of the specified source series.
Syntax
'Declaration
 
Public Function CanChangeSeriesType( _
   ByVal sourceSeries As Series _
) As Boolean
'Usage
 
Dim instance As SpreadChart
Dim sourceSeries As Series
Dim value As Boolean
 
value = instance.CanChangeSeriesType(sourceSeries)
public bool CanChangeSeriesType( 
   Series sourceSeries
)

Parameters

sourceSeries
The source series.

Return Value

true if this instance can change the series type to the specified source series; otherwise, false.
See Also

Reference

SpreadChart Class
SpreadChart Members