ComponentOne Chart for WPF and Silverlight
Item Property (AxisCollection)


C1.WPF.C1Chart Namespace > AxisCollection Class : Item Property
The name of the axis.
Gets the axis by its name.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal name As System.String _
) As Axis
'Usage
 
Dim instance As AxisCollection
Dim name As System.String
Dim value As Axis
 
value = instance.Item(name)
public new Axis this[ 
   System.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

Reference

AxisCollection Class
AxisCollection Members