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

PacketLayoutField

Namespace ChartForgeX.VisualBlocks

Describes one labeled contiguous field inside a packet layout.

Inheritance

  • Object
  • PacketLayoutField

Constructors

PacketLayoutField(System.Int32 arg1, System.Int32 arg2, System.String arg3) #

Initializes a packet field.

Parameters

arg1 System.Int32 required
arg2 System.Int32 required
arg3 System.String required

Properties

StartBit #

Gets the first bit covered by this field.

EndBit #

Gets the last bit covered by this field.

BitLength #

Gets the number of covered bits.

Label #

Gets or sets the display label.