Can some one please clarify me from the below screenshot what does X10 ,X100,X1 000 refers next to the label name.
Thanks,
Rajani
Those are Logarithmic Scale of Base 10, 100, 1000 etc. Please check this link for more details.
Related
I have 2 questions need your help.
I would like to add a button on each plot to be a setting button. I use label with event listener and it works well ( as shown in attached file). However, my client asked me to change from normal text to graphic icon? How should I proceed?
As you can see from the attached image, the third plot is macd series. The value rage is from -3e-8 to 3e-8 (by my observation). I manually set the maximum and minimum, and it get incorrect scale as shown.
How should I set the maximum and minimum for yScale?
I don't know how to get maximum and minimum value from a series. Can you suggest me?
A1 – Unfortunately, the current version of AnyChart doesn't provide an opportunity to add custom-made buttons inside the chart. But you can use a trick and use stage based layout. It means that the container includes a stage. The stage includes the stock chart all other elements by layers. Using this approach you can place an image (icon) upon the plot and set a listener just as for the 'settings' label.
For details, please, check the sample in the comment below.
A2 - We are planning to fix this behavior in 8.4.2 update (approximately by the end of November 2018).
I will notify you when the fix becomes available.
As a temporary workaround, you can get min /max value from your MACD indicator. For details, please, check the sample in the comment below.
You can apply min/max to the yScale of plot #0 like this:
chart.plot(0).yScale().minimum(minValue);
chart.plot(0).yScale().maximum(maxValue);
We are glad to inform you that we have released 8.4.2 update which brings many fixes and improvements. This update also includes a fix on the issue you reported. Now calculation of min/max of Y-scale works properly with small values. Update your binaries to get the fix.
please visit this link : http://schoolboards4.newtrendzonline.com/index.php/snowman-markers/whiteboard-markers/snowman-whiteboard-markers-round-tip.html here on products ,you can see label-image : "ultimate" but Background-space for "ultimate" is very less.
please guide me to "how to increase the size of the mango shaped "background-space".
let me know if you need any clarifications.
thanks in advance.
This icon is contained in this sprite: http://schoolboards4.newtrendzonline.com/skin/frontend/default/galarainbow/images/productlabel_icons.png To change the size of it you will need to edit this png file and resize the icon (in Photoshop or Gimp etc)
I need help to make algo that help me to display images like this. The list size of pic is not fixed. There may be 10 pic or 100 pic. I'm making this site in JSF.
I have requirement for the barchart which I have created using JFreeChart libraries.
I am illustrating this using an example. Lets say:
I have plotted "John", "Mark", "Louis" and "Keith" on the X-axis (Students) and their respective marks on the Y-axis. I am using three different bars for each of the students to show their respective English, Science, and Maths marks.
Lets say, Science weigh the most, hence a student getting highest in Science would get a "Gold-Medal". Highest in "Maths" would fetch a student a "Silver", and highest in English would fetch him a "Bronze"
I want to put a small image (gold, silve or bronze) beside the label of the student who has got the highest marks in each of the subjects. A particular student (obviously) can get all the medals. Can this (or a thing similar to this) be done.
I am using JFreeChart's ChartFactory.createBarChart(...) api for this. I am able to plot the graph correctly but stuck with the above requirement.
Thank you!
You might look at one of the org.jfree.chart.annotations such as XYDataImageAnnotation, XYDrawableAnnotation or XYImageAnnotation.
It has been a long time this question was asked,
This is what I have done to achieve it.
Drawn a image at : (x,y) at each Category Entity.
Size of image : (width ,height) of CategoryLabel entity.
You can place you image accordingly around the category label.
Preview
Hope it helps.
Cheers :)
When I change WizardForm.TasksList.Offset to 20, the result looks like this:
http://img534.imageshack.us/img534/5968/taskslist1.png
When I change it to 120, it looks like this:
http://img683.imageshack.us/img683/7863/taskslist2.png
The problem is, I need it 120, but I don't want any space between the checkbox and it's label.
You can see that with offset 120 it looks just awful, because of that space. I want the space to appear only at the left side, not in the middle. Is there any way to accomplish that?
It actually looks like a bug to me, because offsetting on both sides of the "checkbox square" just doesn't make any sense. Or does it?
Instead of WizardForm.TasksList.Offset, does setting WizardForm.TasksList.Left := 120; work for your needs?
Seems to move the checkbox over but not affect spacing otherwise.
According to Jordan Russell (author of Inno Setup), this is not possible.