[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.SeriesListFactory-5.AddBoxWhisker

AddBoxWhisker Method

AddBoxWhisker()

Add a BoxWhisker Series to the series list.

Declaration
public BoxWhiskerBuilder<T> AddBoxWhisker()
Returns
Type Description
BoxWhiskerBuilder<T>

The series builder

AddBoxWhisker(string)

Add a BoxWhisker Series to the series list.

Declaration
public BoxWhiskerBuilder<T> AddBoxWhisker(string name)
Parameters
Type Name Description
string name

The name of series

Returns
Type Description
BoxWhiskerBuilder<T>

The series builder