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

ChartBubble

Namespace ChartForgeX.Core

Represents one bubble point with an x value, y value, and positive size value.

Inheritance

  • Object
  • ChartBubble

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

ChartBubble 2 overloads
ChartBubble(System.Double x, System.Double y, System.Double size) #

Initializes a new instance of the ChartBubble struct.

Parameters

x System.Double required
The horizontal coordinate.
y System.Double required
The vertical coordinate.
size System.Double required
The positive size value.
ChartBubble(System.DateTime x, System.Double y, System.Double size) #

Initializes a new instance of the ChartBubble struct from a date/time x value.

Parameters

x System.DateTime required
The date/time x value.
y System.Double required
The vertical coordinate.
size System.Double required
The positive size value.

Fields

X #

Gets the horizontal coordinate.

Y #

Gets the vertical coordinate.

Size #

Gets the positive value used to scale the marker area.