Dear All,<br><br>&nbsp; I am developing an web application based on C# asp.net.I have one requirement that is generating Pie Charts.I have done same with using mapfile .it is working fine.What i need is Mapserver does any class for work with chart(pie or bar) Like layerObject for Layer and mapObj for map etc.<br>
<br>&nbsp; Please any one can help me.I am waiting for your great response.<br><br>Advanced Thanks<br><br>Regards<br>Venkat.<br><br>Here&nbsp; is example&nbsp; is working fine :-<br>LAYER<br>&nbsp;&nbsp;&nbsp; NAME &quot;Papulation&quot;<br>&nbsp;&nbsp;&nbsp; TYPE CHART<br>
&nbsp;&nbsp;&nbsp; CONNECTIONTYPE POSTGIS<br>&nbsp;&nbsp;&nbsp; CONNECTION &quot;host=localhost dbname=GIS password=administrator user=postgres port=5432&quot;<br>&nbsp;&nbsp;&nbsp; DATA &quot;the_geom from world&quot;<br>&nbsp;&nbsp;&nbsp; PROCESSING &quot;CHART_TYPE=pie&quot;<br>
&nbsp;&nbsp;&nbsp; PROCESSING &quot;CHART_SIZE=30&quot;<br>&nbsp;&nbsp;&nbsp; STATUS ON<br><br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME &quot;Population Age 0-19&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE [3000]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 125 147 225<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; CLASS<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME &quot;Population Age 20-39&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE [4000]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 197 0 255<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME &quot;Population Age 40-59&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE [5000]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 197 255<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END <br>END<br><br>