IChartDateAxisSettings.CategoryPointCollapse

Syntax

CategoryPointCollapse: DateCategoryPointCollapseType;

Description

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

Comments

The property is used if data needs to be aggregated from lower level to upper level. For example, the chart presents daily frequency data, axis measurement units are months. Therefore, if the Sum aggregation method is selected, daily data will be summed up for monthly frequency.

Example

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

See also:

IChartDateAxisSettings