Search found 6 matches
- Thu Jun 18, 2020 10:16 pm
- Forum: .NET
- Topic: How to set the vertical line spacing
- Replies: 7
- Views: 17409
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 = ...
- Thu Jun 18, 2020 1:28 am
- Forum: .NET
- Topic: How to set the vertical line spacing
- Replies: 7
- Views: 17409
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.
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.
- Thu Jun 11, 2020 5:04 am
- Forum: .NET
- Topic: Help in formating teecharts
- Replies: 2
- Views: 8969
Re: Help in formating teecharts
I already figured out 2 and 4.
- Thu Jun 11, 2020 3:53 am
- Forum: .NET
- Topic: Help in formating teecharts
- Replies: 2
- Views: 8969
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...
- Thu Jun 11, 2020 3:39 am
- Forum: .NET
- Topic: How to set the vertical line spacing
- Replies: 7
- Views: 17409
Re: How to set the vertical line spacing
Thank you for responding. I tried to enable the minorgrid
but this is what I got, if you notice, the vertical line I want is still missing (red arrow)
Code: Select all
bottom.MinorGrid.Visible = true;
- Thu Jun 04, 2020 6:21 am
- Forum: .NET
- Topic: How to set the vertical line spacing
- Replies: 7
- Views: 17409
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