API Reference
GraphSceneOptions
Holds host-neutral graph exploration settings that browser, native, and static adapters can share.
Inheritance
- Object
- GraphSceneOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Methods
Disable(ChartForgeX.Interactivity.GraphSceneFeatures features) #Disables one or more graph scene features.
Parameters
- features ChartForgeX.Interactivity.GraphSceneFeatures
- The features to disable.
Returns
The current options instance.
Enable(ChartForgeX.Interactivity.GraphSceneFeatures features) #Enables one or more graph scene features.
Parameters
- features ChartForgeX.Interactivity.GraphSceneFeatures
- The features to enable.
Returns
The current options instance.
HasFeature(ChartForgeX.Interactivity.GraphSceneFeatures feature) #Determines whether all bits in the requested feature set are enabled.
Parameters
- feature ChartForgeX.Interactivity.GraphSceneFeatures
- The feature or feature group to check.
Returns
true when the feature is enabled; otherwise, false.
Properties
Features #Gets or sets the enabled graph explorer feature flags.
Physics #Gets graph physics settings for adapters that support runtime or prepared layouts.
Interaction #Gets node dragging and topology-change interaction behavior.
LevelOfDetail #Gets large-graph level-of-detail thresholds.
Performance #Gets graph runtime performance budgets and telemetry settings.
Layout #Gets deterministic graph layout settings shared by static and interactive adapters.
Cluster #Gets clustering policy for semantic, group-derived, or adaptive large-scene summaries.
Manipulation #Gets opt-in graph editing and manipulation capabilities for adapters that support authoring workflows.
Hierarchy #Gets hierarchy navigation settings for adapters that support top-level and drill-down graph views.