Where can i find this?
All Features\Welcome!\Functions\Financial\MACD
its not in the TeeChartJavaAndroid_3.2012.0202.zip
Michael
Search found 9 matches
- Fri Jul 27, 2012 6:18 am
- Forum: Java
- Topic: How to use the MACD function?
- Replies: 3
- Views: 10657
- Tue Jul 24, 2012 12:22 pm
- Forum: Java
- Topic: How to use the MACD function?
- Replies: 3
- Views: 10657
How to use the MACD function?
Hello,
i have a bar chart like this:
now i want a MACD view like this:
How can i use the MACD function? I cannot find an example in the tutorials?
Thanks for ur help!
Michael
i have a bar chart like this:
now i want a MACD view like this:
How can i use the MACD function? I cannot find an example in the tutorials?
Thanks for ur help!
Michael
- Mon Jul 23, 2012 2:57 pm
- Forum: Java
- Topic: Problem with an area
- Replies: 1
- Views: 7228
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 ...
- 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: 15574
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.
But one more question. How can i prevent the overlapping of axis label when i use the axis break tool?
Thanks again.
- 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: 15574
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 ...
- 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: 15574
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?
- 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: 10066
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
i hope u have an idea for my other topic
Michael
- 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: 15574
[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 ...
- 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: 10066
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...