Search found 293 matches: multiple custom

Searched query: multiple custom

by yk.kim
Thu Apr 04, 2024 1:40 am
Forum: JavaScript / HTML5
Topic: PointXY - Tooltip
Replies: 1
Views: 191

PointXY - Tooltip

... rel="stylesheet"> <!-- NProgress --> <!-- Custom Theme Style --> <link href="../3rd_party/build/css/custom.min.css" ... var Chart1, Chart2; function draw() { // XY Data, multiple series: Chart2 = new Tee.Chart("canvasXY"); Chart2.title.text="JSON ...
by Justin
Mon Oct 02, 2023 9:21 am
Forum: .NET
Topic: Questions regarding export charts to various formats
Replies: 10
Views: 18467

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: 5982

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: 4207

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: 4207

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 Yeray
Mon Jan 10, 2022 8:53 am
Forum: VCL
Topic: Help getting started - TChart VCL Version
Replies: 9
Views: 6913

Re: Help getting started - TChart VCL Version

Hello, 1) How do I add multiple series to a chart with each series having its own x-axis? You could use custom axes as in the example here , setting them to be Horizontal and using CustomHorizAxis instead of CustomVertAxis ...
by Yeray
Tue Apr 28, 2020 8:39 am
Forum: JavaScript / HTML5
Topic: Multiple axes - Zoom and scroll
Replies: 1
Views: 23269

Re: Multiple axes - Zoom and scroll

Hello, Sorry for the delay here. TeeChart(tm) for JavaScript(tm) version V1.4. I am facing issue with zoom and scroll after adding a custom Y -axis. In all I have 2 axes on left side one axis at the bottom and one on the right. // Axis positions as % percent: axisLeft1.start = 0; axisLeft1.end ...
by gkumar
Wed Apr 15, 2020 8:09 am
Forum: JavaScript / HTML5
Topic: Multiple axes - Zoom and scroll
Replies: 1
Views: 23269

Multiple axes - Zoom and scroll

TeeChart(tm) for JavaScript(tm) version V1.4. I am facing issue with zoom and scroll after adding a custom Y -axis. In all I have 2 axes on left side one axis at the bottom and one on the right. // Axis positions as % percent: axisLeft1.start = 0; axisLeft1.end = 45; // custom ...
by Pep
Fri Jan 31, 2020 9:33 am
Forum: ActiveX
Topic: InstallShield 2012 Self-Register problem for TeeChart Pro ActiveX version 2012/19
Replies: 1
Views: 24598

Re: InstallShield 2012 Self-Register problem for TeeChart Pro ActiveX version 2012/19

... LaunchApp or LaunchAppAndWait with this batch file. (b) I added a Custom Action to run the batch file. Results: I would get a command prompt which starts running the batch file, but runs multiple times, over & over again, until the installation completes or I kill it. ...
by Shia (Excalibur)
Thu Jan 23, 2020 2:13 pm
Forum: ActiveX
Topic: InstallShield 2012 Self-Register problem for TeeChart Pro ActiveX version 2012/19
Replies: 1
Views: 24598

InstallShield 2012 Self-Register problem for TeeChart Pro ActiveX version 2012/19

... LaunchApp or LaunchAppAndWait with this batch file. (b) I added a Custom Action to run the batch file. Results: I would get a command prompt which starts running the batch file, but runs multiple times, over & over again, until the installation completes or I kill it. ...
by Shia (Excalibur)
Thu Jan 23, 2020 2:12 pm
Forum: ActiveX
Topic: InstallShield 2012 Self-Rregister problem in IS2012 for TeeChart Pro ActiveX version 2012/19
Replies: 1
Views: 20710

InstallShield 2012 Self-Rregister problem in IS2012 for TeeChart Pro ActiveX version 2012/19

... LaunchApp or LaunchAppAndWait with this batch file. (b) I added a Custom Action to run the batch file. Results: I would get a command prompt which starts running the batch file, but runs multiple times, over & over again, until the installation completes or I kill it. ...
by Marc
Fri Sep 20, 2019 10:33 am
Forum: VCL
Topic: Ternary Graph Assigning the Weighting parameter
Replies: 22
Views: 49927

Re: Ternary Graph Assigning the Weighting parameter

... included) that now reproduce the charts you have requested. Changes: - Multiple Ternary Series supported without need for custom Axis code ( http://bugs.teechart.net/show_bug.cgi?id=2231 ) - two variable input supported ...
by Marc
Wed Sep 18, 2019 3:50 pm
Forum: VCL
Topic: Ternary Graph Assigning the Weighting parameter
Replies: 22
Views: 49927

Re: Ternary Graph Assigning the Weighting parameter

Hello Errol,

Taking up your lead; to simplify things a little we're internalising code to enable multiple Ternary Series in one Chart without the need for custom code in the form.

Regards,
Marc
by Yeray
Thu Oct 18, 2018 11:38 am
Forum: VCL
Topic: Chart title placement when multiple top axes
Replies: 1
Views: 5927

Re: Chart title placement when multiple top axes

Hello,

You can set the custom axis ResizeChart property to True and then the ChartRect will be "inflated":

Code: Select all

  Chart1.CustomAxes[1].ResizeChart:=True;
by Christopher
Thu Oct 04, 2018 11:56 am
Forum: .NET
Topic: Checkbox Column
Replies: 1
Views: 24240

Re: Checkbox Column

... 10] = "This is a long line" + Environment.NewLine + "of text with multiple" + Environment.NewLine + "lines"; tmp[0, 3] = "True"; tmp[0, 5] ... = 16; tTeeGrid1.Columns[1].TextAlignment = ColumnTextAlign.Custom; tTeeGrid1.Columns[1].TextAlign.Horizontal = HorizontalAlign.Right; ...