Search found 8 matches

by venus
Thu Feb 23, 2012 4:06 am
Forum: .NET
Topic: Click Series Event Not Getting triggerred for WebChart
Replies: 4
Views: 5774

Re: Click Series Event Not Getting triggerred for WebChart

I have the below code. For me the Click series event is not getting triggreed. Also Scroll is not working. Plz Help. :( When i try ur code in a seperate Web Page. It works fine. I guess the problem exists with my code. public partial class Nacelle : System.Web.UI.Page { private int clickedX; private...
by venus
Tue Feb 21, 2012 11:39 am
Forum: .NET
Topic: Click Series Event Not Getting triggerred for WebChart
Replies: 4
Views: 5774

Click Series Event Not Getting triggerred for WebChart

Hi,

I am using FastLine HighSpeed Chart for Trending. The Click Series Event is not getting fired.
I need the same to display X and Y values on mouseclick of the series.
Plz Help. Its urgent.
by venus
Fri Feb 10, 2012 4:33 am
Forum: .NET
Topic: ColorLine Drag event not getting triggered
Replies: 2
Views: 3588

Re: ColorLine Drag event not getting triggered

It works well for Windows. but I need it for Web chart. Am able to add colorline tool as follows from C# WebChart1.Chart.Tools.Add(colorLine1); colorLine1.Axis = WebChart1.Chart.Axes.Bottom; colorLine1.Active = true; colorLine1.AllowDrag = true; colorLine1.Value = 100; colorLine1.Pen.Color = Color.B...
by venus
Thu Feb 09, 2012 8:27 am
Forum: .NET
Topic: ColorLine Drag event not getting triggered
Replies: 2
Views: 3588

ColorLine Drag event not getting triggered

Hi, I have drawn a line at the SeriesClick Event. Now i want to drag the color line to desired area in the chart. When i tried to do so, i ave made AllowDrag to true and used the below line of code. But the following event is not getting triggered. Plz Advice. i am using .Net 4.0 VS2010 colorLine1.D...
by venus
Tue Feb 07, 2012 12:01 pm
Forum: .NET
Topic: Delta Cursor Implementation in WebChart
Replies: 1
Views: 2688

Delta Cursor Implementation in WebChart

I want to place the mouse cursor at somewhere in the graph. A vertical line has to appear. Again i need to repeat at somewhere. Now two vertical lines appear. i need to capture the data between these two vertical lines. Please help me how can i implement this in TeeChart. As i am newbie to Teechart,...
by venus
Tue Feb 07, 2012 3:40 am
Forum: .NET
Topic: Excetion while Zooming
Replies: 3
Views: 4067

Re: Excetion while Zooming

I have fixed it somehow.Thanks for your attention.
by venus
Mon Feb 06, 2012 8:05 am
Forum: .NET
Topic: Excetion while Zooming
Replies: 3
Views: 4067

Excetion while Zooming

I am getting "Parameter is not valid." exception at the folloing line in private void CheckZoom(WebChart wChart) function.

zoomedState = ((Steema.TeeChart.Tools.ZoomTool)wChart.Chart.Tools[0]).SetCurrentZoom(Request,
zoomedState);

Please help me on this.
by venus
Fri Feb 03, 2012 9:16 am
Forum: .NET
Topic: where do i find TeeCharts Program group?
Replies: 1
Views: 2713

where do i find TeeCharts Program group?

where do i find TeeCharts Program group