Search found 9 matches
- Mon Nov 20, 2023 12:49 am
- Forum: .NET
- Topic: Position setting of coordinate axis labels
- Replies: 5
- Views: 18108
Re: Position setting of coordinate axis labels
TeeChart: Steema TeeChart for .NET Source Code 2017 4.1.2017.02140 VS2019 [ VB.NET +.NET Framework 4.6.2 ] I am a legitimate registered user of Steema TeeChart for NET Source Code 2017 4.1.2017.02140. I purchased this version for $2400 at that time. I have been asking for a month now. Can the offici...
- Wed Oct 25, 2023 7:41 am
- Forum: .NET
- Topic: Position setting of coordinate axis labels
- Replies: 5
- Views: 18108
Re: Position setting of coordinate axis labels
TeeChart: Steema TeeChart for .NET Source Code 2017 4.1.2017.02140
VS2019 [ VB.NET ]
VS2019 [ VB.NET ]
- Tue Oct 24, 2023 12:20 am
- Forum: .NET
- Topic: Position setting of coordinate axis labels
- Replies: 5
- Views: 18108
Position setting of coordinate axis labels
The above figure shows the position of the labels when Axis4. Labels. Angle=315
The following figure shows the position of the labels when Axis4. Labels. Angle=270
How to adjust the position of labels when Axis4. Labels. Angle=315 downwards and rightward
The following figure shows the position of the labels when Axis4. Labels. Angle=270
How to adjust the position of labels when Axis4. Labels. Angle=315 downwards and rightward
- Fri Dec 23, 2016 7:51 am
- Forum: .NET
- Topic: TeeChart no graphics processing
- Replies: 1
- Views: 7720
TeeChart no graphics processing
Public Candle As New Steema.TeeChart.Styles.Candle Public BOllLine, BollMidLine, ThreeLine, MissMainLine As New Steema.TeeChart.Styles.Line Public BollFun As New Steema.TeeChart.Functions.Bollinger Public MacdLine As New Steema.TeeChart.Styles.Line Public MacdFun As New Steema.TeeChart.Functions.MAC...
- Sat Oct 08, 2016 9:22 am
- Forum: .NET
- Topic: TeeChart Panel Image
- Replies: 1
- Views: 7136
TeeChart Panel Image
When I use the code to specify the background of the TeeChart figure, why are specified after the black, where the settings are wrong? In addition to the background image with what method to adjust the transparency? Dim St As String Dim resources As System.ComponentModel.ComponentResourceManager = N...
- Tue Oct 04, 2016 12:01 pm
- Forum: .NET
- Topic: Axis And CursorTool And Label
- Replies: 1
- Views: 7630
Axis And CursorTool And Label
As shown in the figure Dim tChart As New Steema.TeeChart.TChart Dim Axis1 As New Steema.TeeChart.Axis(tChart1.Chart) Dim Axis2 As New Steema.TeeChart.Axis(tChart1.Chart) Dim Axis3 As New Steema.TeeChart.Axis(tChart1.Chart) Dim CursorTool1 As New Steema.TeeChart.Tools.CursorTool(tChart.Chart) CursorT...
- Tue Oct 04, 2016 12:01 pm
- Forum: .NET
- Topic: Axis And CursorTool And Label
- Replies: 0
- Views: 9236
Axis And CursorTool And Label
As shown in the figure Dim tChart As New Steema.TeeChart.TChart Dim Axis1 As New Steema.TeeChart.Axis(tChart1.Chart) Dim Axis2 As New Steema.TeeChart.Axis(tChart1.Chart) Dim Axis3 As New Steema.TeeChart.Axis(tChart1.Chart) Dim CursorTool1 As New Steema.TeeChart.Tools.CursorTool(tChart.Chart) CursorT...
- Tue Oct 04, 2016 11:50 am
- Forum: .NET
- Topic: Serial default display is from left to right, how to set fro
- Replies: 2
- Views: 9039
Re: Serial default display is from left to right, how to set fro
I tested it successfully, thank you very much.
- Tue Oct 04, 2016 3:16 am
- Forum: .NET
- Topic: Serial default display is from left to right, how to set fro
- Replies: 2
- Views: 9039
Serial default display is from left to right, how to set fro
YLline As New Steema.TeeChart.Styles.Line Dim () Axis3 As New Steema.TeeChart.Axis Dim (tChart.Chart) Axis3.Maximum = 40 YLline.CustomHorizAxis = Axis3 YLline.FillSampleValues (520) YLline randomly generated 520 points, when the set of Axis3 up to 40 points, TeeChar default display of the 0-39 of th...