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

GraphScenePoint

Namespace ChartForgeX.Interactivity

Describes a prepared point in graph scene coordinates.

Inheritance

  • Object
  • GraphScenePoint

Constructors

GraphScenePoint(System.Double x, System.Double y) #

Creates a graph scene point.

Parameters

x System.Double required
Horizontal scene coordinate.
y System.Double required
Vertical scene coordinate.

Properties

X #

Gets the horizontal scene coordinate.

Y #

Gets the vertical scene coordinate.