Search found 9 matches

by Mr.Hu_NotProSupport
Mon Nov 20, 2023 12:49 am
Forum: .NET
Topic: Position setting of coordinate axis labels
Replies: 5
Views: 6171

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...
by Mr.Hu_NotProSupport
Wed Oct 25, 2023 7:41 am
Forum: .NET
Topic: Position setting of coordinate axis labels
Replies: 5
Views: 6171

Re: Position setting of coordinate axis labels

TeeChart: Steema TeeChart for .NET Source Code 2017 4.1.2017.02140
VS2019 [ VB.NET ]
by Mr.Hu_NotProSupport
Tue Oct 24, 2023 12:20 am
Forum: .NET
Topic: Position setting of coordinate axis labels
Replies: 5
Views: 6171

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
by Mr.Hu_NotProSupport
Fri Dec 23, 2016 7:51 am
Forum: .NET
Topic: TeeChart no graphics processing
Replies: 1
Views: 6421

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...
by Mr.Hu_NotProSupport
Sat Oct 08, 2016 9:22 am
Forum: .NET
Topic: TeeChart Panel Image
Replies: 1
Views: 5848

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...
by Mr.Hu_NotProSupport
Tue Oct 04, 2016 12:01 pm
Forum: .NET
Topic: Axis And CursorTool And Label
Replies: 1
Views: 6045

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...
by Mr.Hu_NotProSupport
Tue Oct 04, 2016 12:01 pm
Forum: .NET
Topic: Axis And CursorTool And Label
Replies: 0
Views: 7903

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...
by Mr.Hu_NotProSupport
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: 7190

Re: Serial default display is from left to right, how to set fro

I tested it successfully, thank you very much.
by Mr.Hu_NotProSupport
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: 7190

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...