Search found 167 matches: multiple custom

Searched query: multiple custom

by Justin
Mon Oct 02, 2023 9:21 am
Forum: .NET
Topic: Questions regarding export charts to various formats
Replies: 10
Views: 19392

Questions regarding export charts to various formats

... the circle line doesn't seem smooth. It looks like it was created from multiple lines. Is there any option, that would help to solve that Pie type ... line_diffrencies.png 5) We tried to export the chart to EPS format with custom free font. This font is imported into Adobe Illustrator, so we tried ...
by Marc
Wed Sep 21, 2022 10:23 am
Forum: .NET
Topic: TeeChart HotspotTool Function
Replies: 7
Views: 6581

Re: TeeChart HotspotTool Function

... the TeeChart Business version. 4. There should not be a problem using multiple client instances of the TeeChart WebChart but we did find an issue recently that we investigated and are testing a fix for, that affects custom code for multiple charts on one page. We will include the fix with ...
by
Wed May 25, 2022 10:36 am
Forum: .NET
Topic: Need to show multiple X axis with different data
Replies: 3
Views: 4736

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 ...
by Christopher
Fri May 20, 2022 12:38 pm
Forum: .NET
Topic: Need to show multiple X axis with different data
Replies: 3
Views: 4736

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 ...
by Sandra
Fri May 19, 2017 2:26 pm
Forum: .NET
Topic: Xamarin - Custom Axis Zoom bug
Replies: 7
Views: 16056

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. ...
by yang ching
Fri May 19, 2017 4:10 am
Forum: .NET
Topic: Xamarin - Custom Axis Zoom bug
Replies: 7
Views: 16056

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.
by yang ching
Tue May 16, 2017 2:30 pm
Forum: .NET
Topic: Xamarin - Custom Axis Zoom bug
Replies: 7
Views: 16056

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

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

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 ...
by Sanjay
Tue Aug 02, 2016 7:59 pm
Forum: .NET
Topic: Display issue with fast line series
Replies: 7
Views: 17313

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 ...
by amol
Fri Jul 15, 2016 5:26 am
Forum: .NET
Topic: How to get axis on Click or double click on axis.
Replies: 1
Views: 6052

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 ...
by amol
Wed May 04, 2016 4:58 am
Forum: .NET
Topic: Multiple Legends
Replies: 3
Views: 8409

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
by Christopher
Thu Apr 28, 2016 8:10 am
Forum: .NET
Topic: Show arrow on multiple custom axis.
Replies: 1
Views: 5877

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(); ...
by amol
Wed Apr 27, 2016 12:05 pm
Forum: .NET
Topic: Show arrow on multiple custom axis.
Replies: 1
Views: 5877

Show arrow on multiple custom axis.

Hi steema support,

We are facing an issue regarding show an arrow on multiple custom axis,
arrowaxis.png
Img
arrowaxis.png (37.15 KiB) Viewed 5918 times
We want to arrow on top of green custom axis.
Please provide me any solution asap.
Thanks in advance