<dvt:referenceObjectSet>

referenceObjectSet reference object set


referenceObjectSetタグは、特定のグラフの参照オブジェクトを数に制限なくラップする場合に使用します。

他のタグとの関係

referenceObjectSetタグは、詳細グラフ、areaGraph、barGraph、bubbleGraph、comboGraph、dualYBarGraph、dualYComboGraph、dualYLineGraph、horizontalBarGraph、horizontalStackedBarGraph、paretoGraph、lineGraph、radarGraph、scatterGraph、stackedBarGraph、stockCandleGraph、stockGraphのいずれかのコンポーネントの子である必要があります。

referenceObjectSetタグの子として使用できるタグはreferenceObjectです。

次の例は、referenceObjectsetタグを含むXMLを示しています。この例では、8個の参照オブジェクトをラップすることを指定しています。

        <dvt:graph value = "#{sampleGraph.graphDataModel}" graphType="BAR_VERT_CLUST2Y" 
                      imageType="IMAGE_TYPE_SVG"  stylePath="/oracle/dss/graph/styles/april.xml" 
                      y1ReferenceObjectDisplay="RO_DISPLAY_AUTOMATIC" y2ReferenceObjectDisplay="RO_DISPLAY_AUTOMATIC"
                      seriesReferenceObjectDisplay="RO_DISPLAY_AUTOMATIC">
            <dvt:referenceObjectSet>
<dvt:referenceObject index="1" type="RO_AREA" association="Y1AXIS" location="RO_BACK" color="#55FF0000" lowValue="0" highValue="4000"/> <dvt:referenceObject index="2" type="RO_AREA" association="Y1AXIS" location="RO_BACK" color="#55FFFF00" lowValue="4000" highValue="10000"/> <dvt:referenceObject index="3" type="RO_AREA" association="Y1AXIS" location="RO_BACK" color="#5500FF00" lowValue="10000" highValue="18000"/> <dvt:referenceObject index="4" type="RO_AREA" association="Y2AXIS" location="RO_FRONT" color="#550000FF" lowValue="300" highValue="700"/> <dvt:referenceObject index="5" type="RO_LINE" association="SERIES" series="0" location="RO_FRONT" color="#ffff66" lineValue="5000" lineWidth="3" lineStyle="LS_SOLID"/> <dvt:referenceObject index="6" type="RO_LINE" association="SERIES" series="0" location="RO_FRONT" color="#ffff66" lineValue="16730" lineWidth="3" lineStyle="LS_SOLID"/> <dvt:referenceObject index="7" type="RO_LINE" association="SERIES" series="1" location="RO_BACK" color="#99cc66" lineValue="500" lineWidth="3" lineStyle="LS_SOLID"/> <dvt:referenceObject index="8" type="RO_LINE" association="SERIES" series="1" location="RO_BACK" color="#99cc66" lineValue="1711" lineWidth="3" lineStyle="LS_SOLID"/> </dvt:referenceObjectSet> </dvt:graph>

属性

名前 ELのサポート 説明
id java.lang.String なし コンポーネントの識別子を指定します
referenceObjectMap java.util.Map なし referenceObject子コンポーネントが含まれるマップを指定します。