Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - 日本語


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_mode setting.

"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), .data contains 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 のヘルプページを参照.

参照

History

バージョン記述
5.5.2

New "orientation" values available: "left", "right", "upper", "lower".

6.0.0
  • .z_component is removed.
  • New .display_components and .detached_position properties.
Report an issue
<< Datatips Datatips datatipCreate >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Mar 07 09:28:50 CET 2023