Horizontal Area Color
Horizontal Area Color
in new version 3.0 of teechart the horizontalarea color have only the top have different colors but i need that the horizontal area have color in top and in the front
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi tduque,
I could reproduce the issue here using code below and added it (TF02013683) to the defect list to be fixed for next releases. Can you please confirm this is the same problem you are experiencing?
Thanks in advance.
I could reproduce the issue here using code below and added it (TF02013683) to the defect list to be fixed for next releases. Can you please confirm this is the same problem you are experiencing?
Code: Select all
public Form1()
{
InitializeComponent();
InitializeChart();
}
private void InitializeChart()
{
Steema.TeeChart.Styles.HorizArea horizArea1 = new Steema.TeeChart.Styles.HorizArea(tChart1.Chart);
horizArea1.FillSampleValues();
horizArea1.ColorEach = true;
}
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Color Each
The thing is tha when i put the property of color each in the horizontal area the colors appear on the top of the graphic but i need tha the graphic takes each color for all part of the graphic
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi tduque,
Yes, that's what I could reproduce using the code I posted and that's what I logged in the bug list too.
Yes, that's what I could reproduce using the code I posted and that's what I logged in the bug list too.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Yes thats my problem
Yes thats my problem