HtmlForgeX

API Reference

Class

VisNetworkPosition

Namespace HtmlForgeX
Assembly HtmlForgeX

Position representation.

Inheritance

  • Object
  • VisNetworkPosition

Constructors

public VisNetworkPosition() #

Properties

public Double X { get; set; } #
JsonPropertyName("x")

Gets or sets the horizontal coordinate.

public Double Y { get; set; } #
JsonPropertyName("y")

Gets or sets the vertical coordinate.