Nevron .NET Vision
Nevron.Chart.Windows Namespace / NChartAxisTool Class / HorizontalAxisId Property


In This Topic
    HorizontalAxisId Property (NChartAxisTool)
    In This Topic
    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
     
    
    <System.ComponentModel.CategoryAttribute("Axis Configuration")>
    <System.ComponentModel.DescriptionAttribute("When set to true the tool will clamp the unprojected values to the axis rulers.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(2)>
    Public Property HorizontalAxisId As System.Integer
    'Usage
     
    
    Dim instance As NChartAxisTool
    Dim value As System.Integer
     
    instance.HorizontalAxisId = value
     
    value = instance.HorizontalAxisId
    [System.ComponentModel.Category("Axis Configuration")]
    [System.ComponentModel.Description("When set to true the tool will clamp the unprojected values to the axis rulers.")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(2)]
    public System.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