Nevron .NET Vision
Nevron.Chart.Windows Namespace / NDataPointDragTool Class / DepthAxisId Property


In This Topic
    DepthAxisId Property
    In This Topic
    The index of the axis used as a depth (z) axis. Note that you cannot specify collinear axes for the HorizontalAxisId, VerticalAxisId and DepthAxisId properties.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Axis Configuration")>
    <System.ComponentModel.DescriptionAttribute("The depth axis id.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(4)>
    Public Property DepthAxisId As System.Integer
    'Usage
     
    
    Dim instance As NDataPointDragTool
    Dim value As System.Integer
     
    instance.DepthAxisId = value
     
    value = instance.DepthAxisId
    [System.ComponentModel.Category("Axis Configuration")]
    [System.ComponentModel.Description("The depth axis id.")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(4)]
    public System.int DepthAxisId {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