IChartDateAxisSettings.CategoryPointCollapse

Syntax

CategoryPointCollapse: DateCategoryPointCollapseType;

Description

The CategoryPointCollapse property determines a method of aggregation in the dates axis.

Comments

The property is used if it is required to aggregate data from the lower level to the upper one. For example, the chart presents daily frequency data, axis measurement units are months. Thus, if the Sum aggregation method is used, daily data is summed for monthly frequency.

Example

The property use is given in the example for IChartDateAxisSettings.Max.

See also:

IChartDateAxisSettings