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

VisualCanvasKeyValueItem

Namespace ChartForgeX.Composition

A row rendered inside a key/value visual canvas block.

Inheritance

  • Object
  • VisualCanvasKeyValueItem

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

VisualCanvasKeyValueItem 2 overloads
VisualCanvasKeyValueItem(System.String arg1) #

Initializes a label-only key/value block row.

Parameters

arg1 System.String required
VisualCanvasKeyValueItem(System.String arg1, System.String arg2) #

Initializes a key/value block row.

Parameters

arg1 System.String required
arg2 System.String required

Methods

LabelRow(System.String arg1) #

Creates a label-only key/value block row.

Parameters

arg1 System.String required
Pair(System.String arg1, System.String arg2) #

Creates a key/value block row.

Parameters

arg1 System.String required
arg2 System.String required

Properties

Label #

Gets or sets the row label.

Value #

Gets or sets the row value.

LabelOnly #

Gets or sets whether this row should render as a label-only heading.

LabelColor #

Gets or sets an optional row-specific label color.

ValueColor #

Gets or sets an optional row-specific value color.