ChartCreate Plot Model Method
Definition
Namespace: DWSIM.SharedClasses.Charts
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
C#
public PlotModel CreatePlotModel(
double[] x,
double[] y,
string title,
string subtitle,
string xtitle,
string ytitle
)VB
Public Function CreatePlotModel (
x As Double(),
y As Double(),
title As String,
subtitle As String,
xtitle As String,
ytitle As String
) As PlotModel