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