when i use google example of arrayTo Data Table , this works fine. But when
i fetch my data through query the old frequent problem comes
one of the participant failed to draw and
that Invaild coumn label 'year '
I have gone through all suggestion and tried to implement , but then this
problem
DataTable dsTrendData = new DataTable();StringBuilder strScriptTrend = new
StringBuilder();
foreach (DataRow row in datatable.Rows)
{
try
{
DataColumn dc = new DataColumn("TxtTrend", typeof(String));
strScriptTrend.Append("
google.ch
i need x-axis step customized show . for example it is showing month scale
from 1, and 10 . i need to show each 2 month after x-axis
On Friday, August 8, 2014 at 5:05:53 AM UTC+5, Andrew Gallant wrote:
>
> The explorer option allows users to scroll horizontally (see my example
> above).
>
> On