ComponentOne FlexChart for WinForms
DataSource Property (Axis)


C1.Win.Chart Namespace > Axis Class : DataSource Property
Gets or sets the items source for the axis labels.
Syntax
'Declaration
 
Public Property DataSource As Object
'Usage
 
Dim instance As Axis
Dim value As Object
 
instance.DataSource = value
 
value = instance.DataSource
public object DataSource {get; set;}
Remarks
Names of the properties are specified by the Binding property.
See Also

Reference

Axis Class
Axis Members