Search found 84 matches

by gs
Mon Oct 05, 2009 2:27 pm
Forum: .NET
Topic: Series. Y value for X value
Replies: 1
Views: 4333

Series. Y value for X value

Hi, team I'm using Teechart V2 for WinForms application. I construct Line from some external data. Later during application run I draw points on the chart to see how do they fit with drawn line (it's automated procedure, click on menu item and obtain values). I would like to filter these values in s...
by gs
Tue Aug 04, 2009 8:59 pm
Forum: .NET
Topic: Annotation Control
Replies: 6
Views: 9747

Re: Annotation Control

Thanks that works

Thanks,
Sachin
by gs
Mon Aug 03, 2009 8:28 pm
Forum: .NET
Topic: Annotation Control
Replies: 6
Views: 9747

Re: Annotation Control

I was able to create a custom similar to Msgbox as mentioned by you. I want to have a line going from Msgbox to the point on Series something similar to Annotation callout how can I acheive that?

Thanks,
Sachin
by gs
Thu Jul 30, 2009 5:57 pm
Forum: .NET
Topic: Axis labels for multiple series
Replies: 17
Views: 24361

Re: Axis labels for multiple series

Hi Narcis, The axis title color comes in Red & then becomes white again. I think this could be because I am handling AxesDrawLabel for avaoiding overlap of Axis labels The code snippet is below private void customLeftAxis_GetAxisDrawLabel(object sender, GetAxisDrawLabelEventArgs e) { //flags indicat...
by gs
Thu Jul 30, 2009 2:44 pm
Forum: .NET
Topic: Axis labels for multiple series
Replies: 17
Views: 24361

Re: Axis labels for multiple series

I am attaching the picture Here are my code changes. Still the price title remains white. It takes the color of the axis label. void Chart_AfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g) { Rectangle Rect = chart.Chart.Chart.ChartRect; g.RotateLabel(Rect.Left - customLeftAxis.MaxLabels...
by gs
Thu Jul 30, 2009 1:33 pm
Forum: .NET
Topic: Axis labels for multiple series
Replies: 17
Views: 24361

Re: Axis labels for multiple series

Hi Narcis,

I was talking about the title on the axes and not axes label.
Using the code below I am able to move the axis title to custom position but am not able to change color. The color remains the same as that of axis label.

Thanks,
Sachin
by gs
Wed Jul 29, 2009 9:37 pm
Forum: .NET
Topic: Axis labels for multiple series
Replies: 17
Views: 24361

Re: Axis labels for multiple series

Can I move the axes title to a custom position. By default it stays in the center I want to move it upwards. I added foll. code to do this void Chart_AfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g) { Rectangle Rect = chart.Chart.Chart.ChartRect; g.RotateLabel(Rect.Left - customLeftAx...
by gs
Fri Jul 24, 2009 2:10 pm
Forum: .NET
Topic: Axis labels for multiple series
Replies: 17
Views: 24361

Re: Axis labels for multiple series

Hi Narcis,

Thanks for the response .From the previous post, Is it possible to determine overlap between axes labels & avoid it.


Thanks,
Sachin
by gs
Thu Jul 23, 2009 3:58 pm
Forum: .NET
Topic: Axis labels for multiple series
Replies: 17
Views: 24361

Re: Axis labels for multiple series

Thanks for the quick response. it works but as the series have many Points they are overlapping. I think I should probably use the default chart axes labels. Also 1 more Question Can I move the axes title to a custom position. By default it stays in the center I want to move it upwards. Thanks, Sachin
by gs
Thu Jul 23, 2009 3:20 pm
Forum: .NET
Topic: Axis labels for multiple series
Replies: 17
Views: 24361

Re: Axis labels for multiple series

I was not using GetAxis label but when I did not see any labels I just tried to check by putting breakpoint in GetAxesLabel.

Thanks,
Sachin
by gs
Thu Jul 23, 2009 2:46 pm
Forum: .NET
Topic: Axis labels for multiple series
Replies: 17
Views: 24361

Re: Axis labels for multiple series

I tried the code you have provided but after that the axis labels are not visible any more. I am adding the data to the labels at the same place where I am adding data to the series. When I put breakppont on my hanndler for getaxis label I see that getting called. Is I missing soomething. Thanks, Sa...
by gs
Thu Jul 23, 2009 1:31 pm
Forum: .NET
Topic: Axis labels for multiple series
Replies: 17
Views: 24361

Axis labels for multiple series

I have created a fresh post due to confusion in prev post. I have a custom Y axes where I am plotting 2 lines. Now first Line has data points passing through (10.2, 10.5,10.7 ) for different time and second line has data points (10.6, 10.8 ) What I need here the axes labels should show only labels a...
by gs
Wed Jul 22, 2009 3:28 pm
Forum: .NET
Topic: Annotation Control
Replies: 6
Views: 9747

Re: Annotation Control

I wanted to do something similar to that seen in the image attached for annotation
annotation.JPG
annotation.JPG (17.7 KiB) Viewed 9817 times
Thanks,
Sachin
by gs
Wed Jul 22, 2009 2:36 pm
Forum: .NET
Topic: Legend Checkbox
Replies: 8
Views: 11404

Re: Legend Checkbox

2) second question. On Y axes I want to display axis labels at the points only on the series & not equal division of the axess. I tried doing this by handling getaxes label. As seen in the image this avoids displaying labels on axes but blank ticks are still visible. If you want to hide Ticks, and ...
by gs
Tue Jul 21, 2009 8:34 pm
Forum: .NET
Topic: Annotation Control
Replies: 6
Views: 9747

Annotation Control

Is it possible to add a control to annotation?

Thanks,
Sachin