Project

ChartForgeX

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

Stars 46
Forks 2
NuGet downloads 64,485
Release ChartForgeX-v1.8.1
Language: HTML Updated: 2026-09-22

API Reference

Class

ChartWordCloudItem

Namespace ChartForgeX.Core

Represents one weighted term in a word cloud.

Inheritance

  • Object
  • ChartWordCloudItem

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

ChartWordCloudItem(System.String text, System.Double weight, System.Nullable{ChartForgeX.Primitives.ChartColor} color) #

Initializes a new instance of the ChartWordCloudItem struct.

Parameters

text System.String required
The term text.
weight System.Double required
The term weight. Negative values are not allowed.
color System.Nullable{ChartForgeX.Primitives.ChartColor} required
An optional color for this term.

Fields

Text #

Gets the term text.

Weight #

Gets the term weight.

Color #

Gets the optional term color.