Nevron .NET Vision
Nevron.Chart Namespace / NCrossAxisAnchor Class / Crossings Property


In This Topic
    Crossings Property (NCrossAxisAnchor)
    In This Topic
    Gets or sets the axis crossing associated with anchor
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Crossings As NAxisCrossingCollection
    'Usage
     
    
    Dim instance As NCrossAxisAnchor
    Dim value As NAxisCrossingCollection
     
    instance.Crossings = value
     
    value = instance.Crossings
    [System.Xml.Serialization.XmlIgnore()]
    public NAxisCrossingCollection Crossings {get; set;}
    Remarks
    The axis crossing collection can contain an unlimited number of crossings however only the first two valid crossings will be regarded by the anchor
    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