API Reference
GraphLevelOfDetailOptions
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.