MeasurePlaceholderSetOffsetValue Method |
Sets the offset value, along the specified cellset axis.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
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 CellsetAxis
- The axis.
- offset Int32
- The offset.
Exceptions
See Also