Conditions

A column can have conditions.

Attributes

test

a logical test.

style

format a value depending on the result of the test.

Example

<moxydoc:section id=”ChartSection” type=”CHARTS”>

  <moxy:chart id="CashOnHandChart" name="Cash on hand - actual and projection">

      <moxy:title>CASH ON HAND</moxy:title>

      <moxy:subtitle>Actual and Projection</moxy:subtitle>

      <moxy:yAxis unit="Dollars" showGridLines="true"/>

      <moxy:xAxis period="MONTH" startPeriod="SOFY - 6" endPeriod="EOFY" highlightPeriod="RD"                                         showGridLines="false" />

      <moxy:series id="Cash" type="SCATTER" showHighLow="true" marker="DOT" color="#00ADEE"                           metric="ACTUAL" data="BANK" futureMetric="BUDGET" />

      <moxy:series id="Bills" type="LINE" marker="DOT" color="#FFF100" metric="ACTUAL" data="BIL"         futureMetric="BUDGET" />

      <moxy:legend id="Legend" position="TOPRIGHT" />

  </moxy:chart>

</moxydoc:section>


Click to see Comments

Help comments powered by Disqus