CommonCreatePlotModel(Double, Double, 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[] y,
string title,
string subtitle,
string xtitle,
string ytitle
)
Public Shared Function CreatePlotModel (
x As Double(),
y As Double(),
title As String,
subtitle As String,
xtitle As String,
ytitle As String
) As PlotModel
Request Example
View SourceParameters
- x Double
-
- y Double
-
- title String
-
- subtitle String
-
- xtitle String
-
- ytitle String
-
Return Value
PlotModelSee Also