alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GraphType

    Specifies Graph type.

    Inheritance
    System.Object
    GraphType
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public sealed class GraphType : Enum

    Fields

    MultiParentDirectedTree

    Directed Graph in which nodes can contain several parents and several children.

    Declaration
    public const GraphType MultiParentDirectedTree
    Field Value
    Type
    GraphType

    NonDirectedGraph

    Non directed graph.

    Declaration
    public const GraphType NonDirectedGraph
    Field Value
    Type
    GraphType

    OneParentDirectedTree

    Directed Graph in which nodes can contain one parent and several children.

    Declaration
    public const GraphType OneParentDirectedTree
    Field Value
    Type
    GraphType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved