CommonCreatePlotModel(String, String, String, String, Single) Method

Definition

Namespace: DWSIM.UI.Shared
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
public static PlotModel CreatePlotModel(
	string title,
	string subtitle,
	string xtitle,
	string ytitle,
	float zoom
)

Parameters

title  String
 
subtitle  String
 
xtitle  String
 
ytitle  String
 
zoom  Single
 

Return Value

PlotModel

See Also