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

GraphLevelOfDetailOptions

Namespace ChartForgeX.Interactivity

Describes clustering and detail-reduction thresholds for graph explorer adapters.

Inheritance

  • Object
  • GraphLevelOfDetailOptions

Properties

ClusterNodeThreshold #

Gets or sets the node count at which adapters should prefer collapsed or summarized views.

HideEdgeLabelsThreshold #

Gets or sets the edge count at which adapters should hide edge labels until focus or selection.

CompactNodeThreshold #

Gets or sets the node count at which adapters should prefer compact dot rendering over full labels.

CanvasPreferredNodeThreshold #

Gets or sets the node count at which Canvas or WebGL adapters should be preferred over SVG.

WebGlPreferredNodeThreshold #

Gets or sets the node count at which WebGL adapters should be preferred over Canvas when available.

OverviewScaleThreshold #

Gets or sets the viewport scale at or below which adapters should show an overview representation.

DetailScaleThreshold #

Gets or sets the viewport scale at or above which adapters should show full labels, badges, and imagery.

CollapseClustersOnLoad #

Gets or sets whether clusters should be collapsed when the scene first renders.