Click or drag to resize

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


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

Parameters

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

Return Value

PlotModel
See Also