CommonCreatePlotModel(Double, Double, String, String, String, String) Method

Definition

Namespace: DWSIM.UI.Shared
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
public static PlotModel CreatePlotModel(
	double[] x,
	double[] y,
	string title,
	string subtitle,
	string xtitle,
	string ytitle
)

Parameters

x  Double
 
y  Double
 
title  String
 
subtitle  String
 
xtitle  String
 
ytitle  String
 

Return Value

PlotModel

See Also