ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Axis Class / ItemsSource Property

In This Topic
    ItemsSource Property (Axis)
    In This Topic
    Gets or sets the items source for the axis labels.
    Syntax
    'Declaration
     
    Public Property ItemsSource As System.Collections.IEnumerable
    public System.Collections.IEnumerable ItemsSource {get; set;}
    Remarks
    Names of the properties are specified by the Binding property.
    See Also