C1.Web.Mvc.Olap Namespace / PivotChart Class / TemplateBindings Property

In This Topic
TemplateBindings Property (PivotChart)
In This Topic
Gets the collection of the template bindings.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.TemplateBindingsConverter)>
Public ReadOnly Property TemplateBindings As IDictionary(Of String,String)
 
See Also