Search found 3 matches

by jnair
Mon Jun 08, 2015 10:35 am
Forum: .NET
Topic: Disable Postback at the zoom of chart.
Replies: 6
Views: 12046

Re: Disable Postback at the zoom of chart.

Hi Ashutosh, I found the resolution to disable postback with NoClickPostBack = true property not disabling your post back issue. you should be adding zoom tool to series when a session is null (Like, if (Session["ch1"]==null){}). There is an else condition for this Session is not NULL else//if (Sess...
by jnair
Wed Apr 29, 2015 7:15 am
Forum: .NET
Topic: Click events in asp.net web application
Replies: 2
Views: 11580

Click events in asp.net web application

Hi Team,

We need to perform click events on our teechart graphs in web applications(.aspx pages), please let us know how can we perform this, below are the details


Teechart graph version : 3, 2, 3016, 15521
type of graph: Line graph
.NET framework : 2.0
by jnair
Fri Aug 31, 2012 11:11 am
Forum: .NET
Topic: Access Webchart from javascript
Replies: 1
Views: 3591

Access Webchart from javascript

Hi,
Can someone help in accessing the webchart from javascript and disable one of its series.
Objective is to show/hide the series in client side