API Reference
Class
VisNetworkSmoothOptions
Smooth curve configuration for edges.
Inheritance
- Object
- VisNetworkSmoothOptions
Constructors
public VisNetworkSmoothOptions() #Methods
public VisNetworkSmoothOptions WithEnabled(Boolean enabled = true) #Returns:
VisNetworkSmoothOptionsConfigures the enabled.
Parameters
- enabled System.Boolean = true
WithForceDirection 3 overloads
public VisNetworkSmoothOptions WithForceDirection(VisNetworkForceDirection direction) #Returns:
VisNetworkSmoothOptionsConfigures the force direction.
Parameters
- direction HtmlForgeX.VisNetworkForceDirection
public VisNetworkSmoothOptions WithForceDirection(String direction) #Returns:
VisNetworkSmoothOptionsConfigures the force direction.
Parameters
- direction System.String
public VisNetworkSmoothOptions WithForceDirection(Boolean enabled) #Returns:
VisNetworkSmoothOptionsConfigures the force direction.
Parameters
- enabled System.Boolean
public VisNetworkSmoothOptions WithRoundness(Double roundness) #Returns:
VisNetworkSmoothOptionsConfigures the roundness.
Parameters
- roundness System.Double
public VisNetworkSmoothOptions WithType(VisNetworkSmoothType type) #Returns:
VisNetworkSmoothOptionsConfigures the type.
Parameters
- type HtmlForgeX.VisNetworkSmoothType
Inherited Methods
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled") JsonIgnore(Condition = 3)Gets or sets the enabled.
public Nullable<VisNetworkSmoothType> Type { get; set; } #JsonPropertyName("type") JsonIgnore(Condition = 3)Gets or sets the type.
public Object ForceDirection { get; set; } #JsonPropertyName("forceDirection") JsonIgnore(Condition = 3)Gets or sets the force direction.
public Nullable<Double> Roundness { get; set; } #JsonPropertyName("roundness") JsonIgnore(Condition = 3)Gets or sets the roundness.