<ruleGroup name="Overriden for specific dashboard instances">
    <rule name="X Off Set">
        <targets>
            <target>/geneos/gateway/directory/probe/managedEntity/sampler[(@type=&quot;&quot;)][(param(&quot;Group&quot;)=&quot;Expanding Shape Driver V1&quot;)]/dataview[(@name=&quot;Some Dataview&quot;)]/headlines/cell[(@name=&quot;Xoffset&quot;)]</target>
        </targets>
        <priority>999</priority>
        <block>
            <transaction>
                <update>
                    <property>@value</property>
                    <integer>150</integer>
                </update>
            </transaction>
        </block>
    </rule>
    <rule name="Y Off Set">
        <targets>
            <target>/geneos/gateway/directory/probe/managedEntity/sampler[(@type=&quot;&quot;)][(param(&quot;Group&quot;)=&quot;Expanding Shape Driver V1&quot;)]/dataview[(@name=&quot;Some Dataview&quot;)]/headlines/cell[(@name=&quot;Yoffset&quot;)]</target>
        </targets>
        <priority>999</priority>
        <block>
            <transaction>
                <update>
                    <property>@value</property>
                    <integer>150</integer>
                </update>
            </transaction>
        </block>
    </rule>
</ruleGroup>