di Steema Software - Tipo prodotto: Componente / ASP.NET WebForms / .NET WinForms / .NET Class / .NET WPF / Silverlight / .NET Compact Framework / 100% Managed Code
TeeChart for .NET has two types of licenses, TeeChart for .NET Licenses that do not include the source code and TeeChart for .NET WITH Sources that includes the source code of the product.
If you require information on TeeChart for .NET Licenses that include the source code of the product, please visit the page above or Contact Us for pricing and availability.
Dear Teechart
Currently I'm working on a project which contains a chart based upon data from datasets. The type of series is gantt-series.
At design time, I do not know how many items there will be, and this gives me the problem of having so many items that it cannot fit into the left vertical axis without having the items to cover each other.
Therefore, I would like to know whether it is possible to have a vertical scroll bar making it possible to scroll up and down, if the left axis range is too wide. I have searched on the properties of the chart and series, but could not find any.
Anders Balslev
Rispondi
RE: TeeChart for .NET yeray 31-May-2011 09:08:41
Hello Anders,
You could use a regular ScrollBar and call the left axis SetMinMax function in the ScrollBar OnChange event to achieve the functionality you described.
--
Best Regards,
Yeray Alonso
Steema Support Central
"Important note: If you are a TeeChart registered customer,
please post your support questions at Steema's Support
monitored Forums for a prompter reply."
Rispondi
I am using teechart create a radar chart, but the chart's center is minimum value not 0
Can I set the center is 0, rather than the minimum value?
example:
source data:
a 1.3
b 2.6
c 1.5
d 1.6
e 1.9
Now we base these data create radar chart, the center is 1.3 not 0, it is not correct
Center is 0 is reasonable
if you have solution, pls mail to kidron@263.net
thank you.
Rispondi
回复: TeeChart for .NET kidron [China] 28-Aug-2010 11:01:51
Looking forward...
Rispondi
RE: TeeChart for .NET yeray [Spain] 31-May-2011 09:16:48
Hello kidron,
You could set the left and bottom axes not to be automatic and set their minimum to be 0. For example:
Steema.TeeChart.Styles.Radar rad1 = new Steema.TeeChart.Styles.Radar(tChart1.Chart);
rad1.FillSampleValues();
rad1.GetHorizAxis.AutomaticMinimum = false;
rad1.GetHorizAxis.Minimum = 0;
rad1.GetVertAxis.AutomaticMinimum = false;
rad1.GetVertAxis.Minimum = 0;
--
Best Regards,
Yeray Alonso
Steema Support Central
"Important note: If you are a TeeChart registered customer,
please post your support questions at Steema's Support
monitored Forums for a prompter reply."
Rispondi
We have the product as part of a larger system where do you get a user friendly guide or help file?
E-mail to Colin@sis_Limited.co.uk
Thanks,
Colin.
Rispondi
We have the product as part of a larger system where do you get a user friendly guide or help file?
E-mail to Colin@sis_Limited.co.uk
Thanks,
Colin.
Rispondi

Autore
Categoria primaria
Prodotti correlati
Categorie correlate
ComponentSource offre un servizio unico globale usato da oltre 1.000.000 di sviluppatori nel mondo.