Scilab 6.0.0
- Ajuda do Scilab
- Biblioteca de Gráficos
- Datatips
- propriedades das datatips
- datatipCreate
- datatipGetEntities
- datatipGetStruct
- datatipManagerMode
- datatipMove
- datatipRemove
- datatipRemoveAll
- datatipSetDisplay
- datatipSetInterp
- datatipSetOrientation
- datatipSetStruct
- datatipSetStyle
- datatipToggle
- datatips
- orthProj
Ajuda do Scilab >> Biblioteca de Gráficos > Datatips > datatipSetStruct
datatipSetStruct
Stores the datatips data structure in the polyline entity. Obsolete function.
Syntax
ok=datatipSetStruct(curve_handle,datatips_struct)
Arguments
- curve_handle
A handle on a polyline.
- datatips_struct
A tlist of type
datatips
.- ok
A boolean flag set to %f if the operations fail.
Description
datatipSetStruct
stores the datatips data structure in the polyline
entity. This is a subsidiary functions which is not to be called directly.
History
Versão | Descrição |
5.4.1 | Function tagged obsolete. Will be removed in 5.5.0. |
See Also
- datatips — Tool for placing and editing tips along the plotted curves.
- datatipGetStruct — Retrieve the datatips data structure from the polyline entity. This function is obsolete.
Comments
Add a comment:
Please login to comment this page.