ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / DataSource Property

In This Topic
    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;}
    Remarks
    Names of the properties are specified by the Binding property.
    See Also