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.2.0.1000)
Syntax
public void SetOffsetValue(
	CellsetAxis axis,
	int offset
)

Parameters

axis
Type: Dundas.BI.Data.MetadataCellsetAxis
The axis.
offset
Type: SystemInt32
The offset.
Exceptions
ExceptionCondition
ArgumentExceptionoffset or axis value is invalid.
See Also