getCurrentDataGroupingInterval() Method

Description

Gets current data grouping information.

Parameters

None

Returns

Object with the following fields:

Possible unit identifiers are: "None", "Year", "Semester", "Quarter", "Month", "ThirdOfMonth", "Week", "Day", "Hour", "Minute", "Second" and "Millisecond".

Note: The return value may be null if the method is called while the component is not drawn yet. To avoid this case you should call this method only after onChartDraw event is raised.

Samples

Online HTML/JavaScript Sample

See also

None

to top