Search found 6 matches
- Fri Nov 24, 2017 12:00 pm
- Forum: .NET
- Topic: Gap between border and chart
- Replies: 1
- Views: 6903
Gap between border and chart
Hello guys, I have problem with area, that is creating between border and chart itself. With one chart line it is okay, but with more custom axis in the chart, distance between border and chart itself increases. Axis axis2 = new Axis(false, false, ch1); ch1.Axes.Custom.Add(axis2); zmesP.CustomVertAx...
- Wed Nov 08, 2017 12:51 pm
- Forum: .NET
- Topic: Preventing connection to JS files on Steema webpage
- Replies: 8
- Views: 16174
Re: Preventing connection to JS files on Steema webpage
I find out, that I need to leave "style" option for tchart. If I delete for example position or z-index I will get an error.
Code: Select all
style="Z-INDEX: 107; LEFT: 400px; POSITION: relative; TOP: 15px;"
- Wed Nov 08, 2017 8:49 am
- Forum: .NET
- Topic: Preventing connection to JS files on Steema webpage
- Replies: 8
- Views: 16174
Re: Preventing connection to JS files on Steema webpage
You were right Yeray, its working now. Thank you. Don't you know, when I replace tchart server control from example: <tchart:WebChart id="WebChart1" runat="server" Config="..." TempChart="Session" AutoPostback="False" GetChartFile="GetChart.aspx" PictureFormat="JScript" Height="300px" Width="900px">...
- Tue Nov 07, 2017 8:47 am
- Forum: .NET
- Topic: Preventing connection to JS files on Steema webpage
- Replies: 8
- Views: 16174
Re: Preventing connection to JS files on Steema webpage
Yeray, I am not sure if I understand, what you mean by "edit that output using a Streams, .....". Search pages about Streams in C#, but nothing about redirecting a references from external to internal paths. There is no option for us to read from those references externally. It would be perfect, if ...
- Tue Oct 31, 2017 11:50 am
- Forum: .NET
- Topic: Preventing connection to JS files on Steema webpage
- Replies: 8
- Views: 16174
Re: Preventing connection to JS files on Steema webpage
Hello Yeray, I should mention it, that it was first thing I tried to locally include these scripts to my solution. These lines are automatically generated by object on server side. <script src="http://www.steema.com/files/public/teechart/html5/v2014.04.28.1.6/src/teechart.js" type="text/javascript">...
- Mon Oct 30, 2017 11:45 am
- Forum: .NET
- Topic: Preventing connection to JS files on Steema webpage
- Replies: 8
- Views: 16174
Preventing connection to JS files on Steema webpage
Hello, guys I would like to ask you about specific problem, that I am dealing with. I am programming statistics and charts on our intranet portal, where users have to authenticate yourself to make connection to the internet. The problem is, when I ran one of your sample project for example (JLineCha...