[]
        
(Showing Draft Content)

C1.PivotEngine.RangeInfo

RangeInfo Class

Inheritance
RangeInfo
Namespace: C1.PivotEngine
Assembly: C1.PivotEngine.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RangeInfo : IRangeInfo, INotifyPropertyChanged

Properties

Name Description
FiscalYearFirstMonth

Gets or sets the number of the first month for the fiscal year.

FiscalYearShift

Gets or sets the shift for the Fiscal year.

Format

The format string to format range values.

IsActive

True if ranges is active.

NumericStep

A value to combine numeric field values into ranges.

RangeType

The type of the Range.

Methods

Name Description
GetFiscalMonthRange(object, int, int, string)

Returns month year by given value of DateTime type.

GetFiscalYearRange(object, int, int, string)

Returns fiscal year by given value of DateTime type.

GetQuarterRange(object, int)

Returns week of fiscal quarter by given value of DateTime type.

GetRange(object)

Returns range for a given value.

GetWeekRange(object)

Returns week of year by given value of DateTime type.

GetWeekRange(object, int)

Returns week of fiscal year by given value of DateTime type.

ReadXml(XmlReader)

Reads a range from Xml.

WriteXml(XmlWriter)

Persist range to Xml.

Events

Name Description
CustomRange

Event that allows combining the field's data into custom intervals.

PropertyChanged

Occurs when a property value changes.

Operators

Name Description
implicit operator RangeInfo(RangeInfo)