Xceed Chart for WinForms v4.4 Documentation
Axes Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Chart Class : Axes Property
Gives you access to the collection of chart axes.
Syntax
'Declaration
 
<DescriptionAttribute("Gives you access to the collection of chart axes")>
<CategoryAttribute("Attributes")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Core.AxisCollectionEditor, System.Design")>
Public Property Axes As AxisCollection
'Usage
 
Dim instance As Chart
Dim value As AxisCollection
 
instance.Axes = value
 
value = instance.Axes
[Description("Gives you access to the collection of chart axes")]
[Category("Attributes")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Core.AxisCollectionEditor, System.Design")]
public AxisCollection Axes {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Chart Class
Chart Members