ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / ItemsSource Property


In This Topic
    ItemsSource Property (Axis)
    In This Topic
    Gets or sets the source for axis annotations.
    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;}
    Remarks
    The ItemsSource provides the data that is used for display in axis labels instead of automatic annotation with numeric or DataTime values.
    See Also