CommonCreatePlotModel(Double, Double, Double, String, String, String, String, String, String) Method |
Namespace: DWSIM.UI.SharedAssembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 8.8.1.0
Syntax public static PlotModel CreatePlotModel(
double[] x,
double[] y1,
double[] y2,
string title,
string subtitle,
string xtitle,
string ytitle,
string ytitle1,
string ytitle2
)
Public Shared Function CreatePlotModel (
x As Double(),
y1 As Double(),
y2 As Double(),
title As String,
subtitle As String,
xtitle As String,
ytitle As String,
ytitle1 As String,
ytitle2 As String
) As PlotModel
Request Example
View SourceParameters
- x Double
-
- y1 Double
-
- y2 Double
-
- title String
-
- subtitle String
-
- xtitle String
-
- ytitle String
-
- ytitle1 String
-
- ytitle2 String
-
Return Value
PlotModelSee Also