Search found 9 matches

by micha
Fri Jul 27, 2012 6:18 am
Forum: Java
Topic: How to use the MACD function?
Replies: 3
Views: 10405

Re: How to use the MACD function?

Where can i find this?
All Features\Welcome!\Functions\Financial\MACD

its not in the TeeChartJavaAndroid_3.2012.0202.zip


Michael
by micha
Tue Jul 24, 2012 12:22 pm
Forum: Java
Topic: How to use the MACD function?
Replies: 3
Views: 10405

How to use the MACD function?

Hello,

i have a bar chart like this:
MACD1.jpg
MACD1.jpg (13.46 KiB) Viewed 10690 times
now i want a MACD view like this:
MACD.jpg
MACD.jpg (17.44 KiB) Viewed 10695 times
How can i use the MACD function? I cannot find an example in the tutorials?

Thanks for ur help!
Michael
by micha
Mon Jul 23, 2012 2:57 pm
Forum: Java
Topic: Problem with an area
Replies: 1
Views: 7030

Problem with an area

Hi i have a Problem with an area. Here is my first area... this area has axis breaks Chart1.png but when i switch the area to another area without axis Breaks, it seems that there is a little Problem. first i remove all series on the Tchart and then i generate a new area. But: chart2.png What can i ...
by micha
Mon Jul 16, 2012 6:16 am
Forum: Java
Topic: [Teechart Android]show X-Axis each day only from 9am to 6pm?
Replies: 6
Views: 15171

Re: [Teechart Android]show X-Axis each day only from 9am to 6pm?

ok thanks the Axis Break tool seems to be the solution.
But one more question. How can i prevent the overlapping of axis label when i use the axis break tool?

Thanks again.
by micha
Thu Jul 12, 2012 1:15 pm
Forum: Java
Topic: [Teechart Android]show X-Axis each day only from 9am to 6pm?
Replies: 6
Views: 15171

Re: [Teechart Android]show X-Axis each day only from 9am to 6pm?

Ok i cannot send u the project but with a picture u will findout what i what to achieve This a week chart with a Daystep as increment week.png But i wanna display the chart only from 9am to 6pm For example here: week1.png The solution would be the chart without the orange gaps. Any idea? Thanks for ...
by micha
Thu Jul 12, 2012 12:23 pm
Forum: Java
Topic: [Teechart Android]show X-Axis each day only from 9am to 6pm?
Replies: 6
Views: 15171

Re: [Teechart Android]show X-Axis each day only from 9am to 6pm?

The documentation of AxisLabelResolver is not the best. Do u have an example how to use it?
by micha
Thu Jul 12, 2012 6:33 am
Forum: Java
Topic: How to add a LinePen Color on an area when step is true?
Replies: 3
Views: 9818

Re: How to add a LinePen Color on an area when step is true?

Thanks....

i hope u have an idea for my other topic

Michael
by micha
Wed Jul 11, 2012 10:05 am
Forum: Java
Topic: [Teechart Android]show X-Axis each day only from 9am to 6pm?
Replies: 6
Views: 15171

[Teechart Android]show X-Axis each day only from 9am to 6pm?

Hi! I am using TeeChart for android. I am setting the scale of the x-Axis to DateTime bottomChart.getAxes().getBottom().setIncrement(Utils.getDateTimeStep(DateTimeStep.ONEDAY)); bottomChart.getAxes().getBottom().getLabels().setDateTimeFormat("dd.MM.yyyy"); But i only wanna show the time range for a ...
by micha
Wed Jul 11, 2012 8:53 am
Forum: Java
Topic: How to add a LinePen Color on an area when step is true?
Replies: 3
Views: 9818

How to add a LinePen Color on an area when step is true?

Hi i am using TeeChart Java for Android. I have a area with a line Color areaSeries.getLinePen().setColor(new Color(getResources().getColor(R.color.chart_main_color))); Linie.png but when i change the area to a "step area" areaSeries.setStairs(true); i am losing the LinePen color.... why? and how ca...