API Reference
Class
ChartWordCloudItem
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
- Method Chart.AddWordCloud
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
- The term text.
- weight System.Double
- The term weight. Negative values are not allowed.
- color System.Nullable{ChartForgeX.Primitives.ChartColor}
- An optional color for this term.