ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Series Class / AxisX Property

In This Topic
    AxisX Property (Series)
    In This Topic
    Gets or sets the series x-axis.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <BrowsableAttribute(False)>
    <C1DescriptionAttribute("Series.AxisX", "Gets or sets the series x-axis.")>
    Public Property AxisX As Axis
    [DefaultValue("")]
    [Browsable(false)]
    [C1Description("Series.AxisX", "Gets or sets the series x-axis.")]
    public Axis AxisX {get; set;}
    See Also