Search found 20 matches

by MShefi
Wed Feb 29, 2012 12:56 pm
Forum: .NET
Topic: Last column width
Replies: 7
Views: 12494

Re: Last column width

Update:
i fixed the big bar problem with TeeChart.Page.MaxPointsPerPage.
by MShefi
Tue Feb 28, 2012 1:26 pm
Forum: .NET
Topic: Last column width
Replies: 7
Views: 12494

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.
by MShefi
Tue Feb 28, 2012 1:06 pm
Forum: .NET
Topic: Last column width
Replies: 7
Views: 12494

Re: Last column width

In addition, it seems like something in the axes change.
see axes differences in attached pictures.
axesbuild.JPG
axesbuild.JPG (20.54 KiB) Viewed 12609 times
axesbuild1.JPG
axesbuild1.JPG (23.99 KiB) Viewed 12608 times
by MShefi
Mon Feb 27, 2012 1:47 pm
Forum: .NET
Topic: Last column width
Replies: 7
Views: 12494

Re: Last column width

Hi,

i saw the example in the demo, but i can't find "SizeValues" property in my series.
by MShefi
Mon Jan 23, 2012 8:02 am
Forum: .NET
Topic: Last column width
Replies: 7
Views: 12494

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 ...
by MShefi
Thu Jan 19, 2012 2:52 pm
Forum: .NET
Topic: AutoBarSize
Replies: 1
Views: 4503

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?
by MShefi
Wed Dec 28, 2011 8:01 am
Forum: .NET
Topic: HatchStyle in WPF
Replies: 5
Views: 8989

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...
by MShefi
Wed Dec 28, 2011 7:55 am
Forum: .NET
Topic: Animations WPF
Replies: 3
Views: 6698

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)?
by MShefi
Tue Dec 27, 2011 2:12 pm
Forum: .NET
Topic: HatchStyle in WPF
Replies: 5
Views: 8989

Re: HatchStyle in WPF

Hi,

The ChartBrush doesn't have style property, so i cannot access gantt1.Pointer.Brush.Style.
by MShefi
Tue Dec 27, 2011 11:59 am
Forum: .NET
Topic: Object reference not set to an instance of an object.
Replies: 1
Views: 4415

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...
by MShefi
Tue Dec 27, 2011 11:50 am
Forum: .NET
Topic: Animations WPF
Replies: 3
Views: 6698

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?
by MShefi
Tue Dec 27, 2011 9:11 am
Forum: .NET
Topic: TeeChart's graph scales
Replies: 1
Views: 4391

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 ...
by MShefi
Sun Dec 25, 2011 8:19 am
Forum: .NET
Topic: HatchStyle in WPF
Replies: 5
Views: 8989

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)
by MShefi
Tue Dec 13, 2011 7:35 am
Forum: .NET
Topic: TeeChart2011 and WPF
Replies: 3
Views: 6701

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...
by MShefi
Sun Dec 04, 2011 9:38 am
Forum: .NET
Topic: TeeChart2011 and WPF
Replies: 3
Views: 6701

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?