HtmlForgeX

API Reference

Enum

VisNetworkSmoothType

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies the available curve types for network edges.

Inheritance

  • Enum
  • VisNetworkSmoothType

Values

public const VisNetworkSmoothType Dynamic #

Dynamically chooses the best curve type.

Value: 0
public const VisNetworkSmoothType Continuous #

Uses a continuous bezier curve.

Value: 1
public const VisNetworkSmoothType Discrete #

Uses a discrete curve between points.

Value: 2
public const VisNetworkSmoothType Diagonally #

Diagonal straight line between points.

Value: 3
public const VisNetworkSmoothType Straightcross #

Straight line crossing midpoints.

Value: 4
public const VisNetworkSmoothType Horizontal #

Horizontal curve.

Value: 5
public const VisNetworkSmoothType Vertical #

Vertical curve.

Value: 6
public const VisNetworkSmoothType Curvedcw #

Clockwise curved line.

Value: 7
public const VisNetworkSmoothType Curvedccw #

Counter clockwise curved line.

Value: 8
public const VisNetworkSmoothType Cubicbezier #

Cubic bezier curve.

Value: 9