DataSource Property (Axis)
In This Topic
Gets or sets the items source for the axis labels.
Syntax
'Declaration
<C1DescriptionAttribute("Axis.DataSource", "Gets or sets the items source for the axis labels.")>
Public Property DataSource As Object
[C1Description("Axis.DataSource", "Gets or sets the items source for the axis labels.")]
public object DataSource {get; set;}
See Also