Information Block

The example below gives XML description of the Chart information block of the Chart type.

The block is set up to use the data source that is the repository object with the 52505 key. The block monitors selection change in the block with the X3Q6TRVOX9K9DUIA identifier.

<!-- Code fragment is skipped -->
<
block name="Chart" type="Chart" key="Q1D2KY59CHHHKVXH">
  <
prop tag="name" val="Chart" />
  <
prop tag="background">
    <
prop tag="useBackground" val="1" />
    <
prop tag="backgroundColor" val="#ffffff" />

    <prop tag="useGradient" val="0" />
    <
prop tag="gradientColor" val="#C9C9C9" />
    <
prop tag="gradientAngle" val="270" />
  </
prop>
<!--
Set data source -->

  <prop tag="dataSource">
    <
prop tag="objectKey" val="52505" />
  </
prop>
<!--
Define block position in the container -->
  <
prop tag="layout">
    <
prop tag="left" val="40" />
    <
prop tag="top" val="136" />
    <
prop tag="width" val="500" />
    <
prop tag="height" val="400" />

    <prop tag="anchorTop" val="1" />
    <
prop tag="anchorBottom" val="0" />
    <
prop tag="anchorLeft" val="1" />
    <
prop tag="anchorRight" val="0" />
  </
prop>

<!-- Set block formatting -->
  <
prop tag="decor">
    <
prop tag="cornerRadius" val="5" />
    <
prop tag="useBorderRadius" val="0" />
    <
prop tag="useBorder" val="1" />
    <
prop tag="borderColor" val="#c9c9c9" />
    <
prop tag="borderWidth" val="1" />
    <
prop tag="useShadow" val="0" />
    <
prop tag="shadowColor" val="#000000" />
    <
prop tag="shadowWidth" val="8" />

    <prop tag="shadowOpacity" val="10" />
    <
prop tag="paddings">
      <
prop tag="usePaddings" val="0" />
      <
prop tag="left" val="10" />
      <
prop tag="right" val="10" />
      <
prop tag="top" val="10" />
      <
prop tag="bottom" val="10" />
    </
prop>
  </
prop>
<!--
Set block title -->

  <prop tag="blockTitle">
    <
prop tag="show" val="0" />
    <
prop tag="font">
      <
prop tag="isBold" val="1" />
      <
prop tag="isItalic" val="0" />
      <
prop tag="isUnderline" val="0" />
    </
prop>
  </
prop>
  <
prop tag="expandable" val="0" />

<!-- Set selection bus parameters -->
  <
prop tag="selectionBus">
    <
prop tag="handle" val="1" />
    <
prop tag="useRangeSel" val="1" />
    <
prop tag="params">
      <
item>

        <prop tag="handleBlockKey" val="X3Q6TRVOX9K9DUIA" />
      </
item>
    </
prop>
  </
prop>
</
block>
<!--
Code fragment is skipped -->

See also:

Examples