Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcCalculationManager Class / Graph Property


In This Topic
    Graph Property
    In This Topic
    Gets the graph which manages the dependents for all calculation units.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graph As CalcGraph
    'Usage
     
    Dim instance As CalcCalculationManager
    Dim value As CalcGraph
     
    value = instance.Graph
    public CalcGraph Graph {get;}

    Property Value

    A CalcGraph indicates the graph.
    See Also