NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NCircularGraphLayout Class
Fields Properties Methods Events


In This Topic
    NCircularGraphLayout Class Members
    In This Topic

    The following tables list the members exposed by NCircularGraphLayout.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the AspectRatio property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the AutoSizeRings property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NCircularGraphLayout  
    Public Fieldstatic (Shared in Visual Basic)Reference to the RingInflateFactor property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the RingRadius property  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines the aspect (width/height) ratio of the layout. By default set to 1 which layouts the nodes in a circle.  
    Public PropertyDeterimnes if the layout will auto set the ring radius in order to eliminate node overlapping  
    Public PropertyDeterimnes the ring inflate factor in terms of RingRadius (0 - 1)  
    Public PropertyGets or sets the ring radius for the layout  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to layout the given graph.  
    Protected MethodTest if there's overlapping between the given vertices.  
    Top
    See Also