HtmlForgeX

API Reference

Class

ChartJsSankeyLink

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a single Sankey flow link.

Inheritance

  • Object
  • ChartJsSankeyLink

Constructors

Properties

public String From { get; set; } #
JsonPropertyName("from")

Source node of the flow.

public String To { get; set; } #
JsonPropertyName("to")

Destination node of the flow.

public Double Flow { get; set; } #
JsonPropertyName("flow")

Amount/weight of the flow.

public String Color { get; set; } #
JsonPropertyName("color") JsonIgnore(Condition = 3)

Optional color applied directly to this link.