TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart >

 

Method

<< Click to Display Table of Contents >>

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart >

 

Method

 

 

Name

Description

GetBand

Gets the band having a gantt chart.

GetComponentByName

Gets the component of the given name.

GetDataSetAVG

Gets the average from the given field.

GetDataSetCNT

Gets the number of dataset rows.

GetDataSetFREQ

Gets the occurrence count of the given value from the given field.

GetDataSetMAX

Gets the maximum value from the given field.

GetDataSetMIN

Gets the minimum value from the given field.

GetDataSetName

Gets the dataset name.

GetDataSetRowCount

Gets the number of total rows of the given data set.

GetDataSetRowIndex

Gets the cursor index of the current row.

GetDataSetSUM

Gets the sum from the given field.

GetDataSetValue

Gets the data value of the given field.

GetHeight

Gets the height.

GetLeft

Gets the left position.

GetName

Gets the name.

GetODIName

Gets the ODI name.

GetParent

Gets the parent component.

GetReport

Gets the current report component.

GetReportTemplate

Gets the report template.

GetTop

Gets the top position.

GetUserValue

Gets the user defined value.

IsDataSetLastRow

Indicates whether the current row cursor is on the last of the dataset.

IsDataSetValueNull

Indicates whether the field value is null.

IsFixRowPivot

Indicates whether the pivot row is fixed or not.

IsFixTitle

Indicates whether the header is fixed or not.

SetFixRowPivot

Sets whether the pivot row is fixed or not.

SetFixTitle

Sets whether the header is fixed or not.

SetHeight

Sets the height.

SetLeft

Sets the left position.

SetTop

Sets the top position.

SetUserValue

Assigns a user defined value to the user value.