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

In This Topic
    AxisLine Property (Axis)
    In This Topic
    Gets or sets a value indicating whether the axis line is visible.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.AxisLine", "Gets or sets a value indicating whether the axis line is visible.")>
    Public Property AxisLine As Boolean
    [C1Description("Axis.AxisLine", "Gets or sets a value indicating whether the axis line is visible.")]
    public bool AxisLine {get; set;}
    See Also