Search found 34 matches

by glikoz
Fri Mar 10, 2006 12:20 pm
Forum: .NET
Topic: Adjust Right Axes based on data
Replies: 26
Views: 38133

It couldnt solve

I want to talk about program you sent .. Please First Set MovingAverage's period property to 9. it is first looking to graphic : http://www.socceranalyse.com/Stuff/Scaling1.jpg And we are zooming as you can see below :(Please attention ..Mouse's vertical position) http://www.socceranalyse.com/Stuff/...
by glikoz
Wed Mar 08, 2006 4:25 pm
Forum: .NET
Topic: Adjust Right Axes based on data
Replies: 26
Views: 38133

Thx Narcis ...I got it ..I will post problem as complete solution to you until Friday ..I will send project to you as VS 2005 project ..I hope its not a problem for you ..

Best Regards ..
by glikoz
Tue Mar 07, 2006 4:58 pm
Forum: .NET
Topic: Adjust Right Axes based on data
Replies: 26
Views: 38133

Narcis i can understand all of your suggestions but they dont solve my problem ..Please could you follow tutorial in my last post ?
by glikoz
Tue Mar 07, 2006 3:17 pm
Forum: .NET
Topic: Adjust Right Axes based on data
Replies: 26
Views: 38133

I mean that function (no pixels) : Line.GetYValueOfLine(object XValueOfLine) ... I try to communicate again (last one :) ) from starting point 1- Open TeeChart Examples.csproj... 2- Go Function_CCI.cs 3- Add this code to constructor of form (public Function_CCI()) this.tChart1.Zoom.Direction = teema...
by glikoz
Tue Mar 07, 2006 2:46 pm
Forum: .NET
Topic: Adjust Right Axes based on data
Replies: 26
Views: 38133

Vertical position of Mouse is not important for Horizontal Zoom .When developer chooses Horizontal it means that "We ignore vertical position of mouse and all of the area will be zoomed between horizontal projection .." When user wants to zoom between two dates we show him/her what he/she could see ...
by glikoz
Tue Mar 07, 2006 12:28 pm
Forum: .NET
Topic: Adjust Right Axes based on data
Replies: 26
Views: 38133

this.Zoom.Direction = ZoomDirections.Horizontal

How could you use Zoom.y0 to calculate maximum value of moving average ?
by glikoz
Mon Mar 06, 2006 12:59 pm
Forum: .NET
Topic: Adjust Right Axes based on data
Replies: 26
Views: 38133

I try to make "Adjust Scaling " same as in this topic, but it is more complex because of Many Functions :) For our sample graph ; For sample zoom; First Custom Vertical Axis's maximum must be equal about 43000 Firts Custom Vertical Axis's minimum must be equal 0 15.1.1998 is first value of 2nd Funct...
by glikoz
Mon Mar 06, 2006 8:23 am
Forum: .NET
Topic: Adjust Right Axes based on data
Replies: 26
Views: 38133

I couldnt implement

Maybe picture could tell us everything ... http://www.socceranalyse.com/Stuff/ZoomProblem.jpg We have one main series(candle) and two functions (related with main series)..One of the function is Our Custom Volume Function the other is Custom Moving Average (of Volume Function)..Because of the nature...
by glikoz
Tue Feb 28, 2006 5:18 pm
Forum: .NET
Topic: Adjust Right Axes based on data
Replies: 26
Views: 38133

in my application ... this.Zoom.Direction = ZoomDirections.Horizontal; Its about "scaling" to Datas.... If user zooms between two dates i draw custom axis for CCI graphic between CCImax(at this interval)- CCImin(at this interval) values apart from where zoom begin (vertically) ... Could i explain ? ...
by glikoz
Tue Feb 28, 2006 11:50 am
Forum: .NET
Topic: Adjust Right Axes based on data
Replies: 26
Views: 38133

Please open Welcome !\Functions\Financial\CCI (Commodity Channel Index) Then zoom in ... Altough, tChart1.Axes.Custom[0].Automatic=true Its behaviour is different ...Always about 200 is maximum value of tChart1.Axes.Custom[0] 's ... I have same problem as i show.. is it not enough to set axis's auto...
by glikoz
Tue Feb 28, 2006 8:15 am
Forum: .NET
Topic: Adjust Right Axes based on data
Replies: 26
Views: 38133

Is there any improvement about this subject?

my chart has custom vertical axes and many series (related with custom axes) I try to adjust minimum and maximum values for every Custom Vertical Axis.But each vertical custom axis has got own series (series,function more than one ).. Its very hard to adjust all series,functions related custom verti...
by glikoz
Tue Nov 01, 2005 11:57 am
Forum: .NET
Topic: Setting distance of datetime axis labels
Replies: 1
Views: 4716

Setting distance of datetime axis labels

I'm looking for some ideas or suggestions about Tchart graphic grid for datetime values. Our date parameters are ; BeginingDate="31/12/2004" LastDate="30/10/2005" And my related code on below; this.Axes.Bottom.Visible = true; this.Axes.Bottom.Labels.Style = Steema.TeeChart.AxisLabelStyle.Value; this...
by glikoz
Fri Oct 07, 2005 2:17 pm
Forum: .NET
Topic: Zooming,Scrolling,Aoutomatic Scaling...
Replies: 3
Views: 7979

Detailed Description for My Questions

Im sending u a detailed description For first Question I have two chart as you see http://www.socceranalyse.com/Stuff/project.png So I have to synchronize both of them.. When one of them be zoomed the other one will be zoomed.. When I add new chart it has to be inserted as zoomed.. For Second Questi...
by glikoz
Thu Oct 06, 2005 6:34 am
Forum: .NET
Topic: How could I select whole series ?
Replies: 5
Views: 8758

I have been making Technical Analysis Solution like MetaStock(Equis) .. For example: user loads chart of security(stock) ..(surely with Candle series).. And user wants to select candle series ..Clicks a point on the series (any point on the series-not important which one) How could user recognize th...
by glikoz
Wed Oct 05, 2005 2:18 pm
Forum: .NET
Topic: How could I select whole series ?
Replies: 5
Views: 8758

Selecting Series...

if user left click on the series (for example Candle) ,Candle seems "selected" ..Mini circles seems on some point of series..or mini rectangle or mini diamond..
Best sample is

TeeChart for .NET Examples -->All Features -->Tools-->DrawLines-->DrawLine Tool ...
if you click line it is selected ...