Search found 142 matches

by Quant
Fri Jan 15, 2016 9:36 am
Forum: .NET
Topic: Rotating DrawLineItem Shapes
Replies: 1
Views: 5234

Rotating DrawLineItem Shapes

Hi,

We want to rotate following DrawLineItem shapes using mouse:
1] Rectangle
2] Horizontal Parallel Line
3] Vertical Parallel Line

I did not find anything in the source files, Do you have any example code for the same?
by Quant
Thu Jan 14, 2016 4:04 am
Forum: .NET
Topic: Fill Ellipse Tool
Replies: 4
Views: 11273

Re: Fill Ellipse Tool

Thanks for the help. But we already updated DrawLine.cs which works as required. Check the below code snippet : private void DoDrawLine(Graphics3D g, Point StartPos, Point EndPos, DrawLineStyle AStyle) { bool oldBrush, oldPen; if (AStyle != DrawLineStyle.Line) { if (AStyle == DrawLineStyle.HorizPara...
by Quant
Tue Jan 12, 2016 4:05 am
Forum: .NET
Topic: Fill Ellipse Tool
Replies: 4
Views: 11273

Re: Fill Ellipse Tool

The DrawLine Tool enables a user to draw lines on a TeeChart. Lines only have Pen characteristics, unlike the shapes you mention which have both Pen and Brush characteristics. I'm not sure I understand how you want the DrawLine Tool to draw anything other than lines. Could you please explain? DrawL...
by Quant
Sat Jan 09, 2016 5:58 am
Forum: .NET
Topic: Fill Ellipse Tool
Replies: 4
Views: 11273

Fill Ellipse Tool

Hi,

We require fill properties (like Fill Color/Pattern, Transparency %, etc.) of Drawline Tool for following shapes:
1] Ellipse
2] Rectangle
3] Horizontal Parallel Line
4] Rectangle Parallel Line
by Quant
Mon Dec 28, 2015 12:48 pm
Forum: .NET
Topic: TeeChart for .NET v2015 [16 DEC 2015] RELEASE 4.1.2015.12160
Replies: 2
Views: 6523

Re: TeeChart for .NET v2015 [16 DEC 2015] RELEASE 4.1.2015.12160

Hi Christopher,

We are eagerly waiting for Source code Release of latest version. When can we expect this?
by Quant
Wed Nov 18, 2015 5:05 am
Forum: .NET
Topic: Scatter Chart : Axis Intersect
Replies: 2
Views: 6488

Re: Scatter Chart : Axis Intersect

I think the code you need you should already have in the following method: private void InitializeComponent() Hi Christopher, This is not as required. Nevertheless we found the way to solve this programmatically. We added following code snippet which solve our problem: ColorLine vertiColorLine = ne...
by Quant
Tue Nov 17, 2015 11:38 am
Forum: .NET
Topic: Scatter Chart : Axis Intersect
Replies: 2
Views: 6488

Scatter Chart : Axis Intersect

We need to develop scatter chart as shown in below screenshot: Excel Scatter Chart.png In TeeChart we used Points series to achieve the same, but we are not getting the desired result as shown in above screenshot. Scatter Chart Error.png By manually setting teechart properties using TeeChart Editor,...
by Quant
Mon Oct 05, 2015 10:44 am
Forum: .NET
Topic: Annotation Tool Change Text Color programmatically
Replies: 1
Views: 6043

Annotation Tool Change Text Color programmatically

Dear Steema,
I am using Annotation tool on my Tchart winapp i wanted to change its text color guide me how to do the same.
by Quant
Wed Sep 30, 2015 12:14 pm
Forum: .NET
Topic: Creation of Custom Functions
Replies: 6
Views: 12072

Re: Creation of Custom Functions

Hi,
We don't have login credentials for http://bugs.teechart.net/. Can we use our customer/license number? Please provide some help on this.
by Quant
Wed Sep 30, 2015 10:39 am
Forum: .NET
Topic: Quadrant Lines
Replies: 1
Views: 4966

Quadrant Lines

We have an requirement wherein we need "Quadrant Lines Tool" in TeeChart. The detailed explanation can be found below. http://stockcharts.com/school/doku.php?id=chart_school:chart_analysis:quadrant_lines http://www.metastock.com/Customer/Resources/TAAZ/?c=3&p=98 Any help would be greatly appreciated.
by Quant
Wed Sep 30, 2015 10:31 am
Forum: .NET
Topic: Linear Regression Line Tool
Replies: 1
Views: 5355

Linear Regression Line Tool

We have an requirement wherein we need "Linear Regression Tool" in TeeChart. The detailed explanation can be found below. Linear Regression Line.png Linear Regression Line 2.png Linear Regression Line - Interpretation A Linear Regression Line is a straight line that best fits the prices between a st...
by Quant
Wed Sep 30, 2015 9:51 am
Forum: .NET
Topic: Trendline Based on Angle
Replies: 3
Views: 9267

Trendline Based on Angle

Trendline Based on Angle.zip
Trendline Based On Angle Diagrammatic Explanation
(45.71 KiB) Downloaded 883 times
Please find attached doc file compressed in a zip folder, which contains Diagrammatic Explanation for Trendline Based on angle. We need this on urgent basis. Any help on this would be greatly appreciated.
by Quant
Wed Sep 30, 2015 9:09 am
Forum: .NET
Topic: Creation of Custom Functions
Replies: 6
Views: 12072

Re: Creation of Custom Functions

Awaiting your reply on this.
by Quant
Tue Sep 29, 2015 9:36 am
Forum: .NET
Topic: Fibonanci Retracement Tool
Replies: 10
Views: 16705

Re: Fibonanci Retracement Tool

with selector tool
by Quant
Tue Sep 29, 2015 4:28 am
Forum: .NET
Topic: Fibonanci Retracement Tool
Replies: 10
Views: 16705

Re: Fibonanci Retracement Tool

we dont want this work around. we want same way as we select line or rectangle tool.