Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
datatipプロパティ
datatipエンティティプロパティの説明
説明
datatipエンティティはグラフィックエンティティ階層の葉です. このエンティティはdatatipのパラメータを定義します.
- parent:
- handle of the curve the datatip is plugged on. 
- children:
- unused. 
- visible:
- "on": the datatip is displayable according to the - parent.datatip_display_modesetting.- "off": the datatip display is canceled anyway. 
- data:
- Cartesian coordinates of the datatip's anchor on its curve, in data scales. For curves in special not-cartesian grids (after polarplot(), sgrid(), etc), - .datacontains the raw equivalent cartesian coordinates.
- text:
- Matrix of texts to be displayed (as a matrix) in the datatip label. Leading and trailing spaces are all trimmed. In each cell, the text is centered. 
- interp_mode:
- このフィールドはtipの位置の補間モードを指定します. この値は - "on"(格子点間で補間を行う)または- "off"(tipsは格子点にのみ配置可能)とします.
- box_mode:
- このフィールドはdatatipの - box_modeプロパティの デフォルト値を表します. この値は,- "on"(箱を描画) または- "off"(箱を描画しない)とします.
- label_mode:
- このフィールドはdatatipの - label_modeプロパティの デフォルト値を表します. この値は,- "on"(ラベルを描画) または- "off"(ラベルを描画しない)とします.
- display_components:
- This field controls which components are displayed. Its default value is - "xy"for 2D views and- "xyz"for 3D views. Possible values are any combination of- "x",- "y"and- "z", like- "zy",- "xzy",- "xz",- "y", etc.- The components are drawn in the order they are found in the string. 
- display_function:
- polyline_propertiesのヘルプページを参照.
- orientation:
- このフィールドは,ポリラインの点に関するテキストボックスの位置を指定します. 指定可能な値は 0, 1, 2 または 3 です. 
- auto_orientation:
- このフィールドはdatatipの - auto_orientationプロパティの デフォルト値を表します. この値は,- "on"(自動的に向きを設定) または- "off"(自動的に向きを設定しない)とします.- "off"の場合については,- orientationプロパティを参照ください.
- detached_position:
- This field sets the position - [x y z]of the bottom left corner of the datatip text box, even when the link to the polyline starts from another corner. When its value is- [], the datatip text box is drawn attached to its anchor point in the polyline.- In detached mode, it is not possible to force the starting point of the link on the box frame. It is autoset. 
- font_foreground:
- このフィールドは, - font_foregroundプロパティのデフォルト値を有します. この値は(カレントのカラーマップに関する)色添字とします.
- foreground:
- このフィールドは,箱を描画する際に使用される - foregroundプロパティのデフォルト値を有します. この値は(カレントのカラーマップに関する)色添字とします.
- background:
- polyline_propertiesのヘルプページを参照.
- mark_mode:
- polyline_propertiesのヘルプページを参照.
- mark_style:
- polyline_propertiesのヘルプページを参照.
- mark_size_unit:
- polyline_propertiesのヘルプページを参照.
- mark_size:
- polyline_propertiesのヘルプページを参照.
- mark_foreground:
- polyline_propertiesのヘルプページを参照.
- mark_background:
- polyline_propertiesのヘルプページを参照.
- user_data:
- polyline_propertiesのヘルプページを参照.
- tag:
- このフィールドは一般にコントロールを識別する際に使用される 文字列を有します. - figure_propertiesのヘルプページを参照.
参照
- polyline_properties — Polylineエンティティプロパティの説明
- figure_properties — グラフィックエンティティプロパティの説明
- graphics_entities — グラフィックスエンティティデータ構造体の説明
History
| バージョン | 記述 | 
| 5.5.2 | New "orientation" values available: "left", "right", "upper", "lower". | 
| 6.0.0 | 
 | 
| Report an issue | ||
| << Datatips | Datatips | datatipCreate >> |