Interface IGraphNest
Syntax
public interface IGraphNest : IAotStubbable
Properties
embed
Declaration
IGraph embed { get; set; }
Property Value
graph
Declaration
Property Value
graphType
Declaration
Property Value
hasBackgroundEmbed
Declaration
bool hasBackgroundEmbed { get; }
Property Value
macro
Declaration
IMacro macro { get; set; }
Property Value
macroType
Declaration
Property Value
nester
Declaration
IGraphNester nester { get; set; }
Property Value
source
Declaration
GraphSource source { get; set; }
Property Value
Extension Methods