ComponentOne ASP.NET MVC Controls
AddBoxWhisker(String) Method

C1.Web.Mvc.Fluent Namespace > SeriesListFactory<T,TOwner,TSeries,TSeriesBuilder,TChartType> Class > AddBoxWhisker Method : AddBoxWhisker(String) Method
The name of series
Add a BoxWhisker Series to the series list.
Syntax
'Declaration
 
Public Overloads Function AddBoxWhisker( _
   ByVal name As String _
) As BoxWhiskerBuilder(Of T)
public BoxWhiskerBuilder<T> AddBoxWhisker( 
   string name
)

Parameters

name
The name of series

Return Value

The series builder
See Also

Reference

SeriesListFactory<T,TOwner,TSeries,TSeriesBuilder,TChartType> Class
SeriesListFactory<T,TOwner,TSeries,TSeriesBuilder,TChartType> Members
Overload List