Xceed Chart for WinForms v4.4 Documentation
HorizontalAxisId Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > ChartMouseTool Class : HorizontalAxisId Property
The index of the axis used as a horizontal (x) axis. Note that you cannot specify collinear axes for the HorizontalAxisId and VerticalAxisId properties.
Syntax
'Declaration
 
<DescriptionAttribute("When set to true the tool will clamp the unprojected values to the axis rulers.")>
<CategoryAttribute("Axis Configuration")>
Public Property HorizontalAxisId As Integer
'Usage
 
Dim instance As ChartMouseTool
Dim value As Integer
 
instance.HorizontalAxisId = value
 
value = instance.HorizontalAxisId
[Description("When set to true the tool will clamp the unprojected values to the axis rulers.")]
[Category("Axis Configuration")]
public int HorizontalAxisId {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

ChartMouseTool Class
ChartMouseTool Members