Configurates
C1.Web.Mvc.FlexChartBase<T>.ItemFormatter. Sets the name of the item formatter function that allows you to customize the appearance of data points.
Syntax
'Declaration
Public Overridable Function ItemFormatter( _
ByVal As String _
) As
public virtual ItemFormatter(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also