IXYChartDataProvider.GetAxisFontLabel (METH) ¶ METHOD GetAxisFontLabel : POINTER TO IXYChartFont Get label of the specific axis It’s used only in offline mode InOut: Scope Name Type Return GetAxisFontLabel POINTER TO IXYChartFont Input iWhich INT
IXYChartDataProvider.GetDataProviderCurve (METH) ¶ METHOD GetDataProviderCurve : IXYChartDataProviderCurve Get data provider for a specific curve InOut: Scope Name Type Return GetDataProviderCurve IXYChartDataProviderCurve Input iWhich INT
IXYChartDataProvider.GetLineLevelFont (METH) ¶ METHOD GetLineLevelFont : POINTER TO IXYChartFont Get a level line font label It’s used only in offline mode InOut: Scope Name Type Comment Return GetLineLevelFont POINTER TO IXYChartFont Input iWhichAx INT iWhichLv INT which axis I’m asking for
VisuFbXYChartGenericVariable.SetValueREAL (METH) ¶ METHOD SetValueREAL Write REAL value InOut: Scope Name Type Input rValue REAL
VisuFbXYChartGenericVariableArray (FB) ¶ FUNCTION_BLOCK VisuFbXYChartGenericVariableArray EXTENDS VisuFbXYChartGenericVariable This function block extends VisuFbXYChartGenericVariable. It is used in case of array, like curves. InOut: Scope Name Type Comment Inherited from Input pVar __XWORD Points to the variable VisuFbXYChartGenericVariable varType TypeClass Data type of variable VisuFbXYChartGenericVariable diSize DINT Data size VisuFbXYChartGenericVariable Methods: GetValueRAWixUnck GetValueREALixUnck CheckVarPointerIsChanged , inherited from VisuFbXYChartGenericVariable GetValueBOOL , inherited from VisuFbXYChartGenericVariable GetValueDINT , inherited from VisuFbXYChartGenericVariable GetValueREAL , inherited from VisuFbXYChartGenericVariable GetValueUDINT , inherited from VisuFbXYChartGenericVariable SetInitialAddress , inherited from VisuFbXYChartGenericVariable SetValueDINT , inherited from VisuFbXYChartGenericVariable SetValueREAL , inherited from VisuFbXYChartGenericVariable Structure: GetValueRAWixUnck (Method) GetValueREALixUnck (Method)
VisuFbXYChartGenericVariableArray.GetValueRAWixUnck (METH) ¶ METHOD GetValueRAWixUnck : LWORD Get RAW value with index without check if the index is in the range. The assumption is that the check it’s already done InOut: Scope Name Type Return GetValueRAWixUnck LWORD Input diPos DINT
VisuFbXYChartGenericVariableArray.GetValueREALixUnck (METH) ¶ METHOD GetValueREALixUnck : REAL Get value as REAL with index without check if the index is in the range. The assumption is that the check it’s already done InOut: Scope Name Type Return GetValueREALixUnck REAL Input diPos DINT
Functions ¶ GetChar (Function) SplitTextListId (Function) StrCaseCmpW (Function) StrCpyWtoA (Function)
GetChar (FUN) ¶ FUNCTION GetChar : BYTE Get ASCII characters as single byte InOut: Scope Name Type Comment Return GetChar BYTE Input sChar STRING Char to get
SplitTextListId (FUN) ¶ FUNCTION SplitTextListId : INT It splits the “one string” text in text list name and text ID Return values: 0 -> Ok -1 -> there are UNICODE chars, sobstitute with ‘?’ -2 -> invalid input pointers -3 -> not valid input string: e.g. ‘myproject.text.id’ InOut: Scope Name Type Comment Return SplitTextListId INT Input rwStr REFERENCE TO WSTRING “one string” text rsTLName REFERENCE TO STRING Text list name rsTLIndex REFERENCE TO STRING Text list ID