Search found 5 matches
- Wed Sep 07, 2016 6:26 pm
- Forum: .NET
- Topic: Change Fast Line Series color
- Replies: 1
- Views: 5524
Change Fast Line Series color
i am unable to change fastline series color its always display in black color chart intializing code tChart1.Aspect.View3D = false; tChart1.Panel.Bevel.Inner = BevelStyles.None; tChart1.Panel.Bevel.Outer = BevelStyles.None; // getAxes().getBottom().scroll(3, false); Graphics3DDirect2D D2D = new Grap...
- Wed Jun 15, 2016 11:41 pm
- Forum: .NET
- Topic: Hover support in .net version.
- Replies: 5
- Views: 9304
Re: Hover support in .net version.
hi also i am using following code to create 12 series in chart tChart1.Aspect.View3D = false; tChart1.Panel.Bevel.Inner = BevelStyles.None; tChart1.Panel.Bevel.Outer = BevelStyles.None; Graphics3DDirect2D D2D = new Graphics3DDirect2D(tChart1.Chart); D2D.TextRenderingHint = System.Drawing.Text.TextRe...
- Wed Jun 15, 2016 9:37 pm
- Forum: .NET
- Topic: Hover support in .net version.
- Replies: 5
- Views: 9304
Re: Hover support in .net version.
Thankyou Christopher. this is exactly what i was looking to implement. but one problem when mouse leaves the series it should re apply series color on the line instead of red. Currently when mouse leaves the series it left the line red. please see attached image Untitled-1.png can you tell me how to...
- Tue Jun 14, 2016 5:50 pm
- Forum: .NET
- Topic: Hover support in .net version.
- Replies: 5
- Views: 9304
Re: Hover support in .net version.
i am using TeeChartNET2016_4.1.2016.05120.
- Tue Jun 14, 2016 5:44 pm
- Forum: .NET
- Topic: Hover support in .net version.
- Replies: 5
- Views: 9304
Hover support in .net version.
Hi I am migrating an old software written in Delphi to .net Winform application. Every things works perfectly well except I could not find a chart hover functionality in .net version. Please see attached image Hover option in Delphi version 1.PNG In Delphi version when I hover the mouse over the ser...