Binding Property (ColorScale)
In This Topic
Gets or sets the binding property or function.
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property Binding As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public string Binding {get; set;}
See Also