ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AxisCollection Class / Item Property / Item(String) Property
The name of the axis.


In This Topic
    Item(String) Property
    In This Topic
    Gets the axis by its name.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As Axis
    'Usage
     
    
    Dim instance As AxisCollection
    Dim name As String
    Dim value As Axis
     
    value = instance.Item(name)
    public Axis Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of the axis.

    Property Value

    Axis with the specified name. Null if there is no axis with the specified name.
    See Also