MeasurePlaceholderSetOffsetValue Method |
Sets the offset value, along the specified cellset axis.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic void SetOffsetValue(
CellsetAxis axis,
int offset
)
Public Sub SetOffsetValue (
axis As CellsetAxis,
offset As Integer
)
public:
void SetOffsetValue(
CellsetAxis axis,
int offset
)
member SetOffsetValue :
axis : CellsetAxis *
offset : int -> unit
Parameters
- axis
- Type: Dundas.BI.Data.MetadataCellsetAxis
The axis. - offset
- Type: SystemInt32
The offset.
Exceptions| Exception | Condition |
|---|
| ArgumentException | offset or axis value is invalid. |
See Also