Designing Line Graph

Hi,
How to get class file to design a line graph with multiple series and facility to set minimum and maximum values of y-axis. and I need applet code also

Take a look at: http://www.jfree.org/jfreechart/index.html
And if you need to do it from a JSP: http://cewolf.sourceforge.net/

Similar Messages

  • Design Studio line graph width

    Hi,
    Please let me know where to change the width of the line in the line graph of the BO design studio 1.4
    Thanks,
    Viswes

    Hi Viswes,
    Under additional Properties is where you can change the width of a line.
    Raj

  • Different shapes for symbols in line graph

    I can't figure out how to change the default square data points in a line graph.  When I try to got to Object>Graph>Marker it is greyed out.  When I click on a circle symbol and then try to go to Object>Graph>Design, it is greyed out.  I am so frustrated trying to do the simplest things in this program.  The online tutorials on how to make graphs do not seem to explain the simplest of tasks, only the difficult.  Thanks for any help!

    Do can do, see API..... You will need to create your own custom control by displaying a graphic with the rounded image. Search forum for displaying an image.

  • Multiple symbols for line graph in illustrator

    I can't figure out how to change the default square data points in a line graph.  When I try to got to Object>Graph>Marker it is greyed out.  When I click on a circle symbol and then try to go to Object>Graph>Design, it is greyed out.  I am so frustrated trying to do the simplest things in this program.  The online tutorials on how to make graphs do not seem to explain the simplest of tasks, only the difficult.  Thanks for any help! 

    Skeptic,
    Yes, it's cumbesome, but it's described in Online Help (at least in CS3 and prior):
    Draw whatever you want to use for the marker. (It can be a Symbol; doesn't matter.)
    Draw a rectangle and send it behind the marker artwork. For a marker on a line chart, the size of the rectangle relative to the marker art defines the scale.So the rectangle can be smaller than the artwork to make the artwork larger, as shown above. The rectangle can be unstroked, unfilled so it doesn't show.
    Select both the artwork and the rectangle. Group. Leave it selected.
    Object>Graph>Design. In the dialog, click New Design. Click OK.
    Black pointer: Select the graph. Object>Graph>Marker. In the dialog, select the Design you just created. Or...
    White pointer: AltClick a single marker in the Graph. AltClick it again to "select up" (Illustrator's upside-down selection scheme) to the parent group. AltClick again to include the legend marker. Object>Graph>Marker. In the dialog, select the Design. This way, you can assign different markers to the various lines in the line graph if you want.
    JET

  • Issue with Line Graph in SSRS

    I am pulling my hair our trying to format a line graph.
    Below is my current report - 
    The Line Graph I have created has a Category Group of "YearLogged" and "MonthLogged".
    The series I have added is an expression -
    =Count(IIF(Fields!InvoicePaid_.Value = "Yes" And Fields!ProcessTarget.Value = "InTarget", 1, Nothing))
    As you can see the data label is coming back as values in "Paid" column from my table. What I want is the percentages instead labelled.
    Also the Y axis is coming back with the total Paid invoices as a percentage? That's not right I want that to show up to 100%.
    I just want to show what % of invoices are being paid In Target over the month.
    Another question - where is the legend title getting "Process Target" from? Can I rename that to what ever I want?

    Hi ikilledbill,
    According to the snapshot of the chart you have provided that it seems you have put the fields "YearLogged" and "MonthLogged" in the Category Group and add  field "InTarget" in the Value area as Series, you also add
    the expression "Count(IIF(Fields!InvoicePaid_.Value = "Yes" And Fields!ProcessTarget.Value = "InTarget", 1, Nothing))" to display another series, now you want to display the percentage of InTarget/Paid as the data
    point, right?
    I have tested on my local envoronment and details information below for your reference:
    I have use some sample data as below and if you want to display the percentage value as in below snapshot, you need to add expression like below in the series:
    =Fields!InTarget.Value/Fields!Paid.Value
    After add the expression, right click the data label to select the "Series Label Properties" and click Number to select the "Percentage".
    Right click the Y-Axis and select the "Vertical Axis Properties", click Number to select the "Percentage".
    To change the Legend Title, please right click the series and select the "Series Properties", enter the title you want in the "Custom legend text":
    If I have some misunderstanding, please try to provide more details information about the design of the chart and also sample data in the table.
    Any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Line Graph Marker Size

    I created a icon that I want to substitute the default square markers for in a line graph. When I apply the change, the icons are way to small. How do I adjust the size?

    Which version of Illustrator are you using?
    Also, describe how you prepared your custom graph design. Show some screenshots if you think it may help to understand your issue.

  • CR 9 - Need HELP Setting Line Graph colors in the Chart Expert

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I created a Crystal Report (CR) based off an existing Trend Analysis report. I have created a VB6 application that calls the .RPT file I created for the report in CR.  The VB6 app sets the report recordset via code that corresponds to the .TTX file, and the parameters .  The report contains a Line graph that plots five pieces of data.  The report & graph work good.  The Problem: CR determines the color of each line on the graph.  However, I need to set the color for each line to correspond to the colors used on our existing reports.  The users are accustom to a certain color representing a certain set of data on the existing reports.   I have tried everything I can think of and from all documentation I can find, and nothing changes the line colors.   I have tried all of the following:
    1.) From the Chart Expert, Option tab, I click the Format button next to Color and setup conditional color settings per each piece of data.   However, when I run the report these conditional color settings are not reflected on the CR graph.     I am using formula fields (based off database fields in the recordset) to produce the report.  However, I only see the database fields to use in the conditional color formatting screen and not the formula fields.    I thought this would possibly be the cause why the colors wonu2019t change on the CR, but I canu2019t find a way to make the formula fields show up in the list.
    2.)Also, I tried right clicking the individual lines of the graph and change the selected item color, but this didnu2019t change the color either.  I do this in Design mode and Preview mode and neither one changes the color of the lines on the graph.
    3.)I have also looked into the CR object model to see if I can change the line colors of the graph via code and it doesn't look like I am given this flexibility.
    Do you know what I am doing wrong here?   I just want to be able to set the color of each line on the CR graph to the color I want instead of using the default colors.  Are there some Hot Fixes that I need to apply to my copy of CR?
    Thanks

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I got the problem fixed w/ the line graph not making the data lines the same color on the report as on the frmPlot graph.   Compare the two screen shots below.   The problem was as follows:  When I created the graph (in the Chart Expert) the field u201CReadingDateu201D was not one of the Report Fields, and all the other fields were Report Fields (Reading, LowAlarm, UpperAlarm, LowerLimit, & UpperLimit). See the 3rd screen shot below.  ReadingDate does show up as a Report Field now but it wasnu2019t at first.   Originally, this field was only available in the Chart Expert as a recordset field.  When I changed this field to be a Report Field, the graph then allowed me to change the data series line colors.   This was not obvious at all.   From the beginning when I setup the graph and passed in the recordset from VB it graphed all of the data series fine.   The colors that the Chart Expert chose for each line just didnu2019t match what was on the frmPlot graph.   Anyway, it is working now.     I can at least say I learned (somethingu2019s to-do and somethingu2019s not to-do) a good bit about Crystal Reports in the process.
    Thanks

  • CR XI - Problem Setting Line Graph colors in the Chart Expert

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I created a Crystal Report (CR) of an existing Trend Analysis report. I have created a VB6 application that calls the .RPT file I created for the report in CR.  The VB6 app sets the report recordset via code that corrsponds to the .TTX file, and the parameters .  The report contains a Line graph that plots five pieces of data.  The report & graph work good.  CR determines the color of each line on the graph.  However, I need to set the color for each line to correspond to the colors used on our existing reports.  The users are accustom to a certain color representing a certain set of data on the existing reports.   I have tried everything I can think of and from all documentation I can find, and nothing changes the line colors.   I have tried all of the following:
    1.) From the Chart Expert, Option tab, I click the Format button next to Color and setup conditional color settings per each piece of data.   However, when I run the report these conditional color settings are not reflected on the CR graph.     I am using formula fields (based off database fields in the recordset) to produce the report.  However, I only see the database fields to use in the conditional color formatting screen and not the formula fields.    I thought this would possibly be the cause why the colors wonu2019t change on the CR, but I canu2019t find a way to make the formula fields show up in the list.
    2.)Also, I tried right clicking the individual lines of the graph and change the selected item color, but this didnu2019t change the color either.  I do this in Design mode and Preview mode and neither one changes the color of the lines on the graph.
    3.)I have also looked into the CR object model to see if I can change the line colors of the graph via code and it doesn't look like I am given this flexibility.
    Do you know what I am doing wrong here?   I just want to be able to set the color of each line on the CR graph to the color I want instead of using the default colors.
    Thanks,Steve

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I got the problem fixed w/ the line graph not making the data lines the same color on the report as on the frmPlot graph.   Compare the two screen shots below.   The problem was as follows:  When I created the graph (in the Chart Expert) the field u201CReadingDateu201D was not one of the Report Fields, and all the other fields were Report Fields (Reading, LowAlarm, UpperAlarm, LowerLimit, & UpperLimit). See the 3rd screen shot below.  ReadingDate does show up as a Report Field now but it wasnu2019t at first.   Originally, this field was only available in the Chart Expert as a recordset field.  When I changed this field to be a Report Field, the graph then allowed me to change the data series line colors.   This was not obvious at all.   From the beginning when I setup the graph and passed in the recordset from VB it graphed all of the data series fine.   The colors that the Chart Expert chose for each line just didnu2019t match what was on the frmPlot graph.   Anyway, it is working now.     I can at least say I learned (somethingu2019s to-do and somethingu2019s not to-do) a good bit about Crystal Reports in the process.
    Thanks

  • How to set the 4th Y axis color for a line graph

    Hello experts,
    I have developed a multiple y axis line graph using oracle reports 10g.
    It has got 1 x axis and 4 axes. I am able to set the color of the the first three y axes
    but the reports designer automatically assigns yellow color to the 4th axis.
    I mean there is no option in the graph wizard for changing the 4th color)
    How to change the color of this 4th y axis to a desired color?
    Cheers
    Sri

    Assuming you mean that your graph has 4 series, not 4 Y axes, you might try something like this:
    1. Save a backup copy of your current report in case the changes you are about to make don't work out and you want to revert to the backup copy.
    2. Using the Property Inspector, display the current value of the Graph Settings property for your graph. The value of the property should be something like:
    <rw:graph id...
    </rw:graph>3. Look for a <SeriesItems> tag and a matching </SeriesItems> tag in the property value. If you don't find them, add the following two lines immediately before the </Graph> tag.
    <SeriesItems>
    </SeriesItems>4. Between the <SeriesItems> tag and the matching </SeriesItems> tag, add (or update) a <Series> tag for each series that you want to specify the color for. For example, to specify the color of the fourth series as red, you would use a <Series> tag like this:
    <Series id="3" color="#ff0000"/>Note that the id numbers start at 0 for the first series, 1 for the second, and so on. The color value is a hexadecimal number specifying the RGB value of the color.
    You can also use the <Series> tag to specify other features like the marker shape.
    For more information on what you can do using the Graph Settings property, see this FAQ and Technical Note.
    Hope this helps.

  • Drawing a dynamic line graph

    I want to have a line graph where the user inputs variables
    in a text box and then the graph is generated by the click of a
    button. Does anyone know how to do this or know where I could find
    a tutorial on this?

    Check out the MovieClip class for the drawing API –
    moveTo(), lineTo(), etc.
    The rest will just be interface design and some maths.
    For some reason I think that kglad has posted some code in
    the forums for at least parts of such a thing.

  • Basic line graph in CR

    Hi All,
    I have an xml datasource with many items. For example:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <USRPRES_REPORT>
       <TABLE id="0">
          <VALUE>0</VALUE>
       </TABLE>
       <TABLE id="1">
          <VALUE>3</VALUE>
       </TABLE>
       <TABLE id="2">
          <VALUE>1</VALUE>
       </TABLE>
    </USRPRES_REPORT>
    I would like to create a basic line graph from these values. The values can be 0-5, so the y axis can be the 0-5 and the x axis shows the actually value from the source. How can i create a graph like this? (as i see the CR alway wants to summarize, and it is my problem)
    Thanks for all!!!
    Imre Kovacs

    This looks to be more of a Crystal Report design issue so please post to the Crystal Reports Design forum at:
    SAP Crystal Reports
    Ludek

  • Dvt:line graph

    Hi ,
    I am developing dvt line graph for two object AX and BY .Graph is designed in such a way that at particular point of time it will intersect .
    Whenever it will intersect i want to identify point of intersection and draw a vertical dotted line .
    Can anyone help me how can i approach for this design .
    Thanks ,
    Arun.

    Hi Frank ,
    As per your opinion i cant get vertical dotted line for point of intersection ?
    Thanks ,
    Arun.

  • Don't round values (line graph label)

    I need to make a line graph with labeled markers. So, I create a marker design with "%02" (without quotes) as label to show the values. But, if I type, for example, 6,10 into the sheet, the marker's label shows 6,1. But I need show the entire number (with all the decimals, without rounding them up or down). Could you guys help me? Thanks a lot!

    Hi,
    According to your post, my understanding is that some fields not display in the alert email.
    Yes, we can use the workflow to replace the alert email.
    You can use the action “Send an Email” to achieve it, set the workflow auto start when items create or change.
    Note:The MMS, PG and the Slot are the column name.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Illustrator Line Graph tool out of alignment

    When I go to update an existing line graph, the result places the new line far outside of the appropriate boundaries - several inches from where it should be. This is not an issue of the new value being outside the scale range.

    What version.platform are you on?
    Here are my settings AI CS6 16.04 incase this helps.
    Lets see if this flushes out the corruption. Copy your data, draw a new graph, and paste the data. You can tyre object  >> graph >. design to save your design form your original and paste to the new item.

  • Create a line graph on EP 7.0

    We are trying to create a complex line graph in the portal which will pull data from SAP ISU. What is the best approach to developing this graph? Is SAP Chart Design suitable for creating a complex graph from scratch?
    Any help would be appreciate.

    U can open any one of this as per ur like and edit.
    Well, you cannot edit the standard delivered themes. You will need to make a copy of the standard one and edit that custom copy.
    Besides the theme editor in the portal, there is a tool called Eclipse theme editor which can come in handy to create/modify a theme. You can download this tool and the corresponding guide at the following location:
    http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/136dd890-0201-0010-1b9d-bd09a0d3b1d8
    Thanks,
    Shanti

Maybe you are looking for

  • About Maintenance View has 2 ZTABLEs

    Hello ALL. I created a Maintenance View has 2 tables. 2 tables are linked to one another with foreign keys. (2 tables are ZTABLEs.) (Cardinality is 1:1) I'm trying to entry records using Maintenance view.(SM30) I can insert new records to 2 tables at

  • Problem with scheduledSystemEvent Filter

    Hi All, I have a scheduledSystemEvent filter which triggers every night between 0000 to 0200. Since last few days all of sudden the control is not going in it. I have a few question around the same. 1) How many times "scheduledSystemEvent" filter exe

  • Is Mountain Lion 10.8.1 Causing GPU Usage to be 100% (iStat Menus)?

    I'm running a Macbook Pro (8,2) with a 2.3GHz Core i7 Processor, 16GB of Ram, 480GB OWC SSD, High-Res Screen (BTO).  I just upgraded to Mountain Lion from Lion, and now notice that iStat Menus is reporting 100% GPU usage.  Is anyone else seeing this?

  • Why Lightroom keeps using 30% CPU power all the time?

    Hello all, I am relatively new to LIghtRoom. I started working on a new set of photos  (400 app.). I opened it as new directory. Since then, all the time I work on theses pictures Lightroom keeps using app. 30% of CPU time. The over all time I spent

  • Help with Dynamic Form Input

    Hello, I'd like to generate a form with a PL/SQL script. Basically I'd like to ask the user to rank a set of items. I have two tables one, ITEMS [ID (Primary Key), NAME (VARCHAR2)] and one PREFERENCES [ID (Primary Key), ITEM_ID (Foreign Key),PREFEREN