Data |
public DataRegionNumericRange( string measureUniqueName, Number minimumValue, Number maximumValue )
| Exception | Condition |
|---|---|
| ArgumentNullException | measureUniqueName is . |
| ArgumentException | The maximumValue value is smaller or equal with the minimumValue value. |