TIME SERIES CHART


Gráficos Líneas Tiempo Datos.

Ejemplo:

 
<coll name="ContentGraficosLineasTiempoDatos" title="GraficosLineasTiempoDatos" 
objname="graficoslineastiempodatos" updateobj="graficoslineastiempodatos" progid="ASData.CASBasicDataObj" 
sql="select t1.ID,t1.CATEGORIA,t1.VALOR,t1.COLOR, t1.PERIODO, t1.LINESERIEWIDTH from ##PREF##graficoslineastiempodatos t1">
      <group name="General" id="1">
        <prop name="CATEGORIA" type="T" chart-serie-title="true" chart-serie="true" class="classgrid" />
        <prop name="VALOR" type="N2" chart-value="true" title="Valor" width="96%" labelwidth="5" visible="4" textfont-size="8" text-align="left" text-forecolor="#666666" />
        <prop name="PERIODO" chart-date="true" type="D" title="Periodo" width="50%" labelwidth="5" visible="4" textfont-size="8" text-align="left" text-forecolor="#666666" />
        <prop name="LINESERIEWIDTH" chart-serie-line-width="true" title="Tamaño" type="N2" visible="4" width="50%" newline="false" labelwidth="5" textfont-size="8" text-align="left" text-forecolor="#666666" />
        <prop name="COLOR" type="T" chart-serie-color="true" visible="0" colorview="true" />
      </group>
    </coll>