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

ChartBubbles

Namespace ChartForgeX.Core

Creates common ChartBubble sequences for bubble charts.

Inheritance

  • Object
  • ChartBubbles

Methods

FromXYSize(System.Collections.Generic.IEnumerable{System.Double} x, System.Collections.Generic.IEnumerable{System.Double} y, System.Collections.Generic.IEnumerable{System.Double} size) #

Creates bubble values from matching x, y, and size sequences.

Parameters

x System.Collections.Generic.IEnumerable{System.Double} required
The x values.
y System.Collections.Generic.IEnumerable{System.Double} required
The y values.
size System.Collections.Generic.IEnumerable{System.Double} required
The bubble size values.

Returns

Bubble values using the supplied x, y, and size values.