- name
- vertical_adjustment
- visibility
- width
- x_axis
- action_move_bottom_side
- action_move_left_side
- action_move_right_side
- action_move_top_side
- active
- horizontal_adjustment
- linechart
- right_title_style
- right_title_text_color
- show_x_grid
- show_x_labels
- point_click
- right_title
- right_title_backgrnd_color
- right_title_position
- other_titles_font
- other_titles_italic_font
- other_titles_size
- other_titles_underlined_font
- main_title_text_color
- main_title_underlined_font
- marks_style
- other_titles_bold_font
- main_title_font
- main_title_italic_font
- main_title_size
- main_title_style
- logarithmic_axis
- main_title
- main_title_backgrnd_color
- main_title_bold_font
- legend_style
- legend_text_color
- legend_underlined_font
- line_between_point
- legend_font
- legend_italic_font
- legend_position
- legend_size
- y_scale_nb_marks
- z_interval
- y_min_scale
- y_neg_pos_bar
- y_position
- y_scale
- y_differenciated_markers
- y_error_bar
- y_error_value
- y_max_scale
- x_scale
- x_scale_nb_marks
- x_vertical_labels
- y_axis_stick
- x_grid_line
- x_max_scale
- x_min_scale
- x_position
- thin_edges
- walls_color
- x_differenciated_markers
- x_grid_color
- slope
- store_x_labels
- store_x_markers
- symbol_on_point
- show_x_markers
- show_y_grid
- show_y_labels
- show_y_markers
- rotation
- left_title_style
- left_title_text_color
- legend_backgrnd_color
- legend_bold_font
- label_underlined_font
- left_title
- left_title_backgrnd_color
- left_title_position
- label_font
- label_italic_font
- label_size
- label_type
- graphic_backgrnd_color
- graphic_style
- graphic_text_color
- label_bold_font
- data_label_color
- data_label_coloring
- depth
- edges_color
- bottom_title_backgrnd_color
- bottom_title_style
- bottom_title_text_color
- clicked_series
- activated_data_labels
- axes_color
- back
- bottom_title
- 3d_effects
- distance
- height
- y_axis
- type
Sets the graphic's 3D display mode.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_NO_EFFECT |
no effects will be applied when drawing the graphic. |
_LCH_PERSPECTIVE |
a perspective effect will be applied when drawing the graphic. |
_LCH_ISOMETRIC |
an isometric projection effect will be applied when drawing the graphic. |
Conditions for use |
the TYPE property value must be set to "_LCH_3D_TYPE". |
Default value |
"_LCH_PERSPECTIVE". |
Note: This property is not implemented by the Cloud generator.
Defines the adjustment of an object placed in the view of a split bar object, when the user drags the horizontal bar below the object, or when he/she resizes the window below and when the split bar expands (VERTICAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_HEIGHT) and if the object belongs to one of the bottommost views.
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_MOVE |
The control moves relative to the window. |
_LCH_EXPAND |
The control expands of contracts. |
_LCH_ANCHOR |
The control does not move relative to the window. |
_LCH_DEFAULT |
Corresponds to the value _LCH_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _LCH_MOVE if located in a pane at the bottom. |
Conditions for use |
The object must be in a split bar pane. |
Note: This property is not implemented in Java and Mobile generation.
Defines the adjustment of an object placed in the view of a split bar object, when the user drags the vertical bar to the left of the object, or when he/she resizes the window below and when the split bar expands (HORIZONTAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_WIDTH) and if the object belongs to one of the rightmost views.
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_MOVE |
The control moves relative to the window. |
_LCH_EXPAND |
The control expands of contracts. |
_LCH_ANCHOR |
The control does not move relative to the window. |
_LCH_DEFAULT |
Corresponds to the value _LCH_ANCHOR if the control is in a pane located to the left of the bar. Corresponds to the value _LCH_MOVE if located in a pane on the right. |
Conditions for use |
The object must be in a split bar pane. |
Note: This property is not implemented in Java and Mobile generation.
Defines the adjustment of an object placed in the view of a split bar object, when the user drags the vertical bar to the right of the object, or when he/she resizes the window below and when the split bar expands (HORIZONTAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_WIDTH) and if the object belongs to one of the rightmost views.
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_MOVE |
The control moves relative to the window. |
_LCH_EXPAND |
The control expands of contracts. |
_LCH_ANCHOR |
The control does not move relative to the window. |
_LCH_DEFAULT |
Corresponds to the value _LCH_ANCHOR if the control is in a pane located to the left of the bar. Corresponds to the value _LCH_MOVE if located in a pane on the right. |
Conditions for use |
The object must be in a split bar pane. |
Note: This property is not implemented in Java and Mobile generation.
Defines the adjustment of an object placed in the view of a split bar object, when the user drags the horizontal bar above the object, or when he/she resizes the window above and when the split bar expands (VERTICAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_HEIGHT) and if the object belongs to one of the bottommost views.
Accessibility |
|
Layout design mode |
Read / Write, |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_MOVE |
The control moves relative to the window. |
_LCH_EXPAND |
The control expands of contracts. |
_LCH_ANCHOR |
The control does not move relative to the window. |
_LCH_DEFAULT |
Corresponds to the value _LCH_ANCHOR if the control is in a pane located above the bar. Corresponds to the value _LCH_MOVE if located in a pane at the bottom. |
Conditions for use |
The object must be in a split bar pane. |
Note: This property is not implemented in Java and Mobile generation.
Activates the graphic's data labels (character strings describing each point on a line chart).
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the TYPE property value must be set to "LCH_2D_TYPE". |
Default value |
"*FALSE". |
Allows the object to be placed in focus. Objects placed in focus are receptive to actions performed by the user using the keyboard and/or mouse.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*TRUE". |
Color used to draw the X and Y axes.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
The TYPE property value must be set to "_LCH_2D_TYPE". |
Default value |
"_LCH_COL_BLACK". |
Graphic drawing mode in which parts of the graphic are concealed.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_NO_BACK |
the graphic will be drawn as it stands. |
_LCH_BACK_SIDE |
the planes representing the X and Y axes will be moved. |
_LCH_BACK_ONLY |
only the X-axis plane will be moved. |
Conditions for use |
the TYPE property value must be set to "_LCH_3D_TYPE" and the 3D_EFFECTS property value must not be set to "_LCH_NO_EFFECT". |
Default value |
"_LCH_NO_BACK". |
Note: This property is not implemented by the Cloud generator.
Title located below the graphic.
Adelia type |
ALPHA(80). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"Bottom title". |
RGB color used to draw the background for the bottom title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_GREY". |
Shows the style used to draw the bottom title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_NONE |
simple bottom title drawing. |
_LCH_BORDER |
draws a border around the bottom title. |
_LCH_DROP_SHADOW |
draws a shadow around the bottom title. |
_LCH_RAISED |
bottom title is given a raised 3D effect. |
_LCH_LOWERED |
bottom title is given a lowered 3D effect. |
Conditions for use |
none. |
Default value |
"_LCH_NONE". |
RGB color used to draw the bottom title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_BLACK". |
Number of the series associated with the line chart clicked upon by the user. Series are numbered from 1 to n, where n is the total number of series.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
No. |
Execution mode |
Read. |
Associated constants |
none. |
Conditions for use |
the value in CLICKED_SERIES will only be valid if the user has clicked inside a plotted line on the graphic. |
Default value |
"0". |
Color used to draw the data labels.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
The ACTIVATED_DATA_LABELS property value must be set to "*TRUE", and the DATA_LABEL_COLORING property value must be set to "_LCH_COLOR_UNIFORM". |
Default value |
"_LCH_COL_WHITE". |
Indicates the coloring mode used for the data labels.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COLOR_LINE |
data label color is the same as the associated plotted line's color. |
_LCH_COLOR_UNIFORM |
data label color corresponds to the DATA_LABEL_COLOR property value. |
Conditions for use |
the ACTIVATED_DATA_LABELS property value must be set to "*TRUE". |
Default value |
"_LCH_COLOR_LINE". |
Depth of the graphic (value between 0 and 200).
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the TYPE property value must be set to "LCH_3D_TYPE", and the 3D_EFFECTS property value must not be set to "_LCH_NO_EFFECT". |
Default value |
"100". |
Note: This property is not implemented by the Cloud generator.
Defines the perspective distance of the graphic in relation to the view of the user (value between 0 and 100).
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the TYPE property value must be set to "_LCH_3D_TYPE" and the 3D_EFFECTS property must be set to "_LCH_PERSPECTIVE". |
Default value |
"50". |
Note: This property is not implemented by the Cloud generator.
Color used to draw the edges of the X and Y axes.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
The TYPE property value must be set to "_LCH_3D_TYPE"; the 3D_EFFECTS property value must not be set to "_LCH_NO_EFFECT", and the THIN_EDGES property value must be set to "*FALSE". |
Default value |
"_LCH_COL_DARKGREY". |
Note: This property is not implemented by the Cloud generator.
RGB color in which the graphic's background is displayed.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_GREY" |
Indicates the style used to draw the graphic
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_NONE |
simple graphic drawing. |
_LCH_BORDER |
draws a border around the graphic. |
_LCH_DROP_SHADOW |
draws a shadow around the graphic. |
_LCH_RAISED |
graphic is given a raised 3D effect. |
_LCH_LOWERED |
graphic is given a lowered 3D effect. |
Conditions for use |
none. |
Default value |
"_LCH_NONE". |
RGB color used to draw the graphic.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_BLACK" |
Height value of the object.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"200". |
Defines how the graphical control is adjusted when the window is resized horizontally.
Adelia type |
NUM_BIN_2. |
Accessibility |
|
Layout design mode |
Read/Write. |
Execution mode |
Read/Write. |
Associated constants |
|
_LCH_ADJUST_EXPAND_WIDTH |
The control is expanded width-wise. |
_LCH_ADJUST_ALIGNED_LEFT |
The control keeps its left side alignment. |
_LCH_ADJUST_ALIGNED_RIGHT |
The control keeps its right side alignment. |
_LCH_ADJUST_ALIGNED_CENTER |
The control keeps its center alignment. |
_LCH_ADJUST_NONE |
No horizontal adjustment is applied to the control. |
Conditions for use |
This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar pane. When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified. At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted. The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored. |
Default value |
_LCH_ADJUST_EXPAND_WIDTH. |
Note: This property is not implemented in Java and Mobile generation.
Indicates whether or not the character font for the labels is in bold.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Character font used to display the labels.
Adelia type |
ALPHA(250). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"Arial". |
Indicates whether or not the character font used for the labels is in italics.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Size of the character font used to display the labels, expressed as a percentage.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"100". |
Type of the X-axis label values.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read. |
Associated constants |
|
_LCH_TEXT_TYPE |
label is a character string. |
_LCH_NUMERICAL_TYPE |
numeric label made up of 4 decimal figures. |
Conditions for use |
none. |
Default value |
"_LCH_TEXT_TYPE". |
Indicates whether or not the character font used for the labels is underlined.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Note: This property is not implemented by the Cloud generator.
Title located to the left of the graphic.
Adelia type |
ALPHA(80). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"Left-hand title". |
Color used to draw the background for the left-hand title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_GREY". |
Position of the left-hand title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_POSITION_HORIZ |
the title text will run horizontally. |
_LCH_POSITION_TOP |
the title text will run vertically upwards. |
_LCH_POSITION_BOTTOM |
the title text will run vertically downwards. |
Conditions for use |
none. |
Default value |
"_LCH_POSITION_HORIZ". |
Shows the style used to draw the left-hand title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_NONE |
simple left title drawing. |
_LCH_BORDER |
draws a border around the left title. |
_LCH_DROP_SHADOW |
draws a shadow around the left title. |
_LCH_RAISED |
the left title is given a raised 3D effect. |
_LCH_LOWERED |
the left title is given a lowered 3D effect. |
Conditions for use |
none. |
Default value |
"_LCH_NONE". |
Color used to draw the left-hand title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_BLACK". |
Color used to draw the background for the legends.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_GREY". |
Indicates whether or not the character font for the legends is in bold.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Character font used to display the legends.
Adelia type |
ALPHA(250). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"Arial". |
Indicates whether or not the character font used for the legends is in italics.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Sets the position of the legends relative to the graphic.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_TOP |
the legends will be displayed above the graphic. |
_LCH_RIGHT |
the legends will be displayed to the right of the graphic. |
_LCH_BOTTOM |
the legends will be displayed below the graphic. |
_LCH_LEFT |
the legends will be displayed to the left of the graphic. |
Conditions for use |
none. |
Default value |
"_LCH_RIGHT". |
Size of the character font used to display the legends, expressed as a percentage.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"100". |
Shows the style used to draw the legends.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_NONE |
simple legend drawing. |
_LCH_BORDER |
draws a border around the legends. |
_LCH_DROP_SHADOW |
draws a shadow around the legends. |
_LCH_RAISED |
legends are given a raised 3D effect. |
_LCH_LOWERED |
legends are given a lowered 3D effect. |
Conditions for use |
none. |
Default value |
"_LCH_NONE". |
Color used to draw the legends.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_BLACK". |
Indicates whether or not the character font used for the legends is underlined.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Draws a line between each point on a line chart.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Lets you set an axis with a logarithmic scale.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read. |
Associated constants |
|
_LCH_LOG_AXIS_NONE |
no logarithmic axis. |
_LCH_LOG_X_AXIS |
logarithmic X axis. |
_LCH_LOG_Y_AXIS |
logarithmic Y axis. |
_LCH_LOG_X_AND_Y_AXES |
logarithmic X and Y axes. |
Conditions for use |
the TYPE property value must be set to "_LCH_2D_TYPE"; to make full use of the modes _LCH_LOG_X_AXIS and _LCH_LOG_X_AND_Y_AXES you should also set the LABEL_TYPE property value to "_LCH_NUMERICAL_TYPE". |
Default value |
"_LCH_LOG_AXIS_NONE". |
Main title of the graphic, located above it and centered.
Adelia type |
ALPHA(80). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"Main title". |
Color used to draw the background for the main title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_GREY". |
Indicates whether or not the character font for the main title is in bold.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Character font used to display the graphic's main title.
Adelia type |
ALPHA(250). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"Arial". |
Indicates whether or not the character font used for the main title is in italics.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Size of the character font used to display the main title. expressed as a percentage.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"100". |
Shows the style used to draw the main title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_NONE |
simple main title drawing. |
_LCH_BORDER |
draws a border around the main title. |
_LCH_DROP_SHADOW |
draws a shadow around the main title. |
_LCH_RAISED |
the main title is given a raised 3D effect. |
_LCH_LOWERED |
the main title is given a lowered 3D effect. |
Conditions for use |
none. |
Default value |
"_LCH_NONE". |
Color used to draw the main title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_BLACK". |
Indicates whether or not the character font used for the main title is underlined.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Sets the style used for the marks on the X and Y axes.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_MARKS_STYLE_CROSS |
the marks cross the axes. |
_LCH_MARKS_STYLE_INSIDE |
the marks are inside the axes. |
_LCH_MARKS_STYLE_OUTSIDE |
the marks are outside the axes. |
Conditions for use |
the TYPE property value must be set to "_LCH_2D_TYPE". |
Default value |
"_LCH_MARKS_STYLE_CROSS". |
Static name of the object.
Adelia type |
ALPHA(128). |
Accessibility |
|
Layout design mode |
Read/Write. |
Execution mode |
Read. |
Associated constants |
None. |
Conditions for use |
None. |
Default value |
Prefix of the basic object. |
Indicates whether or not the character font for the other titles (right-hand, left-hand and bottom tiles) is in bold.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Character font used to display the other titles on the graphic (right-hand, left-hand and bottom titles).
Adelia type |
ALPHA(250). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"Arial". |
Indicates whether or not the character font used for the other titles (right-hand, left-hand and bottom tiles) is in italics.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Size of the character font used to display the other titles, expressed as a percentage.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"100". |
Indicates whether or not the character font used for the other titles is underlined.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Number of the point associated with the line chart clicked upon by the user. Points are numbered from 1 to n, where n is the total number of points.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
No. |
Execution mode |
Read. |
Associated constants |
none. |
Conditions for use |
the value in POINT_CLICK will only be valid if the user has clicked inside a plotted line on the graphic. |
Default value |
"0". |
Title located to the right of the graphic.
Adelia type |
ALPHA(80). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"Right-hand title". |
Color used to draw the background for the right-hand title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_GREY". |
Position of the right-hand title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_POSITION_HORIZ |
the title text will run horizontally. |
_LCH_POSITION_TOP |
the title text will run vertically upwards. |
_LCH_POSITION_BOTTOM |
the title text will run vertically downwards. |
Conditions for use |
none. |
Default value |
"_LCH_POSITION_HORIZ". |
Shows the style used to draw the right-hand title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_NONE |
simple right title drawing. |
_LCH_BORDER |
draws a border around the right title. |
_LCH_DROP_SHADOW |
draws a shadow around the right title. |
_LCH_RAISED |
the right title is given a raised 3D effect. |
_LCH_LOWERED |
the right title is given a lowered 3D effect. |
Conditions for use |
none. |
Default value |
"_LCH_NONE". |
Color used to draw the right-hand title.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
None. |
Default value |
"_LCH_COL_BLACK". |
Indicates the graphic's angle of horizontal rotation (value between - and +).
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the TYPE property value must be set to "LCH_3D_TYPE", and the 3D_EFFECTS property value must not be set to "_LCH_NO_EFFECT". |
Default value |
"30". |
Note: This property is not implemented by the Cloud generator.
Shows the X-axis grid.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Shows the labels associated with the X-axis, next to each series of plotted lines.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*TRUE". |
Displays the marks on the X-axis (dashes used to gauge the axis).
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*TRUE". |
Shows the Y-axis grid.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Shows the labels associated with the Y-axis, next to each mark.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*TRUE". |
Displays the marks on the Y-axis (dashes used to gauge the axis).
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*TRUE". |
Vertical inclination of the graphic (value between -60 and +90).
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the TYPE property value must be set to "_LCH_3D_TYPE" and the 3D_EFFECTS property value must not be set to "_LCH_NO_EFFECT". |
Default value |
"0". |
Note: This property is not implemented by the Cloud generator.
Frequency at which labels are displayed on the X-axis.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the LABEL_TYPE property value must be set to "LCH_TEXT_TYPE". |
Default value |
"1". |
Note: This property is not implemented by the Cloud generator.
Frequency at which marks are displayed on the X-axis.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the SHOW_X_MARKERS property value must be set to "*TRUE", and the LABEL_TYPE property value must be set to "LCH_TEXT_TYPE". |
Default value |
"1". |
Note: This property is not implemented by the Cloud generator.
Represents each point on a line chart by a symbol. Each plotted line will have a different symbol.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Indicates whether or not the planes on the X and Y axes have thin edges.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the TYPE property value must be set to "_LCH_3D_TYPE" and the 3D_EFFECTS property value must not be set to "_LCH_NO_EFFECT". |
Default value |
"*FALSE". |
Note: This property is not implemented by the Cloud generator.
Used to set whether the graphic is to appear in 2D or 3D.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_2D_TYPE |
the object will be drawn in 2 dimensions. |
_LCH_3D_TYPE |
the object will be drawn in 3 dimensions. |
Conditions for use |
none. |
Default value |
"_LCH_2D_TYPE". |
Defines how the graphical control is adjusted when the window is resized vertically.
Adelia type |
NUM_BIN_2. |
Accessibility |
|
Layout design mode |
Read/Write. |
Execution mode |
Read/Write. |
Associated constants |
|
_LCH_ADJUST_EXPAND_HEIGHT |
The control is extended height-wise. |
_LCH_ADJUST_ALIGNED_TOP |
The control keeps its top side alignment. |
_LCH_ADJUST_ALIGNED_BOTTOM |
The control keeps its bottom side alignment. |
_LCH_ADJUST_ALIGNED_CENTER |
The control keeps its center alignment. |
_LCH_ADJUST_NONE |
No vertical adjustment is applied to the control. |
Conditions for use |
This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar pane. When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified. At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted. The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored. |
Default value |
_LCH_ADJUST_EXPAND_HEIGHT. |
Note: This property is not implemented in Java and Mobile generation.
Visibility of the object.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*TRUE". |
Color used to draw the planes representing the X and Y axes.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
The TYPE property value must be set to "_LCH_3D_TYPE", and the 3D_EFFECTS property value must not be set to "_LCH_NO_EFFECT". |
Default value |
"_LCH_COL_DARKGREY". |
Note: This property is not implemented by the Cloud generator.
Width value of the object.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"300". |
Displays secondary markers (smaller intermediate marks, that let the user gauge the X-axis more accurately).
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the SHOW_X_MARKERS property value must be set to "*TRUE". |
Default value |
"*FALSE". |
RGB color used to draw the lines for the X-axis grid.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_COL_BLACK |
"black" color |
_LCH_COL_BLUE |
"blue" color |
_LCH_COL_CYAN |
"cyan" color |
_LCH_COL_GREEN |
"green" color |
_LCH_COL_MAGENTA |
"magenta" color |
_LCH_COL_RED |
"red" color |
_LCH_COL_WHITE |
"white" color |
_LCH_COL_YELLOW |
"yellow" color |
_LCH_COL_DARKBLUE |
"dark blue" color |
_LCH_COL_DARKCYAN |
"dark cyan" color |
_LCH_COL_DARKGREEN |
"dark green" color |
_LCH_COL_PURPLE |
"purple" color |
_LCH_COL_DARKRED |
"dark red" color |
_LCH_COL_DARKYELLOW |
"dark yellow" color |
_LCH_COL_DARKGREY |
"dark grey" color |
_LCH_COL_GREY |
"grey" color |
Conditions for use |
The SHOW_X_GRID property value must be set to "*TRUE". |
Default value |
"_LCH_COL_BLACK". |
Sets the pattern used to draw the grid.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_GRID_LINE_SOLID |
the grid lines will be unbroken, |
_LCH_GRID_LINE_DASH |
the grid lines will be drawn using dashes. |
_LCH_GRID_LINE_DOT |
the grid lines will be drawn using dots. |
_LCH_GRID_LINE_DASH_DOT |
the grid lines will be drawn using a series of dashes each followed by a dot. |
_LCH_GRID_LINE_DASH_DOT_DOT |
the grid lines will be drawn using a series of dashes each followed by two dots. |
_LCH_NO_GRID_LINE |
the grid lines will not be visible. |
Conditions for use |
the SHOW_X_GRID property value must be set to "*TRUE". |
Default value |
"_LCH_GRID_LINE_SOLID". |
Value of the upper limit in the X-axis range.
Adelia type |
NUM_E(15,9). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the LABEL_TYPE property value must be set to "_LCH_NUMERICAL_TYPE" and the X-SCALE property value must be set to "_LCH_USER_SCALE". |
Default value |
"0.0". |
Value of the lower limit in the X-axis range.
Adelia type |
NUM_E(15,9). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the LABEL_TYPE property value must be set to "_LCH_NUMERICAL_TYPE" and the X_SCALE prope rty value must be set to "_LCH_USER_SCALE". |
Default value |
"0.0". |
Indicates the position of the X-axis.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_X_POSITION_VARIABLE |
the position of the X-axis will be calculated automatically according to the point values: - if all the points have positive values, the X-axis will lie below the plotted lines; - if all the points have negative values, the X-axis will lie above the plotted lines; - if there are both positive and negative points, the X-axis will lie in the middle of the plotted lines. |
_LCH_X_POSITION_TOP |
the X-axis will lie above the plotted lines, |
_LCH_X_POSITION_BOTTOM |
the X-axis will lie below the plotted lines. |
Conditions for use |
the TYPE property value must be set to "_LCH_2D_TYPE". |
Default value |
"_LCH_POSITION_VARIABLE". |
Sets the origin and scale for the X-axis. If the scale is variable, the origin will be calculated using the values of the points on the X-axis. If the scale is user-defined, the user must complete the properties X_MAX_SCALE, X_MIN_SCALE and X_SCALE_NB_MARKS.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants | |
_LCH_ZERO_SCALE |
The scale will be automatically calculated to encompass all the point values; the resulting range will in all cases include the value "0". |
_LCH_VARIABLE_SCALE |
The scale will be automatically calculated to encompass all the point values; the resulting range will not necessarily contain the value "0" if the points given are close enough together. |
_LCH_USER_SCALE |
The scale will be set by the user; if the value of any of the points lies outside this range, the associated plotted line will be drawn, but truncated. |
Conditions for use |
The LABEL_TYPE property value must be set to "_LCH_NUMERICAL_TYPE". |
Default value |
"_LCH_ZERO_SCALE". |
Interval set on the X-axis.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the X_SCALE property value must be set to "_LCH_USER_SCALE". |
Default value |
"1". |
Note: This property is not implemented by the Cloud generator.
Indicates whether or not the labels on the X-axis are vertical.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
X coordinate value of the object's position relative to the area covered by the window, page or pane.
The reference point (origin) is the top left corner of the object.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
none. |
Draws a line running from each point to the X-axis.
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
"*FALSE". |
Displays secondary markers (smaller intermediate marks, that let the user gauge the Y-axis more accurately).
Adelia type |
BOOL. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
The SHOW_Y_MARKERS property value must be set to "*TRUE". |
Default value |
"*FALSE". |
Defines the error bar for each plotted line on the Y-axis (threshold that can be imposed for a value).
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_NO_ERROR_BAR |
no error bar will be displayed. |
_LCH_SET_VALUE |
the error bar will take the value of the Y_ERROR_VALUE property. |
_LCH_PERCENTAGE_VALUE |
the error bar will take a percentage value of the Y_ERROR_VALUE property. |
_LCH_STANDARD_DEVIATION |
the error bar will take the value of the standard deviation of the values of all the points, once multiplied by the value of the Y_ERROR_VALUE property. |
_LCH_STANDARD_ERROR |
the error bar will take the standard error value. |
_LCH_DEFINED_ERROR |
the error bar will be defined by the user when the DEFINE_DATA method is called. |
Conditions for use |
the TYPE property value must be set to "_LCH_2D_TYPE". |
Default value |
"_LCH_NO_ERROR_BAR". |
Value used to calculate the error bar on the Y-axis.
Adelia type |
NUM_E(15,9). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
None. |
Conditions for use |
The TYPE property value must be set to "_LCH_2D_TYPE", and the Y_ERROR_BAR property value must be set to - "_LCH_SET_VALUE", or - "_LCH_PERCENTAGE_VALUE", or - "_LCH_STANDARD_DEVIATION". |
Default value |
"0.0". |
Value of the upper limit in the Y-axis range.
Adelia type |
NUM_E(15,9). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the Y_SCALE property value must be set to "_LCH_USER_SCALE". |
Default value |
"0.0". |
Value of the lower limit in the Y-axis range.
Adelia type |
NUM_E(15,9). |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the Y_SCALE property value must be set to "_LCH_USER_SCALE". |
Default value |
"0.0". |
Shows the threshold range for the error bar values.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_NEG_POS |
both the positive and negative sections of the error bars will be displayed. |
_LCH_NEG_ONLY |
only the negative section of the error bars will be displayed. |
_LCH_POS_ONLY |
only the positive section of the error bars will be displayed. |
Conditions for use |
the TYPE property value must be set to "_LCH_2D_TYPE" and the Y_ERROR_BAR property value must not be set to "_LCH_NO_ERROR_BAR". |
Default value |
"_LCH_NEG_POS". |
Indicates the position of the Y-axis.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
|
_LCH_Y_POSITION_LEFT |
the Y-axis lies to the left of the plotted lines. |
_LCH_Y_POSITION_RIGHT |
the Y-axis lies to the right of the plotted lines. |
Conditions for use |
the TYPE property value must be set to "_LCH_2D_TYPE". |
Default value |
"_LCH_Y_POSITION_LEFT". |
Sets the origin and scale for the Y-axis. If the scale is variable, the origin will be calculated using the values of the points on the Y-axis. If the scale is user-defined, the user must complete the properties Y_MAX_SCALE, Y_MIN_SCALE and Y_SCALE_NB_MARKS.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants | |
_LCH_ZERO_SCALE |
The scale will be automatically calculated to encompass all the point values; the resulting range will in all cases include the value "0". |
_LCH_VARIABLE_SCALE |
The scale will be automatically calculated to encompass all the point values; the resulting range will not necessarily contain the value "0" if the points given are close enough together. |
_LCH_USER_SCALE |
The scale will be set by the user; if the value of any of the points lies outside this range, the associated plotted line will be drawn, but truncated. |
Conditions for use |
None. |
Default value |
"_LCH_ZERO_SCALE". |
Interval set on the Y-axis.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the Y_SCALE property value must be set to "_LCH_USER_SCALE". |
Default value |
"1". |
Note: This property is not implemented by the Cloud generator.
Y coordinate value of the object's position relative to the area covered by the window, page or pane. The reference point (origin) is the top left-hand corner of the object.
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
none. |
Default value |
none. |
Distance on the Z-axis between each series of plotted lines (value between 0 and 95).
Adelia type |
NUM_BIN_4. |
Accessibility |
|
Layout design mode |
Read / Write. |
Execution mode |
Read / Write. |
Associated constants |
none. |
Conditions for use |
the TYPE property value must be set to "_LCH_3D_TYPE" and the 3D_EFFECTS property value must not be set to "_LCH_NO_EFFECT". |
Default value |
"20". |
Note: This property is not implemented by the Cloud generator.