Search found 1603 matches

by Christopher
Tue Aug 01, 2023 11:06 am
Forum: .NET
Topic: Howto make automatic labels of the left axis be a multiple of some value
Replies: 16
Views: 28309

Re: Howto make automatic labels of the left axis be a multiple of some value

Hello, I think this does it for you: public Form1() { InitializeComponent(); var line1 = new Line(tChart1.Chart); var line2 = new Line(tChart1.Chart); var rnd = new Random(); var max = 900; for (int i = 0; i < 50; i++) { line1.Add(rnd.Next(max)); line2.Add(rnd.Next(max)); } tChart1.Axes.Left.Increme...
by Christopher
Mon Jul 31, 2023 2:29 pm
Forum: .NET
Topic: How to set the X with category data?
Replies: 19
Views: 25825

Re: How to set the X with category data?

Hello, if you didn't want to change your ProductInfo class, you could do the data transformation at runtime, e.g. public partial class Form1 : Form { public Form1() { InitializeComponent(); var line1 = new Line(tChart1.Chart); var line2 = new Line(tChart1.Chart); var product1 = "P1"; var product2 = ...
by Christopher
Mon Jul 31, 2023 9:37 am
Forum: .NET
Topic: Teechart.dll build issue in TeeChartNET2015SRC_4.1.2015.12160.exe
Replies: 1
Views: 10608

Re: Teechart.dll build issue in TeeChartNET2015SRC_4.1.2015.12160.exe

Hello,
sysadmin pune wrote:
Fri Jul 28, 2023 12:14 pm
Please let us know the correct line or things that need to be done.
The missing line is:
XPathNodeIterator nodes = navigator.Select("//g21:Placemark | //g22:Placemark", manager);
by Christopher
Mon Jul 31, 2023 8:48 am
Forum: .NET
Topic: How to set the X with category data?
Replies: 19
Views: 25825

Re: How to set the X with category data?

Hello, okay, in which case you can use: public partial class Form1 : Form { public Form1() { InitializeComponent(); var line1 = new Line(tChart1.Chart); var line2 = new Line(tChart1.Chart); var product1 = "P1"; var product2 = "P2"; InitializeChart(line1, product1); InitializeChart(line2, product2); ...
by Christopher
Fri Jul 28, 2023 10:59 am
Forum: .NET
Topic: How to set the X with category data?
Replies: 19
Views: 25825

Re: How to set the X with category data?

Hello, The following code: public partial class Form1 : Form { public Form1() { InitializeComponent(); var line = new Line(tChart1.Chart); InitializeChart(line); } public class ProductInfo { public string Product { get; set; } public int Y { get; set; } } List<ProductInfo> list = new List<ProductInf...
by Christopher
Fri Jul 28, 2023 10:14 am
Forum: .NET
Topic: Steema.TeeChart.Drawing.DashStyle assignment issue
Replies: 1
Views: 10296

Re: Steema.TeeChart.Drawing.DashStyle assignment issue

Hello Venkat, here's a small example: public partial class MainWindow : Window { private TChart _tChart1 = new TChart(); public MainWindow() { InitializeComponent(); grid1.Children.Add(_tChart1); _tChart1.AfterDraw += _tChart1_AfterDraw; } private void _tChart1_AfterDraw(object sender, Steema.TeeCha...
by Christopher
Fri Jul 28, 2023 9:29 am
Forum: .NET
Topic: Teechart performance - evaluation
Replies: 1
Views: 10372

Re: Teechart performance - evaluation

Hello,

for that many points we recommend Downsampling—there's an example of this in the sample for net60 and the sample for net4.0:
Screenshot from 2023-07-28 11-28-47.png
Screenshot from 2023-07-28 11-28-47.png (247.09 KiB) Viewed 10349 times
by Christopher
Mon Jul 24, 2023 1:15 pm
Forum: .NET
Topic: TeeChart Standard Business for NET offline installer
Replies: 1
Views: 10411

Re: TeeChart Standard Business for NET offline installer

Hello, Can i get full offline installation package? I'm afraid we don't have standalone executable installer you can use. What you can do is to download all the dependences from NuGet, just as you downloaded the TeeChart Business NuGet. You can see the list of dependencies for different frameworks h...
by Christopher
Fri Jul 21, 2023 11:06 am
Forum: .NET
Topic: Features and fixes list
Replies: 1
Views: 10383

Re: Features and fixes list

Hello,

yes, of course; new features and fixes are listed here:
https://www.steema.com/version_info/net/last
by Christopher
Mon Jul 10, 2023 8:47 am
Forum: .NET
Topic: Checking On SubAxes Visible Property Causes Exception
Replies: 2
Views: 11560

Re: Checking On SubAxes Visible Property Causes Exception

Hello,

thank you for reporting this issue to us. We have added it to our issue tracking software with id=2620, and we attach the git diff as 'diff.md' within 'diff.zip' so you can keep your sources up to date.
diff.zip
(681 Bytes) Downloaded 579 times
by Christopher
Wed Jul 05, 2023 2:47 pm
Forum: .NET
Topic: need help about downsampling
Replies: 3
Views: 11415

Re: need help about downsampling

Hello, How do you get the screen shot you posted ? This is exactly the kind of help i am looking for. I took the screen-shot having run the samples I mentioned in my last post. That is, clone (or download) the repo, navigate to one of the two folders I mentioned and then open the Visual Studio solut...
by Christopher
Wed Jul 05, 2023 2:19 pm
Forum: .NET
Topic: need help about downsampling
Replies: 3
Views: 11415

Re: need help about downsampling

Hello! There's a useful sample you can run to see how to use the Downsampling function: Screenshot from 2023-07-05 16-14-08.png This sample is in our TeeChart-NET-Pro-Samples repo on GitHub, and the sample in question can be found: for net6.0 under NetDemoNET60 for net40 under Feature Demo
by Christopher
Wed Jul 05, 2023 2:11 pm
Forum: .NET
Topic: Dependencies of Steema.TeeChart.NET
Replies: 11
Views: 15669

Re: Dependencies of Steema.TeeChart.NET

Hello,
lukas.gruetzmacher wrote:
Wed Jun 28, 2023 1:12 pm
So, please hide these references.
We have modified our nuspec files and have published a new set of NuGet packages you can find here.
by Christopher
Thu Jun 22, 2023 4:38 pm
Forum: .NET
Topic: Top Line in Graph
Replies: 1
Views: 10250

Re: Top Line in Graph

Hello Kris, Please let us know if there is a workaround or if you will need to look into this further. If possible, we'd like to have that line back so we have as much consistency with prior releases as possible. I think this might be the back wall pen, e.g. public Form1() { InitializeComponent(); v...
by Christopher
Thu Jun 22, 2023 4:26 pm
Forum: .NET
Topic: Title names and axis variable names out of the chart with TeeChart for .Net
Replies: 1
Views: 10043

Re: Title names and axis variable names out of the chart with TeeChart for .Net

Hello, When I plot data in the chart, the title name goes out of the chart and you can not read it. By turning off a default speed optimization to stop the unnecessary recalculation of label sizes, I think you can achieve what you want, e.g. public Form1() { InitializeComponent(); var bar = new Bar(...