Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 46
Forks 2
NuGet downloads 62,324
Release ChartForgeX-v1.8.1
Language: HTML Updated: 2026-09-22

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.