ComponentOne FinancialChart for WPF
ItemsSource Property (Axis)



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

Reference

Axis Class
Axis Members