In This Topic
Gets or sets the comma-separated property names for the DataSource property to use in axis labels.
Syntax
'Declaration
<DefaultValueAttribute("Value,Text")>
<C1DescriptionAttribute("Axis.Binding", "Gets or sets the comma-separated property names for the DataSource property to use in axis labels.")>
Public Property Binding As String
[DefaultValue("Value,Text")]
[C1Description("Axis.Binding", "Gets or sets the comma-separated property names for the DataSource property to use in axis labels.")]
public string Binding {get; set;}
See Also