Gets or sets the itemFormatter client-side function name for specific series
Declaration
[JsonConverter(typeof(FunctionConverter))]
public string ItemFormatter { get; set; }
<JsonConverter(GetType(FunctionConverter))>
Public Property ItemFormatter As String