Property Getters/Setters Summary | ||
---|---|---|
method | getBy() | |
Represents the interval object for the group range. | ||
method | getEnd() | |
Represents the end object for the group range. | ||
method | getGroupByTypes() | |
Represents the group type for the group range. rangeofvalue Seconds Minutes Hours Days Months Quarters Years | ||
method | isAutoEnd() | |
Specifies a boolean value that indicates whether the application will use the source data to set the endding range value. | ||
method | isAutoStart() | |
Specifies a boolean value that indicates whether the application will use the source data to set the beginning range value. | ||
method | getStart() | |
Represents the start object for the group range. |
Property Getters/Setters Detail |
---|
isAutoStart : Object | |
Object isAutoStart() |
isAutoEnd : Object | |
Object isAutoEnd() |
getStart : Object | |
Object getStart() |
getEnd : Object | |
Object getEnd() |
getBy : Object | |
Object getBy() |
getGroupByTypes : boolean[] | |
boolean[] getGroupByTypes() |