how to use the charts(gauge and dashboard)

  1. #1

    how declare property MODEL in ext.net

    I am using the sample charts, and I can not run the application it tells me the model element is not known. I leave the code here

    <ext:Store
    ID="CompanyStore"
    runat="server"
    Data="<%# Data %>"
    AutoDataBind="true">
    <Model>
    <ext:Model id=model runat="server">
    <Fields>
    <ext:ModelField Name="company" Mapping="Company" />
    <ext:ModelField Name="price" Mapping="Price" Type="Float" />
    <ext:ModelField Name="revenue" Mapping="Revenue" Type="Float" />
    <ext:ModelField Name="growth" Mapping="Growth" Type="Float" />
    <ext:ModelField Name="product" Mapping="Product" Type="Float" />
    <ext:ModelField Name="market" Mapping="Market" Type="Float" />
    </Fields>
    </ext:Model>
    </Model>
    </ext:Store>
    I must do to be able to use the model element

    thanks
    Last edited by Darkizza; May 04, 2012 at 2:51 PM.
  2. #2

    Chart tutorial for 2.x

    I'm also looking for such tutorial...

    Quote Originally Posted by Darkizza View Post
    I am using the sample charts, and I can not run the application it tells me the model element is not known. I leave the code here


    I must do to be able to use the model element

    thanks

Similar Threads

  1. Replies: 0
    Last Post: Jul 17, 2012, 1:35 AM
  2. On the ext.net v2.x gauge chart problems
    By huidesy in forum 2.x Help
    Replies: 8
    Last Post: Jul 05, 2012, 8:07 PM
  3. [Gauge] Minimum not correct when built in code behind.
    By joris.moonen in forum 2.x Help
    Replies: 0
    Last Post: May 10, 2012, 10:08 AM
  4. Google gauge and Ext.Net
    By UserClarion in forum 1.x Help
    Replies: 2
    Last Post: Dec 22, 2011, 2:13 PM

Tags for this Thread

Posting Permissions