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

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.