API Reference
Class
VisNetworkEdgeGlobalOptions
Global edge configuration options.
Inheritance
- VisNetworkEdgeOptions
- VisNetworkEdgeGlobalOptions
Constructors
public VisNetworkEdgeGlobalOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
public VisNetworkEdgeOptions WithArrows(Action<VisNetworkArrowOptions> configure) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- arrows VisNetworkArrowOptions
public VisNetworkEdgeOptions WithArrowStrikethrough(Boolean strikethrough = true) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- strikethrough Boolean = true
public VisNetworkEdgeOptions WithChosen(VisNetworkChosenEdgeOptions chosenOptions) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- enabled Boolean = true
public VisNetworkEdgeOptions WithColor(Action<VisNetworkAdvancedColorOptions> configure) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- color RGBColor
public VisNetworkEdgeOptions WithConnection(Object from, Object to) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- from Object
- to Object
public VisNetworkEdgeOptions WithDashes(VisNetworkDashPattern pattern) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- enabled Boolean = true
public VisNetworkEdgeOptions WithEndPointOffset(Action<VisNetworkEndPointOffset> configure) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- configure Action<VisNetworkEndPointOffset>
public VisNetworkEdgeOptions WithFont(Action<VisNetworkFontOptions> configure) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- configure Action<VisNetworkFontOptions>
public VisNetworkEdgeOptions WithGradientColor(String fromColor, String toColor) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- fromColor RGBColor
- toColor RGBColor
public VisNetworkEdgeOptions WithHtmlLabel(String htmlLabel) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- htmlLabel String
public VisNetworkEdgeOptions WithId(Object id) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- id Object
public VisNetworkEdgeOptions WithLabel(String label) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- label String
public VisNetworkEdgeOptions WithLabelHighlightBold(Boolean highlightBold = true) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- highlightBold Boolean = true
public VisNetworkEdgeOptions WithLength(Double length) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- length Double
public VisNetworkEdgeOptions WithMarkdownLabel(String markdownLabel) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- markdownLabel String
public VisNetworkEdgeOptions WithOption(String key, Object value) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- key String
- value Object
public VisNetworkEdgeOptions WithPhysics(Boolean physics = true) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- physics Boolean = true
public VisNetworkEdgeOptions WithScaling(Action<VisNetworkScalingOptions> configure) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- configure Action<VisNetworkScalingOptions>
public VisNetworkEdgeOptions WithSelfReference(Action<VisNetworkSelfReferenceOptions> configure) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- configure Action<VisNetworkSelfReferenceOptions>
public VisNetworkEdgeOptions WithSelfReferenceSize(Double size) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- size Double
public VisNetworkEdgeOptions WithShadow(VisNetworkShadowOptions shadowOptions) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- enabled Boolean = true
public VisNetworkEdgeOptions WithSmooth(Action<VisNetworkSmoothOptions> configure) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- enabled Boolean = true
public VisNetworkEdgeOptions WithTitle(String title) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- title String
public VisNetworkEdgeOptions WithValue(Double value) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- value Double
public VisNetworkEdgeOptions WithWidth(Double width, Nullable<Double> selectionWidth = null, Nullable<Double> hoverWidth = null) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- width Double
- selectionWidth Nullable<Double> = null
- hoverWidth Nullable<Double> = null
public VisNetworkEdgeOptions WithWidthConstraint(Nullable<Double> maximum = null) #Returns:
VisNetworkEdgeOptionsInherited from VisNetworkEdgeOptions
Parameters
- maximum Nullable<Double> = null
Inherited Properties
public String Label { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("label") JsonIgnore(Condition = 3)public String Title { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("title") JsonIgnore(Condition = 3)public Nullable<Double> Value { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("value") JsonIgnore(Condition = 3)public Nullable<Double> Length { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("length") JsonIgnore(Condition = 3)public Nullable<Double> Width { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("width") JsonIgnore(Condition = 3)public Object WidthConstraint { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("widthConstraint") JsonIgnore(Condition = 3)public Nullable<Double> SelectionWidth { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("selectionWidth") JsonIgnore(Condition = 3)public Object Arrows { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("arrows") JsonIgnore(Condition = 3)public Nullable<Boolean> ArrowStrikethrough { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("arrowStrikethrough") JsonIgnore(Condition = 3)public Object Chosen { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("chosen") JsonIgnore(Condition = 3)public Object Color { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("color") JsonIgnore(Condition = 3)public Object Dashes { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("dashes") JsonIgnore(Condition = 3)public VisNetworkFontOptions Font { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("font") JsonIgnore(Condition = 3)public Nullable<Double> HoverWidth { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("hoverWidth") JsonIgnore(Condition = 3)public Nullable<Boolean> LabelHighlightBold { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("labelHighlightBold") JsonIgnore(Condition = 3)public Nullable<Boolean> Physics { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("physics") JsonIgnore(Condition = 3)public VisNetworkScalingOptions Scaling { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("scaling") JsonIgnore(Condition = 3)public Nullable<Double> SelfReferenceSize { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("selfReferenceSize") JsonIgnore(Condition = 3)public VisNetworkSelfReferenceOptions SelfReference { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("selfReference") JsonIgnore(Condition = 3)public Object Shadow { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("shadow") JsonIgnore(Condition = 3)public Object Smooth { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("smooth") JsonIgnore(Condition = 3)public VisNetworkEndPointOffset EndPointOffset { get; set; } #Inherited from VisNetworkEdgeOptions
JsonPropertyName("endPointOffset") JsonIgnore(Condition = 3)public Dictionary<String, Object> AdditionalOptions { get; set; } #Inherited from VisNetworkEdgeOptions
JsonExtensionData JsonIgnore(Condition = 3)