Search found 54 matches

by Dmitry
Tue Feb 04, 2014 6:44 pm
Forum: Java
Topic: change position at bar
Replies: 2
Views: 8911

Re: change position at bar

And How tp solve problem with the overlap mark?
by Dmitry
Mon Feb 03, 2014 8:51 pm
Forum: Java
Topic: change position at bar
Replies: 2
Views: 8911

change position at bar

How does the position change at the bar?
I would like to make displace to right (or left).
Dmitry
by Dmitry
Sat Apr 06, 2013 9:42 am
Forum: Java
Topic: too long name
Replies: 1
Views: 7145

too long name

How can I manage view value in chart? I'd like cut too long name

screen is attachment
Dmitry
by Dmitry
Sun Feb 10, 2013 7:16 pm
Forum: Java
Topic: problem with GridData
Replies: 8
Views: 17295

Re: problem with GridData

Yeray, And let's using email.
by Dmitry
Sun Feb 10, 2013 7:04 pm
Forum: Java
Topic: problem with GridData
Replies: 8
Views: 17295

Re: problem with GridData

try so and look at result protected Composite viewChart(final Composite parent) { final Composite grpMain = ShopWidget.createGroup(parent, 1, SWT.NONE); ScrolledComposite grpScroll = new ScrolledComposite(grpMain, SWT.NONE | SWT.V_SCROLL | SWT.H_SCROLL); // standard SWT scroll composite grpScroll.se...
by Dmitry
Wed Feb 06, 2013 7:37 am
Forum: Java
Topic: problem with GridData
Replies: 8
Views: 17295

Re: problem with GridData

Sorry for pause. Repeat. You set chart widget in vertical Center parent composite. protected void createScroll(Composite parent) { grpScroll = ShopWidget.createScrollComposite(parent); grpScroll.setLayoutData(new GridData(GridData.FILL_BOTH | GridData.VERTICAL_ALIGN_BEGINNING)); grpMainScroll = Shop...
by Dmitry
Thu Jan 17, 2013 9:56 am
Forum: Java
Topic: problem with GridData
Replies: 8
Views: 17295

Re: problem with GridData

I made parent Composite and set inside it chart chart = new TChart(parent, SWT.BORDER); chart.setLayoutData(new GridData(GridData.FILL_BOTH | GridData.VERTICAL_ALIGN_BEGINNING )); FILL_BOTH is working but .VERTICAL_ALIGN_BEGINNING is not working http://www.s-iberia.com/images1/l.png I think you gene...
by Dmitry
Mon Jan 14, 2013 1:01 pm
Forum: Java
Topic: problem with GridData
Replies: 8
Views: 17295

problem with GridData

chart = new TChart(parent, SWT.BORDER); chart.setLayoutData(new GridData(GridData.VERTICAL_ALIGN_BEGINNING)); Caused by: java.lang.ClassCastException: org.eclipse.swt.layout.GridData cannot be cast to org.eclipse.swt.layout.FillData at org.eclipse.swt.layout.FillLayout.computeChildSize(Unknown Sourc...
by Dmitry
Fri Jan 11, 2013 7:59 am
Forum: Java
Topic: Scrolling
Replies: 1
Views: 6720

Scrolling

Send me example for scrolling any chart in SWT.
Dmitry
by Dmitry
Thu Mar 22, 2012 4:36 pm
Forum: Java
Topic: Legend and Scrolling
Replies: 3
Views: 28611

Legend and Scrolling

How can I set scrolling for Legend if it has many values and screen too small for all values?
Dmitry
by Dmitry
Wed Sep 14, 2011 1:16 pm
Forum: Java
Topic: Overlap
Replies: 1
Views: 7026

Overlap

How can I remove overlapping of marks from a pie chart?
setAutoMarkPosition does not hel me.
by Dmitry
Sun Apr 24, 2011 6:33 pm
Forum: Java
Topic: Evaluation
Replies: 9
Views: 17451

Re: Evaluation

> We'll try to fix it asap

AND where is new fix?
Dmitry
by Dmitry
Thu Mar 17, 2011 9:19 am
Forum: Java
Topic: Evaluation
Replies: 9
Views: 17451

Re: Evaluation

Yeray, I'm using SWT version. Your examples with Swing
by Dmitry
Tue Mar 01, 2011 7:36 pm
Forum: Java
Topic: Evaluation
Replies: 9
Views: 17451

Re: Evaluation

My screenshot is evidence too and I downloaded TeeChartJava2_with_Sources.zip. I use Eclipse (Helios).
Previous version is correctly
by Dmitry
Sat Feb 26, 2011 10:01 am
Forum: Java
Topic: Evaluation
Replies: 9
Views: 17451

Re: Evaluation

I downloaded from customer's zone and activated copy. After I copied TeeChart.SWT.jar to my library path, old jar was removed.
Where can I get correct.jar?