CommonCreate Plot Model(Double, Double, Double, String, String, String, String, String, String) Method
Definition
Namespace: DWSIM.UI.Shared
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
C#
public static PlotModel CreatePlotModel(
double[] x,
double[] y1,
double[] y2,
string title,
string subtitle,
string xtitle,
string ytitle,
string ytitle1,
string ytitle2
)VB
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 PlotModelParameters
- x Double
- y1 Double
- y2 Double
- title String
- subtitle String
- xtitle String
- ytitle String
- ytitle1 String
- ytitle2 String