| | Name | Value | Description | |
| |
exItemsDataSource | 0
|
Specifies the Name of the data source to load/save the rows of the host. The
DataSource(Name)/DataMember(Name) defines the data source for the Items/Columns section of the host.
| |
| |
exItemsID | 1
|
Specifies the name of the field from the items data source, that specifies the index/identifier of the row/item.
This field should be numeric and unique. The CellValue
property specifies the cell's value.
| |
| |
exItemsParentID | 2
|
Specifies the name of the field from the items data source, that specifies the index/identifier of the parent's row/item.
The ItemParent
property specifies the handle of the item's parent.
| |
| |
exItemsPosition | 3
|
Specifies the name of the field from the items data source, that specifies the position of the row/item.
If set, this field is associated with the ItemPosition
property of the Items object.
| |
| |
exItemsHeight | 4
|
Specifies the name of the field from the items data source, that specifies the height of the row/item.
If set, this field is associated with the ItemHeight
property of the Items object.
| |
| |
exItemsBackColor | 5
|
Specifies the name of the field from the items data source, that specifies the background color the row/item.
If set, this field is associated with the ItemBackColor
property of the Items object.
| |
| |
exItemsForeColor | 6
|
Specifies the name of the field from the items data source, that specifies the foreground color the
row/item. If set, this field is associated with the ItemForeColor
property of the Items object.
| |
| |
exTasksDataSource | 7
|
Specifies the Name of the data source to load/save the tasks of the host. The
DataSource(Name)/DataMember(Name) defines the data source for the Tasks/Chart section of the host.
If the DataField(exTasksDataSource) is DataField( exItemsDataSource) ( items and tasks from the same table ), only one task per
item / row is allowed.
| |
| |
exTasksItemID | 8
|
Specifies the name of the field from the tasks data source, that specifies the index/identifier of the
row/item. This field is not required if the DataField(exTasksDataSource) is
DataField( exItemsDataSource) ( items and tasks from the same table ).
| |
| |
exTasksStart | 9
|
Specifies the name of the field from the tasks data source, that specifies the start date-time of the
task. The ItemBar(,,exBarStart)
property specifies the date-start of the task.
| |
| |
exTasksEnd | 10
|
Specifies the name of the field from the tasks data source, that specifies the end date-time of the
task. The ItemBar(,,exBarEnd)
property specifies the date-end of the task.
| |
| |
exTasksName | 11
|
Specifies the name of the field from the tasks data source, that specifies the name of the
task. The ItemBar(,,exBarName)
property specifies the name of the task.
| |
| |
exTasksColor | 12
|
Specifies the name of the field from the tasks data source, that specifies the color of the task.
The ItemBar(,,exBarColor)
property specifies the color of the task.
| |
| |
exTasksCaption | 13
|
Specifies the name of the field from the tasks data source, that specifies the caption of the task.
The ItemBar(,,exBarCaption)
property specifies the caption of the task.
| |
| |
exTasksID | 14
|
Specifies the name of the field from the tasks data source, that specifies the unique key/identifier of bar inside the row/item.
The ItemBar(,,exBarKey)
property specifies the ID/Key of the task. This field should be numeric and
unique.
| |
| |
exLinksDataSource | 15
|
Specifies the Name of the data source to load/save the links of the host. The
DataSource(Name)/DataMember(Name) defines the data source for the Links/Chart section of the host.
| |
| |
exLinksStart | 16
|
Specifies the name of the field from the links data source, that specifies the start of the link.
This could be the identifier of the item / key where the link starts.
| |
| |
exLinksEnd | 17
|
Specifies the name of the field from the links data source, that specifies the end of the
link. This could be the identifier of the item / key where the link ends.
| |
| |
exLinksColor | 18
|
Specifies the name of the field from the links data source, that specifies the color of the link.
The Link(,exLinkColor)
property specifies the color of the link.
| |
| |
exLinksCaption | 19
|
Specifies the name of the field from the links data source, that specifies the caption of the
link. The Link(,exLinkText)
property specifies the caption of the link.
| |
| |
exLinksID | 20
|
Specifies the name of the field from the links data source, that specifies the unique key/identifier of the link.
This field should be numeric and unique.
| |
| |
exNotesDataSource | 21
|
Specifies the Name of the data source to load/save the notes of the host. The
DataSource(Name)/DataMember(Name) defines the data source for the Notes
collection of the host.
| |
| |
exNotesID | 22
|
Specifies the name of the field from the notes data source, that specifies the identifier of the note within the host.
This value is equivalent with the ID parameter of the Add
method of the Notes
collection. The ID
property of the Note object specifies the unique identifier of the note to be
shown on the chart. If the associated field is of Numeric type, the host
automatically prefixes the number with a "N" character, so the notes
will be serialized as "N1", "N2" and so on/. The HostDef
(exNewNoteID ) property defines the identifier of the new note to be created. This property is NOT automatically updated once the user creates a new
note, so the user is responsible with changing this value, once a new note has
been added to the chart.
| |
| |
exNotesItemID | 23
|
Specifies the name of the field from the notes data source, that specifies the index/identifier of the row/item associated with the note.
The Item
property of the Note specifies the handle of the item associated with the note.
| |
| |
exNotesKey | 24
|
Specifies the name of the field from the notes data source, that specifies the object
(date, bar) related to the note. The Key
property of the Note specifies the date or bar to be associated with the note.
The Key parameter of the Add
method of the Notes
collection specifies the DATE or the BAR to be related with the newly added
note.
| |
| |
exNotesStartCaption | 25
|
Specifies the name of the field from the notes data source, that specifies the text/caption of the start part of the note.
The PartText(exNoteStart)
property specifies the HTML caption being shown in the start part of the note.
| |
| |
exNotesEndCaption | 26
|
Specifies the name of the field from the notes data source, that specifies the text/caption of the end part of the note.
The PartText(exNoteEnd)
property specifies the HTML caption being shown in the end part of the note.
| |
| |
exNotesShowLink | 27
|
Specifies the name of the field from the notes data source, that defines the link between parts of the note.
The ShowLink
property retrieves or sets a value that indicates the link between parts of the note
| |
| |
exNotesStartCanMove | 28
|
Specifies the name of the field from the notes data source, that indicates whether the start part of the note can move.
The PartCanMove(exNoteStart)
property specifies whether the user can move the start part of the note.
| |
| |
exNotesEndCanMove | 29
|
Specifies the name of the field from the notes data source, that indicates whether the end part of the note can move.
The PartCanMove(exNoteEnd)
property specifies whether the user can move the end part of the note.
| |
| |
exNotesRelativePosition | 30
|
Specifies the name of the field from the notes data source, that defines the position of the note relative to associated object.
The RelativePosition
property specifies the position of the note relative to associated object
| |
| |
exNotesStartHOffset | 31
|
Specifies the name of the field from the notes data source, that indicates the horizontal offset to display the start part of the note.
The PartHOffset(exNoteStart)
property specifies the horizontal offset to display the start part of the note.
| |
| |
exNotesEndHOffset | 32
|
Specifies the name of the field from the notes data source, that indicates the horizontal offset to display the end part of the note.
The PartHOffset(exNoteEnd)
property specifies the horizontal offset to display the end part of the note.
| |
| |
exNotesStartVOffset | 33
|
Specifies the name of the field from the notes data source, that indicates the vertical offset to display the start part of the note.
The PartVOffset(exNoteStart)
property specifies the vertical offset to display the start part of the note.
| |
| |
exNotesEndVOffset | 34
|
Specifies the name of the field from the notes data source, that indicates the vertical offset to display the end part of the note.
The PartVOffset(exNoteEnd)
property specifies the vertical offset to display the end part of the note.
| |
| |
exNotesStartBackColor | 35
|
Specifies the name of the field from the notes data source, that defines the background color of the start part of the note.
The PartBackColor(exNoteStart)
property specifies the background color to show the start part of the note.
| |
| |
exNotesEndBackColor | 36
|
Specifies the name of the field from the notes data source, that defines the background color of the end part of the note.
The PartBackColor(exNoteEnd)
property specifies the background color to show the end part of the note.
| |
| |
exNotesStartForeColor | 37
|
Specifies the name of the field from the notes data source, that defines the foreground color of the start part of the note.
The PartForeColor(exNoteStart)
property specifies the foreground color to show the start part of the note.
| |
| |
exNotesEndForeColor | 38
|
Specifies the name of the field from the notes data source, that defines the foreground color of the end part of the note.
The PartForeColor(exNoteEnd)
property specifies the foreground color to show the end part of the note.
| |
| |
exNotesStartShadow | 39
|
Specifies the name of the field from the notes data source, that indicates whether the start part of the note shows its shadow.
The PartShadow(exNoteStart)
property specifies whether the start part of the note shows a shadow border.
| |
| |
exNotesEndShadow | 40
|
Specifies the name of the field from the notes data source, that indicates whether the end part of the note shows its shadow.
The PartShadow(exNoteEnd)
property specifies whether the end part of the note shows a shadow border.
| |
| |
exLinksStartPos | 41
|
Specifies the name of the field from the links data source, that specifies where the link starts.
The Link(exLinkStartPos)
property specifies the position where the link starts in the source item.
| |
| |
exLinksEndPos | 42
|
Specifies the name of the field from the links data source, that specifies where the link ends.
The Link(exLinkEndPos)
property specifies the position where the link ends in the target item.
| |
| |
exTasksPercent | 43
|
Specifies the name of the field from the tasks data source, that specifies the percent of the task.
The ItemBar(exBarPercent)
property specifies the percent from the original bar where the progress bar is displayed. This float value should be between 0 and 1 ( 1 means 100% ).
| |
| |
exTasksShowPercentCaption | 44
|
Specifies the name of the field from the tasks data source, that specifies whether the percent is shown on the task.
The ItemBar(exBarShowPercentCaption)
property specifies whether the percent is displayed as caption on the bar.
| |
| |
exTasksPercentCaptionFormat | 45
|
Specifies the name of the field from the tasks data source, that specifies the format to displays the percent on the task.
The ItemBar(exBarPercentCaptionFormat)
property specifies the HTML format to be displayed as percent.
| |
| |
exTasksCanResize | 46
|
Specifies the name of the field from the tasks data source, that specifies whether the task can be resized at runtime.
The ItemBar(exBarCanResize)
property specifies whether the bar can be resized.
| |
| |
exTasksCanMove | 47
|
Specifies the name of the field from the tasks data source, that specifies whether the task can be moved at runtime.
The ItemBar(exBarCanMove)
property specifies whether the bar can be moved.
| |
| |
exTasksCanMoveToAnother | 48
|
Specifies the name of the field from the tasks data source, that specifies whether the task can be moved to another item.
The ItemBar(exBarCanMoveToAnother)
property specifies whether the bar can be moved to another item.
| |
| |
exTasksPattern | 49
|
Specifies the name of the field from the tasks data source, that specifies the pattern of the task.
The ItemBar(exBarPattern)
property specifies bar's individual pattern
| |