2.1.14.1.18 okutil_get_internal_index_by_col
Description
Get internal index (to set symbol shape, etc) for a plot by reference column
Syntax
BOOL okutil_get_internal_index_by_col( int * nInternalIndex, int nModifiedColIndex, int nMainColIndex )
Parameters
- nInternalIndex
- [output] pointer to receive internal index
- nModifiedColIndex
- [input] the reference column index
- nMainColIndex
- [input] data plot's worksheet Y( Z if 3D plot ) column index
Return
TRUE if successful, otherwise FALSE.
Examples
See examples of okutil_get_ocolor_by_col
Remark
See Also
okutil_get_ocolor_by_col
Header to Included
origin.h
Reference