ChartCreatePlotModel Method |
Namespace: DWSIM.SharedClasses.ChartsAssembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax public PlotModel CreatePlotModel(
double[] x,
double[] y,
string title,
string subtitle,
string xtitle,
string ytitle
)
Public 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