ScatterPlotnumbers Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.UIElements.ScatterPlot.numbers"]
Namespace:
BrydenWoodUnity.UIElements
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic Dictionary<string, int> numbers { get; set; }
Public Property numbers As Dictionary(Of String, Integer)
Get
Set
public:
property Dictionary<String^, int>^ numbers {
Dictionary<String^, int>^ get ();
void set (Dictionary<String^, int>^ value);
}
member numbers : Dictionary<string, int> with get, set
Property Value
Type:
DictionaryString,
Int32
See Also