API Reference
Class
GitGraphBlock
A deterministic visual block for product-neutral commit and branch graphs.
Inheritance
- Object
- GitGraphBlock
Methods
AddBranch(System.String arg1, System.Nullable{System.Int32} arg2) #Adds a branch lane.
Parameters
- arg1 System.String
- arg2 System.Nullable{System.Int32}
AddCommit(System.String arg1, System.String arg2, System.Collections.Generic.IEnumerable{System.String} arg3, ChartForgeX.VisualBlocks.GitGraphCommitType arg4, System.String arg5, System.String arg6, System.String arg7) #Adds a commit on a branch.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.Collections.Generic.IEnumerable{System.String}
- arg4 ChartForgeX.VisualBlocks.GitGraphCommitType
- arg5 System.String
- arg6 System.String
- arg7 System.String
Create() #Creates a git graph block.
WithBranchLabels(System.Boolean arg1) #Sets whether branch labels are rendered.
Parameters
- arg1 System.Boolean
WithCommitLabels(System.Boolean arg1) #Sets whether commit labels are rendered.
Parameters
- arg1 System.Boolean