User Profile

Collapse

Profile Sidebar

Collapse
psgpsg
psgpsg
Last Activity: Feb 18 '11, 09:41 AM
Joined: Feb 5 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to display label on the right side outside of chart using JavaFreechart?

    Hi All,
    In my application, i have created the bar chart using the JFreechart and also added the Value marker for y= 100 and its working fine.From the below code i get the label on right side (but inside the chart). But i need to add the text against the y = 100 on right side (outside the chart).

    Code:
      Marker target = new ValueMarker(100);
      target.setPaint(Color.BLACK);
      target.setLabel("Test");
    ...
    See more | Go to post

  • psgpsg
    started a topic How to display Tooltip for Labels till mouseout?

    How to display Tooltip for Labels till mouseout?

    Hi All,
    In Html, I have used the "title" for the label tag to display the tooltip for the labels on mouse over. But the tooltip exists only for few seconds but i need to display the tool tip till the mouse outs.

    Please suggest some ideas. Thanks in Advance.

    Code:
      <label for = "testSample" title="Tooltip Message" >
        TextLabel
      </label>
    See more | Go to post
No activity results to display
Show More
Working...