Search found 10 matches

by Perbit
Thu Jul 17, 2014 12:44 pm
Forum: Java
Topic: Bar Chart / Horizontal Bar Chart - Draw area problem
Replies: 3
Views: 12516

Re: Bar Chart / Horizontal Bar Chart - Draw area problem

The problem is for me, that the Chart have to be bigger than bars can be displayed. Because there are to many bars for so little space. That's the reason why I have to upsize the "Left"-Axis. The upsized Axis is to big for the Draw-Area. Is there no way to make the chart bigger than the shown draw-A...
by Perbit
Mon Jul 14, 2014 4:54 pm
Forum: Java
Topic: Bar Chart / Horizontal Bar Chart - Draw area problem
Replies: 3
Views: 12516

Bar Chart / Horizontal Bar Chart - Draw area problem

Hello TeeChart, I'll show you the following Screenshots: 1. Screen Problem Color-Lines.png Here you see, that when I scroll in the chart, the color-lines are getting over the drawing-area-bounds (see marked inside the red box). Is it an bug, or am I able to disable this? 2. Screen Problem Chart over...
by Perbit
Mon Jul 07, 2014 12:36 pm
Forum: Java
Topic: Bar Chart - MarktsTip / ToolTip not working
Replies: 1
Views: 8965

Bar Chart - MarktsTip / ToolTip not working

Hello TeeChart, I have another problem while setting up bar-chart. I want to have ToolTips in there. I have a flexible amount of series. For each bar on each series, I need to have ToolTips. That means: If I click on one bar, I want to have shown its value in a ToolTip. I tried it with the following...
by Perbit
Wed Jul 02, 2014 11:48 pm
Forum: Java
Topic: Bar Chart - Threshold Lines possible?
Replies: 2
Views: 10303

Re: Bar Chart - Threshold Lines possible?

Thank you very much. It was exactly the solution I looked for. :)
by Perbit
Tue Jul 01, 2014 3:33 pm
Forum: Java
Topic: Bar Chart - Threshold Lines possible?
Replies: 2
Views: 10303

Bar Chart - Threshold Lines possible?

Hello all, I need support again. Now it's about to create a bar-chart. I need to get 2 threshold-lines in it. An upper threshold-line (green) and a lower threshold line (red). It should look like the following (here only the lower red threshold-line is shown): Bar-Chart.png Can you give me an soluti...
by Perbit
Tue Jun 17, 2014 12:57 pm
Forum: Java
Topic: CircularGauge - PackageMistake?
Replies: 7
Views: 19434

Re: CircularGauge - PackageMistake?

Hello Yeray, I have another question about the CircularGauge. Now I know, that it is only possible to have one threshold (Change between "GreenLine" and "RedLine"). I want to label this threshold and give it a name. That means: Change between GreenLine and Redline is at value "5". So at value 5 I wa...
by Perbit
Fri Jun 13, 2014 9:20 am
Forum: Java
Topic: Legends and Tooltips
Replies: 2
Views: 10702

Legends and Tooltips

Thank you for your answer :) Now I have a question about Legends and Tooltips: I want to limit the number of Legend Entries - but these Entries, which were affected by limitation should be viewable through an "Legend-Tab" . That means there should be a symbol right of the entries, I can tab on it, a...
by Perbit
Thu Jun 12, 2014 11:15 am
Forum: Java
Topic: CircularGauge - PackageMistake?
Replies: 7
Views: 19434

Re: CircularGauge - PackageMistake?

Thanks for reply. I did it now like this. It's still a frame around it, but I think it's okay: series3.getNumericGauge().getValueMarker().getShape().setTransparent(true); series3.getNumericGauge().getValueMarker().getShape().getFont().setBold(true); series3.getNumericGauge().getValueMarker().getShap...
by Perbit
Thu Jun 12, 2014 9:26 am
Forum: Java
Topic: CircularGauge - PackageMistake?
Replies: 7
Views: 19434

Re: CircularGauge - PackageMistake?

Hello Yeray, thank you for your support. I have another question. I want to have my Circular Gauge to look like this: http://www.edge-technologies.com/sites/default/files/appboard_widgets/w_circulargauge.png That means I want to have the two thresholds. The lower Threshold to define where the first ...
by Perbit
Tue Jun 10, 2014 4:30 pm
Forum: Java
Topic: CircularGauge - PackageMistake?
Replies: 7
Views: 19434

CircularGauge - PackageMistake?

Hello all, I have the following problem: I wanted to set up an circularGauge with the following code (out of Forum): Steema.TeeChart.Styles.CircularGauge circularGauge1 = new Steema.TeeChart.Styles.CircularGauge(tChart1.Chart); circularGauge1.Frame.Visible = false; circularGauge1.FaceBrush.Visible =...