Search found 231 matches

by amol
Fri Aug 08, 2014 6:25 am
Forum: .NET
Topic: How to draw contour from given data?
Replies: 13
Views: 21128

Re: How to draw contour from given data?

Hi Steema Team,

Is it possible or not Please send us a reply asap. this is very urgent.

Thanks

Plano Team
by amol
Wed Jul 30, 2014 1:39 pm
Forum: .NET
Topic: How to draw contour from given data?
Replies: 13
Views: 21128

How to draw contour from given data?

Hi Steema Support,

We want to create contour for the data(as given in attached file).

It will so helpful for us if you please provide any alternative solution asap.

Thanks in advance.

Thanks and Regards
Planoresearch
by amol
Wed Jul 23, 2014 12:58 pm
Forum: .NET
Topic: Contour Intraction with trackbar
Replies: 1
Views: 5058

Contour Intraction with trackbar

Hi Steema Support, We want to create contour and its interaction with the track bar with the chart(contour) when we scroll it. imgs1.jpg As shown in fig-1, when we scroll the track bar then contour properties changes as shown in fig-2 below img2.jpg It will so helpful for us if you please provide an...
by amol
Mon Jul 21, 2014 11:03 am
Forum: .NET
Topic: Title of the Point
Replies: 13
Views: 21539

Re: Title of the Point

i used


g.TextOut(lstCustomPointsSeries.CalcXPos(0), lstCustomPointsSeries.CalcYPos(0), lstCustomPointsSeries.Title); and problem is resolved.
by amol
Mon Jul 21, 2014 10:22 am
Forum: .NET
Topic: Title of the Point
Replies: 13
Views: 21539

Re: Title of the Point

if i comment the line-> customMarks.Text = lstCustomPointsSeries.Title; then it works fine but problem is, Point title not displayed.



Thanks
by amol
Mon Jul 21, 2014 6:48 am
Forum: .NET
Topic: Title of the Point
Replies: 13
Views: 21539

Re: Title of the Point

plz look above problem as soon as possible, i am very afraid.

Thanks
by amol
Mon Jul 21, 2014 6:47 am
Forum: .NET
Topic: Title of the Point
Replies: 13
Views: 21539

Re: Title of the Point

private void Chart_AfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g) { for (int i = 0; i < customMarks.Count; i++) { if (customMarks .Series[0].Label == lstCustomPointsSeries .Title) { customMarks .Transparent = true; customMarks .Color = Color.DarkBlue; customMarks .Text = lstCustomPoi...
by amol
Sat Jul 19, 2014 7:52 am
Forum: .NET
Topic: Title of the Point
Replies: 13
Views: 21539

Re: Title of the Point

Please look the issue at your end. i will be very thankful.


Thanks
by amol
Mon Jun 30, 2014 2:59 pm
Forum: .NET
Topic: Title of the Point
Replies: 13
Views: 21539

Re: Title of the Point

customMarks .Paint(g, Utils.FromLTRB(tChart1[0].CalcXPos(i), tChart1[0].CalcYPos(i), tChart1[0].CalcXPos(i) + 50, tChart1[0].CalcYPos(i) + 50)); // This line is showing error " object reference not to set an instance of object". I am saving all the information of chart in list object and close the f...
by amol
Fri Jun 13, 2014 11:13 am
Forum: .NET
Topic: Calculate the intersection point
Replies: 1
Views: 4071

Calculate the intersection point

How to calculate the intersection point between two lines.
by amol
Fri Jun 13, 2014 9:57 am
Forum: .NET
Topic: Teechart Display area
Replies: 7
Views: 11128

Re: Teechart Display area

Leave all the things, if i need to draw the lines after picking two points as attached like 4.png then how can i draw? 3.png is my current line.
by amol
Fri Jun 13, 2014 6:30 am
Forum: .NET
Topic: Point Image
Replies: 8
Views: 13537

Re: Point Image

You have taken ImagePoint point = new ImagePoint(tChart1.Chart) in your example but i have taken Point ps=new Point(). i want to achieve same functionality using Point how can i achieve this?
by amol
Fri Jun 13, 2014 6:24 am
Forum: .NET
Topic: Teechart Display area
Replies: 7
Views: 11128

Re: Teechart Display area

I have attached the image plz find, My aim is draw the line over the teechart which cross the whole teechart . if i select one point from top and other point i select at mid the line should draw from top to bottom. how to achieve this. and second thing i am not able to select the point at top. i am ...
by amol
Thu Jun 12, 2014 7:03 am
Forum: .NET
Topic: Teechart Display area
Replies: 7
Views: 11128

Re: Teechart Display area

I want to draw line between two point in teechart but when i select the one point from top of the chart and one point from bottom then both points are not visible and not selected. so i am unable to draw the line, i crosschecked the code i have not set any margin in teechart. i have set only tchart....
by amol
Wed Jun 11, 2014 11:52 am
Forum: .NET
Topic: Teechart Display area
Replies: 7
Views: 11128

Teechart Display area

Hi I am marking point in top,bottom,left and right but point is not marked and visible in that area, i have crosschecked the code and i have not set any top bottom,left and right margin. if i draw any line and i want to show the line in whole are then it left few margin from top and bottom and vice ...