Click or drag to resize
GuiChartItem Constructor
Initializes a new instance of the GuiChartItem class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GuiChartItem(
	Dictionary<string, CountHistory> data,
	Dictionary<string, RefBool> objectsToShow
)

Parameters

data
Type: System.Collections.GenericDictionaryString, CountHistory

[Missing <param name="data"/> documentation for "M:Planetbase.GuiChartItem.#ctor(System.Collections.Generic.Dictionary{System.String,Planetbase.CountHistory},System.Collections.Generic.Dictionary{System.String,Planetbase.RefBool})"]

objectsToShow
Type: System.Collections.GenericDictionaryString, RefBool

[Missing <param name="objectsToShow"/> documentation for "M:Planetbase.GuiChartItem.#ctor(System.Collections.Generic.Dictionary{System.String,Planetbase.CountHistory},System.Collections.Generic.Dictionary{System.String,Planetbase.RefBool})"]

See Also