Search found 142 matches

by Quant
Thu Feb 12, 2015 5:17 am
Forum: .NET
Topic: Scrolling and Paging with AutoScroll
Replies: 4
Views: 10310

Re: Scrolling and Paging with AutoScroll

Hi Christopher, We appreciate your example. But that is not our requirement, and we already checked this option. What we require is scrolling the teechart using .Net's own ScrollBar control. As we wrote we are able to scroll TeeChart using Scrollbar control, but while scrolling we are not getting pa...
by Quant
Wed Feb 11, 2015 11:33 am
Forum: .NET
Topic: Trendline with Snap to Point & Semi log Aware Trendline
Replies: 26
Views: 44089

Trendline with Snap to Point & Semi log Aware Trendline

Here we have 2 requirements: 1] Draw Line with Snap to Point This requires drawing a Line with "Snap to Point" option similar as Cursor Tool's Snap Feature. 2] Semi Log Aware Line [Dependent on requirement 1] Say e.g. we have a normal Candle Series and we draw the line which is based on this candle ...
by Quant
Wed Feb 11, 2015 11:27 am
Forum: .NET
Topic: Scrolling and Paging with AutoScroll
Replies: 4
Views: 10310

Scrolling and Paging with AutoScroll

In one of our requirement we need to scroll bottom X Axis with Page.AutoScale=True. We are using a ScrollBar control to handle TeeCharts Scroll and Paging Event together. Here is the Sample Code: Form Load Event: totalSampleValues =1000; displayValues=50; pageNumber = totalSampleValues / displayValu...
by Quant
Mon Feb 09, 2015 9:26 am
Forum: .NET
Topic: TeeChart Margin Issue
Replies: 2
Views: 5660

Re: TeeChart Margin Issue

It worked. Thank you very much.
by Quant
Mon Feb 09, 2015 8:14 am
Forum: .NET
Topic: TeeChart Margin Issue
Replies: 2
Views: 5660

TeeChart Margin Issue

We have a requirement wherein we need to keep margin between Series and Right Axis. We have achieved the same using TeeChart Editor, but as shown in attached screenshot, line of bottom axis is also shifted to its left, thereby creating a invisible line. Please provide us solution on this. Margin Iss...
by Quant
Wed Feb 04, 2015 11:22 am
Forum: .NET
Topic: Zooming Candle Chart
Replies: 3
Views: 7409

Zooming Candle Chart

While Zooming Candle Chart only candle height and space between candle increases. I also want that candle width must be increase automatically in same proportion.
by Quant
Wed Feb 04, 2015 8:58 am
Forum: .NET
Topic: strange cursor behaviour after upgrade to Teechart .NET 2014
Replies: 2
Views: 5214

Re: strange cursor behaviour after upgrade to Teechart .NET 2014

I am also facing same problem
by Quant
Tue Feb 03, 2015 5:27 am
Forum: .NET
Topic: Overflow error while using CLVFunction
Replies: 3
Views: 6130

Re: Overflow error while using CLVFunction

Thank you for your reply. I am already having a line series in chart, over which i am using CLV function. It gives me error on MoveTo(x1,y1); line number 255 of Line() function in Graphics3DGdiPlus.cs from Tchart dll. Y1 value becomes -2147483648 over there. /// <summary> /// Draws a Line between co...
by Quant
Mon Feb 02, 2015 12:28 pm
Forum: .NET
Topic: Converting Series type Line to Area
Replies: 6
Views: 9363

Re: Converting Series type Line to Area

Now getting same error Object reference not set to an instance of an object. on line no. 3548 that is oldPenColor = pAreaLines.Color; which is in DrawPoint() Method of Custom.cs if (drawArea) { Color tmp = GetAreaBrushColor(tmpColor); oldPenColor = pAreaLines.Color; if (pAreaLines.Visible) { if (Col...
by Quant
Mon Feb 02, 2015 4:55 am
Forum: .NET
Topic: Overflow error while using CLVFunction
Replies: 3
Views: 6130

Overflow error while using CLVFunction

While using CLVFunction on series I am getting following error. "OverflowException was unhandled - Overflow Error" I used following code. Steema.TeeChart.Styles.Line tLine1 = new Steema.TeeChart.Styles.Line(); tLine1.VertAxis = VerticalAxis.Right; Steema.TeeChart.Functions.CLVFunction tCLVFunction =...
by Quant
Mon Feb 02, 2015 4:35 am
Forum: .NET
Topic: Converting Series type Line to Area
Replies: 6
Views: 9363

Re: Converting Series type Line to Area

Thank you for your reply and workaround.
The Bugzilla link provided by you is showing the status RESOLVED FIXED.
Kindly send me the new solution.
by Quant
Fri Jan 30, 2015 11:24 am
Forum: .NET
Topic: Converting Series type Line to Area
Replies: 6
Views: 9363

Converting Series type Line to Area

While converting Series type Line to Area I am getting "System.NullReferenceException - Object reference not set to an instance of an object." I used following code. Steema.TeeChart.Styles.Series tSeries = tChartMain[0]; Steema.TeeChart.Styles.Series.ChangeType(ref tSeries, typeof(Steema.TeeChart.St...
by Quant
Fri Jan 23, 2015 9:07 am
Forum: .NET
Topic: Tee Preview Panel control not available in .NET
Replies: 1
Views: 4107

Tee Preview Panel control not available in .NET

I am not getting Tee Preview Panel control in Teechart .Net version.
This is present in Teechart ActiveX version.
I require it for previewing and printing multiple charts on single page
Kindly help me to find out the alternative solution.
by Quant
Fri Jan 23, 2015 4:56 am
Forum: .NET
Topic: Size for Magnifier Tool Not available in Teechart .Net
Replies: 2
Views: 5693

Re: Size for Magnifier Tool Not available in Teechart .Net

it worked thank you.