FormFlowsheetCharts Property

Gets or sets the dictionary of chart definitions embedded in this flowsheet, backed by ChartCollection.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public Dictionary<string, IChart> Charts { get; set; }

Property Value

DictionaryString, IChart

Implements

IFlowsheetCharts

See Also