API Reference / VisNetworkWindOptionsAPI ReferenceClass VisNetworkWindOptionsEdit on GitHubNamespace HtmlForgeXAssembly HtmlForgeXSource Containers/ChartJs/ChartJsTitle.cs:102Wind force configuration.InheritanceObjectVisNetworkWindOptionsFilter membersAll (7) Constructors (1) Methods (4) Properties (2)Show inherited Expand all Collapse all ResetConstructorspublic VisNetworkWindOptions() #Inherited Methodspublic override Boolean Equals(Object obj) #Containers/ChartJs/ChartJsTooltip.cs:15Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartJs/ChartJsTooltip.cs:23Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartJs/ChartJsTitle.cs:102Returns: TypeInherited from Objectpublic override String ToString() #Returns: StringInherited from ObjectPropertiespublic Nullable<Double> X { get; set; } #Containers/VisNetwork/VisNetworkWindOptions.cs:12JsonPropertyName("x") JsonIgnore(Condition = 3)Gets or sets the horizontal component of the wind force.public Nullable<Double> Y { get; set; } #Containers/VisNetwork/VisNetworkWindOptions.cs:17JsonPropertyName("y") JsonIgnore(Condition = 3)Gets or sets the vertical component of the wind force.