Search found 231 matches

by amol
Tue Jul 03, 2018 12:06 pm
Forum: .NET
Topic: Scatter (x,Y ) chart
Replies: 2
Views: 10056

Scatter (x,Y ) chart

Hi Steema,

I need an example of scatter chart in silverlight with c# please provide me same.

Thanks
Amol
by amol
Fri Jun 08, 2018 12:19 pm
Forum: .NET
Topic: Histogram plotting
Replies: 7
Views: 16930

Re: Histogram plotting

Hi Steema Support,

As you suggested i am attaching demo for your help. Please find it from attachment.
We are using teechart version 2012.
CustomSubSchart.rar
demo
(55.26 KiB) Downloaded 978 times
regards,
Planoresearch
by amol
Fri Jun 08, 2018 10:45 am
Forum: .NET
Topic: Histogram plotting
Replies: 7
Views: 16930

Re: Histogram plotting

Hi Christopher, Actually my need is to plot data using Histogram. I have also gone through with excel charts here i have plotted my data. i m attaching images of same. On excel my data plotted correctly. i want to plot similar in teechart. img1.jpg As shown in first image data is plotted on histogra...
by amol
Fri Jun 08, 2018 5:41 am
Forum: .NET
Topic: Histogram plotting
Replies: 7
Views: 16930

Re: Histogram plotting

Hi Christopher,

You are right, but my need is that i have to filter data(means remove unwanted data) using histogram.
I am also little bit confused how i achieve this.

If you have any suggestion on this we will appreciate.

Regards,
PlanoResearch
by amol
Thu Jun 07, 2018 12:31 pm
Forum: .NET
Topic: Histogram plotting
Replies: 7
Views: 16930

Histogram plotting

Hi Steema Support, I have a problem in plotting data in histogram plot. Currently i have plotted it with dummy data as shown in image. histogram.jpg But when i look data in chart and try to understand its plotting according to X and Y scale then plotting looks different with respect to data. Means i...
by amol
Wed Jun 06, 2018 10:42 am
Forum: .NET
Topic: Radar chart
Replies: 8
Views: 18457

Re: Radar chart

Hi Steema Team, Thanks for the solution. I need some more help. I need to draw red marked image but in range using scale of axis and it should correspondent to scale. For example in below image. Untitled.png Also i need a tool tip to show the data of additional draw image. like in above image. Thank...
by amol
Fri Jun 01, 2018 1:54 pm
Forum: ActiveX
Topic: Arrow Series Optimization
Replies: 1
Views: 10609

Arrow Series Optimization

Hi, We are currently working with Arrow Series and in our case we have around 20,000 points for which arrow needs to be displayed. We are using the following statement for adding the arrows in a loop: for (const auto &val : SLData) { m_Chart.Series(SLSer).GetAsArrow().AddArrow(val[0], val[1], val[2]...
by amol
Tue May 29, 2018 1:50 pm
Forum: .NET
Topic: Radar chart
Replies: 8
Views: 18457

Re: Radar chart

Please reply to my query....

Thanks
Amol
by amol
Mon May 28, 2018 2:03 pm
Forum: .NET
Topic: Radar chart
Replies: 8
Views: 18457

Re: Radar chart

How can i show min and max point for any particular value.
by amol
Mon May 28, 2018 2:02 pm
Forum: .NET
Topic: Radar chart
Replies: 8
Views: 18457

Re: Radar chart

Hi Steema Team,

Thanks for the solution. I need some more help.
I need to show the min and max range for some values. see in below image

.
Untitled.png
Untitled.png (42.99 KiB) Viewed 18481 times
In this black line cutting the axis is showing min and max for seal and reservoir .
I need same.Please help me in this.

Thanks
Amol
by amol
Mon May 28, 2018 6:11 am
Forum: .NET
Topic: Radar chart
Replies: 8
Views: 18457

Re: Radar chart

Please reply us this is very urgent for us.
Thanks
by amol
Fri May 25, 2018 1:22 pm
Forum: .NET
Topic: Radar chart
Replies: 8
Views: 18457

Radar chart

Hi Steema Team,

Can you please send an example for Radar chart in c# silverlight.
I am not able to generate it.
I wanted to create a radar chart like below image.
Radar.png
Radar.png (34.37 KiB) Viewed 18503 times
Thanks
by amol
Fri May 04, 2018 11:00 am
Forum: .NET
Topic: Color specific region of chart with different colors
Replies: 7
Views: 17546

Re: Color specific region of chart with different colors

Hi Christopher, Thanks for very quick response... Actually we have data for X,Y,Z and want to draw with contour series and the view mode 3D is false. We can not use line series here. So please provide solution for below queries- Query1. But chart showing many colors, i am unable to understand this. ...
by amol
Fri May 04, 2018 10:40 am
Forum: .NET
Topic: Color specific region of chart with different colors
Replies: 7
Views: 17546

Re: Color specific region of chart with different colors

Hi Christopher,

Yes, We want to draw in two dimensional chart.


Regards,
Planoresearch
by amol
Fri May 04, 2018 9:52 am
Forum: .NET
Topic: Color specific region of chart with different colors
Replies: 7
Views: 17546

Re: Color specific region of chart with different colors

Hi Christopher, Thanks for your quick response. As you discussed in the earlier mail i have already gone through with it. But in "Filled Levels" example contrours setting color like this- this.contour1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(...