Configurates
C1.Web.Mvc.ChartSeriesBase<T>.Name. Sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend.
Syntax
'Declaration
Public Function Name( _
ByVal As String _
) As TBuilder
public TBuilder Name(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also