CommonCreate Plot Model(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(
string title,
string subtitle,
string xtitle,
string ytitle
)VB
Public Shared Function CreatePlotModel (
title As String,
subtitle As String,
xtitle As String,
ytitle As String
) As PlotModel