Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
datatipプロパティ
datatipエンティティプロパティの説明
説明
datatipエンティティはグラフィックエンティティ階層の葉です. このエンティティはdatatipのパラメータを定義します.
- parent:
polyline_properties
ヘルプページを参照.- children:
polyline_properties
ヘルプページを参照.- visible:
polyline_properties
ヘルプページを参照.- data:
polyline_properties
ヘルプページを参照.- 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
Version | Description |
5.5.2 | New "orientation" values available: "left", "right", "upper", "lower". |
6.0.0 |
New |
Report an issue | ||
<< Datatips | Datatips | datatipCreate >> |