Search found 6 matches

by sws
Thu Jun 18, 2020 10:16 pm
Forum: .NET
Topic: How to set the vertical line spacing
Replies: 7
Views: 16707

Re: How to set the vertical line spacing

This is how I add values to my series //Clear the series _view.Chart.Series.Clear(); //add new series Steema.TeeChart.Styles.Line chartLine = new Steema.TeeChart.Styles.Line(_view.Chart.Chart); _view.Chart.Axes.Custom.Add(new Steema.TeeChart.Axis(_view.Chart.Chart)); _view.Chart[0].CustomVertAxis = ...
by sws
Thu Jun 18, 2020 1:28 am
Forum: .NET
Topic: How to set the vertical line spacing
Replies: 7
Views: 16707

Re: How to set the vertical line spacing

Thank you Christopher, drawevery = 1 solved my problem! :)

Another thing related to vertical lines. When I zoom in I got this non equal spacing axis lines (see red lines which are bigger), How do I make sure these has the same spacing.
Capture.PNG
Capture.PNG (33.39 KiB) Viewed 16572 times
by sws
Thu Jun 11, 2020 5:04 am
Forum: .NET
Topic: Help in formating teecharts
Replies: 2
Views: 8666

Re: Help in formating teecharts

I already figured out 2 and 4.
by sws
Thu Jun 11, 2020 3:53 am
Forum: .NET
Topic: Help in formating teecharts
Replies: 2
Views: 8666

Help in formating teecharts

I have 3 things I couldnt figure out which I was hoping you guys can help me point to the right direction. 1. Removing white space on top 2. Removing black line on X-axis 3. Adding black line in Y-axis 4. Setting the larger Y-axis line width to thicker Capture.PNG for #4, this is what I want it to l...
by sws
Thu Jun 11, 2020 3:39 am
Forum: .NET
Topic: How to set the vertical line spacing
Replies: 7
Views: 16707

Re: How to set the vertical line spacing

Thank you for responding. I tried to enable the minorgrid

Code: Select all

bottom.MinorGrid.Visible = true;
but this is what I got, if you notice, the vertical line I want is still missing (red arrow)
Capture.PNG
Capture.PNG (196.69 KiB) Viewed 16650 times
by sws
Thu Jun 04, 2020 6:21 am
Forum: .NET
Topic: How to set the vertical line spacing
Replies: 7
Views: 16707

How to set the vertical line spacing

I'm pretty new to teecharts. I created a chart but for some reason the vertical line spacing is skipping one date. Basically this is what I want it to look like
Capture2.PNG
Capture2.PNG (206.7 KiB) Viewed 16707 times