MX-Frame Library Send comments on this topic.
IntervalSize
See Also
MX-Developer > User Interface - MxPart > Controls > Pivot > Pivot Field Properties > IntervalSize

Glossary Item Box

Defines the size of the interval.

Remarks

Property specifies the size of the interval which is defined with property GroupInterval. Interval size is usually used when trying to group values of numeric data type.

It can be however used also with DateTime data type values. In order to present only the date part of the DateTime values set GroupInterval property to Date and IntervalSize to 1. This way each day will be presented in its own group.

The default value for this property is 10.

Example (MxSpace)

To see the defined IntervalSize property on a pivot field open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click WorkOrderAnalysisPart.cs. Click the pivot control and run its designer. Field StartDate has IntervalSize property set to 10.

To define IntervalSize property

  1. In Solution Explorer open MxPart component (WorkOrderAnalysisPart) which contains Pivot control.
  2. Right click the control and select option Run Designer.
  3. Select the desired field (StartDate) in Pivot Fields section. 
  4. Set the desired value (10) for property IntervalSize

See Also

©2009 Metronik. All Rights Reserved.