Search found 165 matches: multiple custom
Searched query: multiple custom
- Wed May 25, 2022 10:36 am
- Forum: .NET
- Topic: Need to show multiple X axis with different data
- Replies: 3
- Views: 888
Re: Need to show multiple X axis with different data
... .Add(dateIdx2, Y2) .Labels = sLabels2 .XValues.DateTime = True .Legend.Visible = False .Visible = True End With Line2Min = 0 Line2Max = 3 line2.CustomVertAxis = AxsLine2 With AxsLine2 .AxisPen.Visible = True .Increment = 1 .AxisPen.Color = line2.Color .SetMinMax(Line2Min, Line2Max) .Automatic ...
- Fri May 20, 2022 12:38 pm
- Forum: .NET
- Topic: Need to show multiple X axis with different data
- Replies: 3
- Views: 888
Re: Need to show multiple X axis with different data
... in response to this message. There are several questions related to ' multiple axes ' and ' multiple custom ' which may be of help; there is also the .NET Framework Windows Forms sample which ...
- Fri May 19, 2017 2:26 pm
- Forum: .NET
- Topic: Xamarin - Custom Axis Zoom bug
- Replies: 7
- Views: 13750
Re: Xamarin - Custom Axis Zoom bug
Hello yang ching, multiple horizontal axes is a requirement in our app, can we have an estimate of when the bug can be fixed roughly? I've incremented the issue priority but I'm afraid I can't tell you a date for this to be fixed. ...
- Fri May 19, 2017 4:10 am
- Forum: .NET
- Topic: Xamarin - Custom Axis Zoom bug
- Replies: 7
- Views: 13750
Re: Xamarin - Custom Axis Zoom bug
Hi Sandra,
thank you for the confirmation.
multiple horizontal axes is a requirement in our app, can we have an estimate of when the bug can be fixed roughly? thank you.
thank you for the confirmation.
multiple horizontal axes is a requirement in our app, can we have an estimate of when the bug can be fixed roughly? thank you.
- Tue May 16, 2017 2:30 pm
- Forum: .NET
- Topic: Xamarin - Custom Axis Zoom bug
- Replies: 7
- Views: 13750
Re: Xamarin - Custom Axis Zoom bug
... I have checked the modified project, it works after assigning the custom vertical axis to a series. however when I tried again with Horizontal ... Steema.TeeChart.PositionUnits.Percent; in our project, we need to have multiple horizontal custom axes, and multiple HorizontalLine series on it. ...
- Tue Oct 04, 2016 12:01 pm
- Forum: .NET
- Topic: Axis And CursorTool And Label
- Replies: 1
- Views: 5228
Axis And CursorTool And Label
... Dim MyLine(0 to 20) As New Steema.TeeChart.Styles.Line() tChart.Axes.Custom.Add(Axis1) tChart.Axes.Custom.Add(Axis2) tChart.Axes.Custom.Add(Axis3) ... problem One: in the help file, only add a Series example, did not add multiple Series multiple Axis example, if you specify CursorTool1.Series ...
- Tue Oct 04, 2016 12:01 pm
- Forum: .NET
- Topic: Axis And CursorTool And Label
- Replies: 0
- Views: 5485
Axis And CursorTool And Label
... Dim MyLine(0 to 20) As New Steema.TeeChart.Styles.Line() tChart.Axes.Custom.Add(Axis1) tChart.Axes.Custom.Add(Axis2) tChart.Axes.Custom.Add(Axis3) ... problem One: in the help file, only add a Series example, did not add multiple Series multiple Axis example, if you specify CursorTool1.Series ...
- Tue Aug 02, 2016 7:59 pm
- Forum: .NET
- Topic: Display issue with fast line series
- Replies: 7
- Views: 14431
Re: Display issue with fast line series
... going to work for me. I need to able to control the min and max of the custom axis as it is shared by multiple series. And the min and max is decided by all the points and not just the points on ...
- Fri Jul 15, 2016 5:26 am
- Forum: .NET
- Topic: How to get axis on Click or double click on axis.
- Replies: 1
- Views: 5265
How to get axis on Click or double click on axis.
... support, We have one regarding how to get axis click or double click on Multiple Custom axis as shown in attached image. In this i have four custom axis and i want to get that ...
- Wed May 04, 2016 4:58 am
- Forum: .NET
- Topic: Multiple Legends
- Replies: 3
- Views: 7287
Re: Multiple Legends
... the series that is showing in the tool. Basically our need is to check/uncheck checkboxes of the legend 2. Is there is any other way to create Custom legend? Thanks & Regards PlanoResearch
- Thu Apr 28, 2016 8:10 am
- Forum: .NET
- Topic: Show arrow on multiple custom axis.
- Replies: 1
- Views: 5043
Re: Show arrow on multiple custom axis.
... = false; Line line1 = new Line(tChart1.Chart); Line line2 = new Line(tChart1.Chart); tChart1.Panel.MarginLeft = 10; Axis axis1 = tChart1.Axes.Custom.Add(); line1.CustomVertAxis = axis1; axis1.PositionUnits = PositionUnits.Pixels; axis1.RelativePosition = -50; line1.FillSampleValues(); line2.FillSampleValues(); ...
- Wed Apr 27, 2016 12:05 pm
- Forum: .NET
- Topic: Show arrow on multiple custom axis.
- Replies: 1
- Views: 5043
Show arrow on multiple custom axis.
Hi steema support,
We are facing an issue regarding show an arrow on multiple custom axis,
We want to arrow on top of green custom axis.
Please provide me any solution asap.
Thanks in advance
We are facing an issue regarding show an arrow on multiple custom axis,
We want to arrow on top of green custom axis.
Please provide me any solution asap.
Thanks in advance
- Thu Oct 15, 2015 7:46 am
- Forum: .NET
- Topic: Show multiple Custom Left and Right axis on Tchart
- Replies: 3
- Views: 8245
Re: Show multiple Custom Left and Right axis on Tchart
Hi amol,
You can try converting VB to C# using one of the on-line converters below.
http://www.carlosag.net/tools/codetranslator/
http://converter.telerik.com/
http://www.developerfusion.com/tools/co ... to-csharp/
http://codeconverter.sharpdevelop.net/S ... erter.aspx
You can try converting VB to C# using one of the on-line converters below.
http://www.carlosag.net/tools/codetranslator/
http://converter.telerik.com/
http://www.developerfusion.com/tools/co ... to-csharp/
http://codeconverter.sharpdevelop.net/S ... erter.aspx
- Thu Oct 15, 2015 7:36 am
- Forum: .NET
- Topic: Show multiple Custom Left and Right axis on Tchart
- Replies: 3
- Views: 8245
Re: Show multiple Custom Left and Right axis on Tchart
Thanks for reply,
But code in the link that u have provided is in VB.net language.
Please provide link in which code is written in C# language.
Thanks in advance.
But code in the link that u have provided is in VB.net language.
Please provide link in which code is written in C# language.
Thanks in advance.
- Tue Oct 13, 2015 3:06 pm
- Forum: .NET
- Topic: Show multiple Custom Left and Right axis on Tchart
- Replies: 3
- Views: 8245
Re: Show multiple Custom Left and Right axis on Tchart
Hello,
You should be able to use the technique specified in the similar question here:
http://www.teechart.net/support/viewtop ... 56&p=43274
You should be able to use the technique specified in the similar question here:
http://www.teechart.net/support/viewtop ... 56&p=43274