Update:
i fixed the big bar problem with TeeChart.Page.MaxPointsPerPage.
Search found 20 matches
- Wed Feb 29, 2012 12:56 pm
- Forum: .NET
- Topic: Last column width
- Replies: 7
- Views: 12747
- Tue Feb 28, 2012 1:26 pm
- Forum: .NET
- Topic: Last column width
- Replies: 7
- Views: 12747
Re: Last column width
Hi Sandra,
it is very problematic to copy the code. it's complex, we do initiation and configuration on several places,etc.
it is very problematic to copy the code. it's complex, we do initiation and configuration on several places,etc.
- Tue Feb 28, 2012 1:06 pm
- Forum: .NET
- Topic: Last column width
- Replies: 7
- Views: 12747
Re: Last column width
In addition, it seems like something in the axes change.
see axes differences in attached pictures.
see axes differences in attached pictures.
- Mon Feb 27, 2012 1:47 pm
- Forum: .NET
- Topic: Last column width
- Replies: 7
- Views: 12747
Re: Last column width
Hi,
i saw the example in the demo, but i can't find "SizeValues" property in my series.
i saw the example in the demo, but i can't find "SizeValues" property in my series.
- Mon Jan 23, 2012 8:02 am
- Forum: .NET
- Topic: Last column width
- Replies: 7
- Views: 12747
Last column width
Hi, i have a problem with the last column width in bars series. all the other bars are in the same size and the last bar gets a different size. in addition, when i have two groups of data with some space between, the last bar of the first group resize and stretch to join the first bar of the second ...
- Thu Jan 19, 2012 2:52 pm
- Forum: .NET
- Topic: AutoBarSize
- Replies: 1
- Views: 4574
AutoBarSize
Hi,
i'm searching the "AutoBarSize" property in TeeChart 2011 and i cannot find it.
it was in Steema.TeeChart.Styles.Bar with OffsetPercent and BarWidthPercent.
where can i find it?
i'm searching the "AutoBarSize" property in TeeChart 2011 and i cannot find it.
it was in Steema.TeeChart.Styles.Bar with OffsetPercent and BarWidthPercent.
where can i find it?
- Wed Dec 28, 2011 8:01 am
- Forum: .NET
- Topic: HatchStyle in WPF
- Replies: 5
- Views: 9163
Re: HatchStyle in WPF
Hi, I'm using "Steema TeeChart for .NET 2011 4.1.2011.06280". I copied the code and it doesn't work: Error 223 'Steema.TeeChart.WPF.Drawing.ChartBrush' does not contain a definition for 'Style' and no extension method 'Style' accepting a first argument of type 'Steema.TeeChart.WPF.Drawing.ChartBrush...
- Wed Dec 28, 2011 7:55 am
- Forum: .NET
- Topic: Animations WPF
- Replies: 3
- Views: 6834
Re: Animations WPF
Hi,
i'm not trying to achieve some specific animation, i'm trying to understand The WPF animation capabilities of the Tee Chart - Are there any additions and new UI features in the WPF Tee Chart(That i cannot achieve in WinForm TeeChart)?
i'm not trying to achieve some specific animation, i'm trying to understand The WPF animation capabilities of the Tee Chart - Are there any additions and new UI features in the WPF Tee Chart(That i cannot achieve in WinForm TeeChart)?
- Tue Dec 27, 2011 2:12 pm
- Forum: .NET
- Topic: HatchStyle in WPF
- Replies: 5
- Views: 9163
Re: HatchStyle in WPF
Hi,
The ChartBrush doesn't have style property, so i cannot access gantt1.Pointer.Brush.Style.
The ChartBrush doesn't have style property, so i cannot access gantt1.Pointer.Brush.Style.
- Tue Dec 27, 2011 11:59 am
- Forum: .NET
- Topic: Object reference not set to an instance of an object.
- Replies: 1
- Views: 4505
Object reference not set to an instance of an object.
Hi, i get "Object reference not set to an instance of an object" exception in WPF Tee Chart. The exception is thrown on the line "Application.Run()". What can i do? Here is the stack trace: at Steema.TeeChart.WPF.Drawing.ChartBrush.SetDrawingBrush() at Steema.TeeChart.WPF.Drawing.ChartBrush.get_Draw...
- Tue Dec 27, 2011 11:50 am
- Forum: .NET
- Topic: Animations WPF
- Replies: 3
- Views: 6834
Animations WPF
Hi,
i'm planning to perform a migration from Winform Tee Chart to WPF Tee Chart.
After the migration will end, i will get the same look and feel.
how can i add special animation and other GUI enhancements to make the Tee Chart look more interactive?
i'm planning to perform a migration from Winform Tee Chart to WPF Tee Chart.
After the migration will end, i will get the same look and feel.
how can i add special animation and other GUI enhancements to make the Tee Chart look more interactive?
- Tue Dec 27, 2011 9:11 am
- Forum: .NET
- Topic: TeeChart's graph scales
- Replies: 1
- Views: 4474
TeeChart's graph scales
Hello. We've been using the regularTeeChart component in order to display a tabs graph. When we scrolled the graph to the right or to the left, the Y-Axis scale changed. Now we started using the .NET version of TeeChart and we noticed that when we scroll the graph, not only the Y-Axis scale changes ...
- Sun Dec 25, 2011 8:19 am
- Forum: .NET
- Topic: HatchStyle in WPF
- Replies: 5
- Views: 9163
HatchStyle in WPF
Hi,
i have this line of code in TeeChart(Winforms)
((Steema.TeeChart.WPF.Styles.Gantt)TeeChartControl.Series[index]).Pointer.Brush.Style = HatchStyle.Percent60;
How can i achieve this in TeeChart Wpf? (it doesn't recognize the style property for ChartBrush)
i have this line of code in TeeChart(Winforms)
((Steema.TeeChart.WPF.Styles.Gantt)TeeChartControl.Series[index]).Pointer.Brush.Style = HatchStyle.Percent60;
How can i achieve this in TeeChart Wpf? (it doesn't recognize the style property for ChartBrush)
- Tue Dec 13, 2011 7:35 am
- Forum: .NET
- Topic: TeeChart2011 and WPF
- Replies: 3
- Views: 6802
Re: TeeChart2011 and WPF
Hi, let my clarify myself, I'm trying to migrate from teechart to teechart.WPF. first, I'm checking the opportunity to stay in WinForm application and embed teechart.WPF in it. there are some differences: 1. Different Types - Some double variables become int, etc. 2. All microsoft properties(like lo...
- Sun Dec 04, 2011 9:38 am
- Forum: .NET
- Topic: TeeChart2011 and WPF
- Replies: 3
- Views: 6802
TeeChart2011 and WPF
Hi,
i am researching the possibly to migrate our application to WPF.
Is there a different teeChart control for WPF or is that the same control? should i make some code changes in order to migrate the teeChart control to WPF? where can i get more information regarding the teeChart WPF support?
i am researching the possibly to migrate our application to WPF.
Is there a different teeChart control for WPF or is that the same control? should i make some code changes in order to migrate the teeChart control to WPF? where can i get more information regarding the teeChart WPF support?