![]() | APIget |
public byte[] getSectionImage( int sectionID, string titleX = "", string titleY = "", string title = "", string quoteUnits = "", string quoteFormat = "0.00", bool showAxes = true, int showOrigin = 0, bool transparent = false, int selectedBar = 0 )
Public Function getSectionImage ( sectionID As Integer, Optional titleX As String = "", Optional titleY As String = "", Optional title As String = "", Optional quoteUnits As String = "", Optional quoteFormat As String = "0.00", Optional showAxes As Boolean = true, Optional showOrigin As Integer = 0, Optional transparent As Boolean = false, Optional selectedBar As Integer = 0 ) As Byte() Dim instance As API Dim sectionID As Integer Dim titleX As String Dim titleY As String Dim title As String Dim quoteUnits As String Dim quoteFormat As String Dim showAxes As Boolean Dim showOrigin As Integer Dim transparent As Boolean Dim selectedBar As Integer Dim returnValue As Byte() returnValue = instance.getSectionImage(sectionID, titleX, titleY, title, quoteUnits, quoteFormat, showAxes, showOrigin, transparent, selectedBar)
public: array<unsigned char>^ getSectionImage( int sectionID, String^ titleX = L"", String^ titleY = L"", String^ title = L"", String^ quoteUnits = L"", String^ quoteFormat = L"0.00", bool showAxes = true, int showOrigin = 0, bool transparent = false, int selectedBar = 0 )
member getSectionImage : sectionID : int * ?titleX : string * ?titleY : string * ?title : string * ?quoteUnits : string * ?quoteFormat : string * ?showAxes : bool * ?showOrigin : int * ?transparent : bool * ?selectedBar : int (* Defaults: let _titleX = defaultArg titleX "" let _titleY = defaultArg titleY "" let _title = defaultArg title "" let _quoteUnits = defaultArg quoteUnits "" let _quoteFormat = defaultArg quoteFormat "0.00" let _showAxes = defaultArg showAxes true let _showOrigin = defaultArg showOrigin 0 let _transparent = defaultArg transparent false let _selectedBar = defaultArg selectedBar 0 *) -> byte[]
(c) NextFEM 2015-2025