![]() | APIget |
public byte[] getDataPlot( double[] xseries, double[] yseries, bool transparent, string name = "", string Xunits = "", string Yunits = "", int color = 0, bool useDots = true )
Public Function getDataPlot ( xseries As Double(), yseries As Double(), transparent As Boolean, Optional name As String = "", Optional Xunits As String = "", Optional Yunits As String = "", Optional color As Integer = 0, Optional useDots As Boolean = true ) As Byte() Dim instance As API Dim xseries As Double() Dim yseries As Double() Dim transparent As Boolean Dim name As String Dim Xunits As String Dim Yunits As String Dim color As Integer Dim useDots As Boolean Dim returnValue As Byte() returnValue = instance.getDataPlot(xseries, yseries, transparent, name, Xunits, Yunits, color, useDots)
public: array<unsigned char>^ getDataPlot( array<double>^ xseries, array<double>^ yseries, bool transparent, String^ name = L"", String^ Xunits = L"", String^ Yunits = L"", int color = 0, bool useDots = true )
member getDataPlot : xseries : float[] * yseries : float[] * transparent : bool * ?name : string * ?Xunits : string * ?Yunits : string * ?color : int * ?useDots : bool (* Defaults: let _name = defaultArg name "" let _Xunits = defaultArg Xunits "" let _Yunits = defaultArg Yunits "" let _color = defaultArg color 0 let _useDots = defaultArg useDots true *) -> byte[]
(c) NextFEM 2015-2025