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 (24.3.0.1000)
Syntax public 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 See Also