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


In This Topic
    AxisLine Property
    In This Topic
    Gets or sets the axis line.
    Syntax
    'Declaration
     
    
    Public Property AxisLine As Line
    'Usage
     
    
    Dim instance As Axis
    Dim value As Line
     
    instance.AxisLine = value
     
    value = instance.AxisLine
    public Line AxisLine {get; set;}
    Remarks
    The axis line connects the points on plot which correspond to the Min and Max of the axis.
    See Also