Oxy PlotAdd Line Series With Keys Method
Definition
Namespace: DWSIM.ExtensionMethods
Assembly: DWSIM.ExtensionMethods (in DWSIM.ExtensionMethods.dll) Version: 10.0.0.0
Assembly: DWSIM.ExtensionMethods (in DWSIM.ExtensionMethods.dll) Version: 10.0.0.0
C#
public static void AddLineSeriesWithKeys(
this PlotModel model,
IEnumerable<double> xSeries,
IEnumerable<double> ySeries,
string title,
string yaxiskey,
string xaxiskey
)VB
<ExtensionAttribute>
Public Shared Sub AddLineSeriesWithKeys (
model As PlotModel,
xSeries As IEnumerable(Of Double),
ySeries As IEnumerable(Of Double),
title As String,
yaxiskey As String,
xaxiskey As String
)Parameters
- model PlotModel
- xSeries IEnumerableDouble
- ySeries IEnumerableDouble
- title String
- yaxiskey String
- xaxiskey String