Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

GitGraphCommit

Namespace ChartForgeX.VisualBlocks

Describes one commit in a git graph visual block.

Inheritance

  • Object
  • GitGraphCommit

Constructors

GitGraphCommit(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) #

Initializes a git graph commit.

Parameters

arg1 System.String required
arg2 System.String required
arg3 System.Collections.Generic.IEnumerable{System.String} required
arg4 ChartForgeX.VisualBlocks.GitGraphCommitType required
arg5 System.String required
arg6 System.String required
arg7 System.String required

Properties

Id #

Gets or sets the stable commit id.

BranchName #

Gets or sets the branch lane name.

ParentIds #

Gets parent commit ids.

Type #

Gets or sets the commit type.

Label #

Gets or sets the optional display label.

Tag #

Gets or sets the optional tag label.

SourceCommitId #

Gets or sets the source commit id for cherry-pick commits.