Configurates
C1.Web.Mvc.ChartAxis<T>.ItemFormatter. Sets the itemFormatter client-side function name for axis labels.
Syntax
'Declaration
Public Function ItemFormatter( _
ByVal As String _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> ItemFormatter(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also