Visit www.yfiles.com for more information!
Home
API
Guide
Search
Ctrl
k
C
Classes
AdjacencyGraphBuilder
Populates a graph from custom data where node data items know about their predecessors and/or successors.
AdjacencyNodesSource
A class that accepts a collection of objects from the
AdjacencyGraphBuilder
to build
INode
s from.
EdgeCreator
This class can be used to create and update
IEdge
s based on data items.
EdgesSource
A class that accepts a collection of objects from the
GraphBuilder
to build
IEdge
s from.
GraphBuilder
Populates a graph from custom data.
GraphBuilderItemEventArgs
Event arguments for item events in
GraphBuilder
,
AdjacencyGraphBuilder
, and
TreeBuilder
.
LabelCreator
This class can be used to create and update
ILabel
s based on data items.
LabelsSource
A class that accepts a collection of objects from the
NodeCreator<TDataItem>
or
EdgeCreator<TDataItem>
to build
ILabel
s from.
NodeCreator
This class can be used to create and update
INode
s based on data items.
NodesSource
A class that accepts a collection of objects from the
GraphBuilder
to build
INode
s from.
ObjectBindings
A container for providers for specified properties of an object that provide the values that can later be
applied
to these properties.
TreeBuilder
Populates a graph from custom data where objects corresponding to nodes have a parent-child relationship.
TreeNodesSource
A class that accepts a collection of objects from the
TreeBuilder
to build
INode
s from.