We have a json file for a noise layer which contains feature with text symbol (see below: this is the output of json where "text" value changes, e.g. 60dB, 65dB etc.). How can I create Renderer so that I can do FeatureCollectionTable.Renderer? Feature does not take symbol.
symbol:{
"type": "esriTS",
"__type": "TextSymbol:#ESRI.ArcGIS.Client.Symbols",
"color": [
0,
0,
0,
255
],
"text": "55dB",
"xoffset": 0,
"yoffset": 0,
"horizontalAlignment": "left",
"verticalAlignment": "top",
"font": {
"family": "Arial",
"size": 7.5,
"weight": "bold",
"style": "normal",
"decoration": "none"
}