Line Graph - Line Width

i am having line graph with 2 lines . lines are coming thicker by default i want to make one of the line in my graph thinner. how can i do that below is my graph xml
chart:
<Graph seriesEffect="SE_AUTO_GRADIENT" graphType="LINE_VERT_ABS" graphicAntialiasing="true">
<LegendArea visible="true" />
<Title text="Center Growth" visible="true" horizontalAlignment="CENTER">
<GraphFont bold="true" italic="false" underline="false" />
</Title>
<SeriesItems>
<Series id="0" color="#0000FF" />
<Series id="1" color="#FF0000" />
</SeriesItems>
<O1Title text="Weeks" visible="true" />
<Y1Title text="Attendances" visible="true" />
<LocalGridData colCount="{count(xdoxslt:group(.//G_2,  'FWN'))}" rowCount="2">
<RowLabels>
<Label>RSum V</Label>
<Label>RSum</Label>
</RowLabels>
<ColLabels>
<xsl:for-each-group select=".//G_2" group-by="FWN" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<Label>
<xsl:value-of select="current-group()/FWN" />
</Label>
</xsl:for-each-group>
</ColLabels>
<DataValues>
<RowData>
<xsl:for-each-group select=".//G_2" group-by="FWN" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<Cell>
<xsl:value-of select="sum(current-group()/RSUM2[.!=''])" />
</Cell>
</xsl:for-each-group>
</RowData>
<RowData>
<xsl:for-each-group select=".//G_2" group-by="FWN" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<Cell>
<xsl:value-of select="sum(current-group()/RSUM1[.!=''])" />
</Cell>
</xsl:for-each-group>
</RowData>
</DataValues>
</LocalGridData>
</Graph>
please let me know i what is the code i need to add to make my line line thinner.
i checked line style but it didn't help..

is it possible to control line width in line graph.i tried to look for the option to control the width of lines ,not able to find anything on this.

Similar Messages

  • Line graph - lines position

    Hi,
    I have two lines in Line graph which represents current and previous years data. I have configured Style and conditional Formatting , and mentioned Positions as
    1 Current
    2 Previous year
    but while displaying lines , sometimes current year line is overlapping previous year line and previous year line overlapping current year.
    Can we make current year line to be always displayed at the top layer?
    Thanks,
    Hesh

    Hi All,
    I would like to hear from the folks who already had such problem. I want to confirm my client whether its an issue in OBIEE or I need to do something else from my side to get this done.
    I highly appreciate any help on this.
    Thanks,
    Hesh

  • Line Graph - Lines

    Hi all,
    I have a line graph - defined as custom.   The line graph has lines that are not wide enough to be visible from a distance.   Does anyone know how to make the lines wider?
    Thank you,
    Michelle

    Thank you Jeremy.  The concerns you listed are valid.
    When 12.1 is available and we upgrade the thicker line will be great.  We are currently on 12.0.
    Unfortunately we have a newer installation of MII.   That means, we are still in the "prove it" stage.   We purchased a huge monitor.  (I'm not sure of the size anymore.)  That monitor is mounted above the lines on the shop floor.  The object is to give immediate information to the line on performance.   The graph shows the amount of "bottles"  that go thru the line every 15 minutes.  It is automatically updated.   There are 3 lines.  One for the upper limit, one for the lower limit, and one for the current produced.   This gives them a nice picture, if only they could see the lines.
    I added line marks - they didn't like that because the graph became too messy.   So the solution appeals to me.  With the future enhancements to MII we can go back and change the graph later.  I'll put it in our enhancement list.
    Our production area is very positive on getting something new for themselves.   Our executives get the high level.  The people on the floor get the instant information.   I want to keep that enthusiasm going.

  • 3d line graph: Line not visible

    How come the line is only visible when the user click on the 3D graph?
    The attached VI load some data into the 3D graph but it's not visible.
    When the user click on the 3D graph, the line shows up
    From the moment the mouse button is released the line disappears
    What am I doing wrong??
    Thanks for your reaction!
    I'm using LV 8.6
    Attachments:
    Trial-3DLine-002.vi ‏39 KB

    Who programmed the CW 3D graph control???
    Since the Caption & Label properties didn’t act as expected, I connect a control to each of them to play with.
    This is what I found out:
    Caption color: doesn’t influence the graph at all
    Caption Opposite visible: Ok
    Caption visible: Ok
    Caption font size: doesn’t influence the graph at all
    Caption text: Ok
    Grid color: doesn’t influence the graph at all
    Grid visible: Ok
    Label Color: doesn’t influence the graph at all
    Label Opposite Visible: Ok
    Label Visible: Ok
    Label Font size: The size of the Caption is changed !!!!
    Tick Color: Ok
    Major Tick visible: Ok
    Minor tick visible: Ok
    Major tick count: Ok
    Minor tick count: Ok
    Range Autoscale: Ok
    Range maximum: Ok
    Range minimum: Ok
    I’m sorry but did I pay for that ?? ??
    Attachments:
    Trial-3DLine-004.vi ‏48 KB

  • 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

  • Animating a line graph

    Dear javafx coders
    I am a physics teacher in London and I am trying to learn JFX so that I can make animations for use in lessons. I don't know much about programming, but so far I have successfully managed to animate a circle which oscillates up and down (please see code below):
    package javafxapplication22;
    import javafx.stage.Stage;import javafx.scene.Scene;
    import javafx.scene.Node;import javafx.scene.shape.Circle;
    import javafx.animation.Timeline;import javafx.animation.KeyFrame;
    import javafx.scene.input.*;import javafx.animation.*;
    import javafx.scene.*;import javafx.animation.transition.*;
    import javafx.scene.shape.*;import javafx.scene.paint.*;
    import javafx.scene.transform.*;import javafx.stage.*;
    import javafx.scene.control.*; import javafx.scene.text.Text;*
    *import javafx.scene.Scene;import javafx.scene.text.Text;*
    *import javafx.scene.text.Font;*
    *var yold:Number=100; //old y pos*
    *var ynew:Number=100; //new y pos*
    *var yvel:Number=5; //y velocity*
    *var yacc:Number=0; // y acceleration*
    *var freq=0.001; //frequency of oscillation*
    *var time = Timeline {*
    *repeatCount: javafx.animation.Timeline.INDEFINITE // never stop*
    *keyFrames: for (i in [30..40])*
    *javafx.animation.KeyFrame*
    *time: 100ms*indexof i // each frame is 100ms apart*
    *action: function ()*
    *yacc=-39.48*freq*(yold-100); //calculate acceleration
    yvel=yvel+yacc; //update velocity
    ynew=yold+yvel; //update position
    MoveTo {x: 200+i*10 y: yold absolute: false} //graph from old position ...
    LineTo {x: 200+(i+1)*10 y: ynew absolute: false} //..to new
    yold=ynew;
    Stage {
    scene: Scene {
    width: 400
    height: 200
    content: [
    Circle {
    centerX: 100;
    centerY: bind ynew,
    radius:20,
    onMousePressed: function(e:MouseEvent) { time.play(); }
    } The circle behaves as expected and oscillates up and down. However, I would also like to graph its motion beside it (using moveTo and lineTo, you can see these two lines above) but no lines at all appear on the screen. The idea is that on each new frame a portion of the line graph is added (i.e. from the old y position to the new y position, also adding on an equal x increment each time as we move along the time axis.
    Any help on this would be really appreciated - I am very keen to move away from technologies such as Flash, but at the moment I am finding JFX a bit difficult.
    Thank you
    Matt Klein

    aheem...well! then how about this animation...I think I know what you are trying to do then. If I'm not mistaken, you are trying to do what the Ti-83 can do when graphing.
    Well! here is an idea on how I would do a simple animation on a graph
        This is an animation graph
    package animationgraph;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.chart.LineChart;
    import javafx.scene.chart.part.NumberAxis;
    import javafx.animation.Timeline;
    import javafx.animation.KeyFrame;
    * @author JJ
    //The start values of x & y for line 1
    var line1StartX : Number = 8;
    var line1StartY : Number = 10.2;
    //The end values of x & y for line 1
    var line1EndX : Number = 0;
    var line1EndY : Number = 0;
    //The x & y values for line 2
    var line2X : Number = 0;
    var line2Y : Number = 0;
    //Creates a line chart
    var getLineChart =  LineChart
         title: "Line Chart"
         xAxis: NumberAxis {
              lowerBound: 8
              upperBound: 9.1
         yAxis: NumberAxis {
              lowerBound: 0
              upperBound: 30
         data: [
              LineChart.Series {
                   name: "Line 1"
                   data: [
                        LineChart.Data { xValue: bind line1StartX  yValue: bind line1StartY}
                        LineChart.Data { xValue: bind line1EndX yValue: bind line1EndY }
    //Keeps track the time for line 1
    var keepTime1 : Number = 6;
    //Animation for the line chart
    var line1Animation = Timeline
         keyFrames: KeyFrame
                time:1s
                action:function()
                    keepTime1--;
                    if(keepTime1==5)
                        line1EndX = 8.1;
                        line1EndY = 10.5;
                    if(keepTime1==4)
                        line1EndX = 8.3;
                        line1EndY = 11.0;
                    if(keepTime1==3)
                        line1EndX = 8.5;
                        line1EndY = 11.5;
                    if(keepTime1==2)
                        line1EndX = 8.7;
                        line1EndY = 13.0;
                    if(keepTime1==1)
                        line1EndX = 9;
                        line1EndY = 15.5;
           repeatCount:5
    Stage {
        title: "Animation Graph"
        scene: Scene {
            width: 500
            height: 500
            content: [
                getLineChart
    line1Animation.play();

  • Oracle reports - Line graph

    Hello,
    I have a few issues with the line graphs (using oracle 10g dev suite R1 - 9.0.4).
    1. Unable to make my y axis - a dotted line.
    2. Since I couldn't make the y axis a dotted line, I made it a thin line. This thin line looks fine when I run it from the oracle reports builder. but when I genenerate to a PDF file, this thin line becomes thicker.
    3. Thirdly, I want to place a dot or something wherever the value changes in the line graph. One option is to add the MarkerText visible="true" to the Graph settings xml file. but this puts the marker text to all the y axes.
    I want it only for 1 y axis.
    Cheers

    Assuming you mean "series" and not "axis", you can control the style, width, and markers using the lineStyle, lineWidth, and markerShape attributes of the <Series> element (in the XML shown in the Graph Settings property) for the series (set of Y values) of interest.
    For example, to use a thin, dotted line with circle markers on the first series, but leave the other series with their defaults, you might:
    1. Make sure the markerDisplayed attribute of the <Graph> element is set to ="true". Otherwise, no markers will be displayed.
    2. For the <Series> element with the id attribute equal to "0" (which identifies the first series), set the lineStyle attribute to "LS_DOTTED", the lineWidth attribute to "1" (in pixels), and the makerShape attribute to "MS_CIRCLE".
    3. If needed, set the markerShape attribute of the other <Series> elements to "MS_NONE".
    The Graph Settings property might look something like this:
    <rw:graph id="CT_1" src="G_YOUR_GROUP" groups="X" dataValues="Y1,Y2">
    <!--
    <?xml version="1.0" ?>
    <Graph version="3.2.0.22" graphType="LINE_VERT_ABS" markerDisplayed="true">
    <SeriesItems>
    <Series id="0" lineStyle="LS_DOTTED" lineWidth="1" markerShape="MS_CIRCLE"/>
    <Series id="1" markerShape="MS_NONE"/>
    </SeriesItems>
    </Graph>
    -->
    </rw:graph>For more information, see the "Graph.dtd" file in your "%ORACLE_HOME%\jlib\bigraphbean.jar".
    Hope this helps.

  • Multi line graph values issue

    Hi,
    I am using JDev 11.1.2.2.0
    I made a standard line graph which I populate with data through a backing bean.
    I read a post on how to put points to the graph:
    ArrayList <Object[]> data;
    Object[0] -> x axis data, here I have dates
    Object[1] -> name of the serie, a new serie is created for each different name
    Object[2] -> y axis data, here I have values
    Then I put the list to the graph and it works fine, only for one serie.
    When I display 2 or more series, the graph shows the different series in different colors as it is suposed to do.
    But, the values (Y axis) are not displayed at the correct place. I mean for instance the point with value 4K is displayed below the 3K Y axis marker...
    And sometimes the point is displayed above as its real value...
    So my graph is false, but my values are correct (I tested it)
    Then what can I do? The graph can draw several lines as I managed to put more than one serie. The only problem is that they are not displayed properly...
    (if you need the code I can show it)
    Edited by: Jikai on 20 sept. 2012 16:51

    Ok, I found what was wrong.
    In the graph properties the subType field was set to LINE_VERT_STACK, then I changed it to default (LINE_VERT_ABS) and it worked.
    <dvt:lineGraph id="lineGraph" subType="*LINE_VERT_ABS*"
    binding="#{backingBeanScope.backing_ReportingPopUp.lineGraph}" shortDesc="Graph that shows metrics"
    inlineStyle="height:100%; width:100%;" imageFormat="FLASH">
    <dvt:background>
    <dvt:specialEffects/>
    </dvt:background>
    <dvt:graphPlotArea/>
    <dvt:seriesSet>
    <dvt:series/>
    </dvt:seriesSet>
    <dvt:o1Axis/>
    <dvt:y1Axis/>
    <dvt:legendArea automaticPlacement="AP_NEVER"/>
    <dvt:graphTitle text="Metrics for Hosts by Date" horizontalAlignment="CENTER"/>
    </dvt:lineGraph>

  • ADF Line Graph with dynamic series - can do ?

    I want to implement a drill-down from a high level line graph into a lower level line graph. The master graph may have 4 series in it, and each of these 4 series may have 6 - 8 different sub-series that need to be shown in the lower level graph (so up to 30 in all sub-series). Rather than create 4 of the lower level graphs, what I'd like to be able to do is create the lower level graph once using a VO which reads the master graph context. The definition of a graph model however in the ADF at first glance doesn't appear to cater for this. Have others done this ?
    Thinking that if I could:
    a) define the detail VO so that it used generic columns for the series amounts
    b) was able to override the series attribute name/label used for the legend etc. by way of code (backing bean?) for each series again based on context
    c) was able to optionally hide a series that was not needed (as defined by the generic detail VO) for a given master context
    ... then maybe I'd have a chance. But b) and c) don't look catered for.
    Anyone?
    Using 11.1.

    For the record, I gave this a go, and was able to get it working satisfactorily. There was no way as far as I could tell to set the visibility of a series. So essentially, what I've been able to do is set the series label to blank, set the line width to 1 (min, doesn't seem to honor 0), and the color to white to match the background of the chart ... for those series that are superfluous in a given chart render. It works fine except for the fact that if you've used the highlight rollover series effect, if you move the mouse over the legend area where the "hiding" series are, you get a bit of flashing on the legend entries that are displayed.
    Ideally, we'd have a way of actually taking these out entirely. If there's a way to do it, I'd be interested in hearing about it.
    Thanks.

  • Line Graph Error

    Hi,
    I have a query like this below which will return 25 rows when i run this in a SQL work shop when i execute this in Line graph it only shows data for 15 rows remaining 10 rows are missing please suggest me what would be the mistake
    Here no dates are repeated. i see lines only for 15 rows remaining 10 are missing this is happening if the data is 15 rows the limit for line graph or some changes can be made.
    SELECT
    null,
    TP.WEEK_ENDING_DATE "Week Ending Date",
    SUM(TCL.NUM_HOURS_DAY1+TCL.NUM_HOURS_DAY2+TCL.NUM_HOURS_DAY3+TCL.NUM_HOURS_DAY4+TCL.NUM_HOURS_DAY5+TCL.NUM_HOURS_DAY6+TCL.NUM_HOURS_DAY7) "Total Actual"
    FROM
    timecard_lines tcl,
    project_objects pobj,
    tasks tas,
    projects pro,
    timecard_headers thr,
    employees epl,
    TIMECARD_PERIODS TP
    WHERE
    PRO.ID = :P67_PROJECTS AND
    TP.ID = THR.TPD_ID AND
    tcl.pobj_id = pobj.id AND
    tcl.tas_id = tas.id AND
    pro.id = pobj.pro_id AND
    thr.id = tcl.thr_id AND
    thr.emp_id = epl.id AND
    pobj.id = tcl.pobj_id
    AND
    pro.id in
    (SELECT pro.id
    FROM projects pro, employee_project_pairs
    epp, project_employee_roles per ,employees empl
    WHERE empl.id = epp.emp_id
    AND pro.id = epp.pro_id
    AND epp.project_role_id = per.id )
    GROUP BY pro.project_name,TP.WEEK_ENDING_DATE
    order by TP.WEEK_ENDING_DATE asc
    Thanks
    Sudhir

    Hi,
    You can't adjust the chart dimensions dynamically without constructing the whole thing dynamically. You can set "Use Custom XML" to Yes and then change the Height and Width settings of the chart_area tag. Labels can be rotated by setting "Labels Rotation" in the Display Settings section of the Chart Attributes to either 90 or 270.
    Andy

  • Line Graph - set useful baseline value automatically

    Hi all,
    for a line graph in reports I've set the axisMinAutoScaled-property of the Y1Axis-element to "false" and expect that reports find out a useful value for the baseline at its own. Unfortunately the value of the baseline is always set to 0 whether a range of 1.000 to 10.000 or a range of 1 to 10 is selected.
    Do you know a way to set the value of the baseline depending on the displayed values.
    Thanks in advance.
    Martin
    Edited by: user11939409 on 14.06.2011 08:43

    Hi Sreehari,
    I tried to set the y-axis scale for line chart by using code. But its showing the default value, not displaying the value what i gave. Adding my code for reference. 
       var axis = new sap.viz.ui5.types.Axis().setScale(
           new sap.viz.ui5.types.Axis_scale().setMinValue(20.0).setMaxValue(100.0).setFixedRange(true));
              column = new sap.viz.ui5.Line({  
                width : "100%",
                height : "400px",
                legendGroup: legendPosition,
                plotArea : {
                colorPalette : ['#F67A7A','#FEE00A','#B6C359'],
                title : {
                  visible : false,
                  text : ''
                xAxis:{
                title:{visible:false} ,          
                yAxis : axis ,
                dataset : dataset

  • LIne Graph in JClient

    I do apologise in advance for asking a 'simple' question but I cannot work out how to produce a line graph in a JClient and I have found no examples/tutorials which do so .
    Here's what I do:
    I have a Stock table (STOCK_ID,NAME) and a Price table (STOCK_ID,DATE,PRICE).
    I create an empty JPanel and create a Stock Table (StockView1) on a JScrollPane and a Price table on another(PriceView2 under StockView1)).
    I create navigation bars for each.
    This coordinates and works fine.
    I then want to display a line graph x=date y=price for each stock as I navigate through the stocks.
    So I drag PriceView2 as a graph onto the JPanel.
    This causes a BIGraphDef1.xml and PriceView3 (seen under Panel1UIModel.xml) to be created.
    I open BIGraphDef1.xml and change the graph type to line.
    I then click on PriceView3 which opens the Customize Graph Binding dialog, Select Data Collection.
    Now I assume that I should select the 'Multiple Data Selection' radio button.
    I can then only progress to the next page 'Select Attributes' if I select StockView1 as the 'Data Collection' which defaults 'PriceView' as the 'Data Collection accessor'.
    Then whatever combination I try on that page I cannot produce a line graph - usually getting the 'insufficient number of columns' message.
    Should I be creating another view on the data?
    I'm sure the solution is simple, but obviously I have some sort of 'conceptual' problem ;(
    TIA
    Thanks in advance.

    Danny,
    as far as i know its not possible to have them dotted. However, beside of different line width you could use markers with different symbols that should do it.
    m_graph.setGraphType(Graph.LINE_VERT_ABS);
    m_graph.setMarkerDisplayed();
    m_graph.setMarkerShapeInLegend();
    You can customize the marker symbol on the individual series.
    Frank

  • How to break graph lines between 2 years in Answer

    Hi gurus
    I have a graph that shows current People voluntary turnovers target and actuals for last 12 months
    So, for the current period it will show 2009/04 until 2010/03.
    I would like my graph lines to be broken between 2009/12 and 2010/01 and not to continue. Can you please let me know how to do that and is it possible at all?

    Hi,
    >
    trangie wrote:
    > In my ALV Grid the text in column headers are very long. I know we can adjust the width's column and use long text, med text and short text. But in this case, i want the long text break into 2 line in the header. How can I do that?
    >
    > Thanks for any help.
    This is not possible with alv grid.
    Regards,
    Tarun

  • How can i dynamically vary the color of one graph line

    I was looking on the developer zone and noticed several people are looking for a way to change the color of one graph line. Simplest case I would like to know: a graph is running, then you press a button and from that point on the color of the graph changes, but doesnt change the old data line color. THis way the line will consist of different colors.
    The property node changes the whole line, and the line is always just one color. It should be possible to make the line consist of different color sections, anyone know how?

    The application is actually not as slow as it seemed, i had some settings set wrong (anti aliasing in plot, and some functions in advanced, when you right click on the graph)
    Especially unchecking the anti-aliasing makes it much faster
    Also, just plotting point and not a line, or alternatively, changing the interpolation makes it faster.
    Anyway, the attached files do not rely on processor so much anymore, see for yourself
    Attachments:
    multicolor_looking_plot.vi ‏99 KB
    multicolor_looking_plot_2.vi ‏105 KB
    multicolor_looking_plot_3_truncated_array.vi ‏99 KB

  • How to draw cumulative line graph over the stacked bar chart?(SSRS)

    Hello, 
    I need your help to draw a cumulative line graph over this bar chart. 
    I need your help to draw a cumulative line graph over this bar chart in SSRS.
    The dimension (Category Group) is "Hour" in this case. and expression is sum of two distinct values like 'Y' and 'N' in Activity column(Series Groups). The sum(Activity=Y) in green color and sum(Activity='N') in Red color.
    I require to draw a cumulative line graph in this same chart, that should give the result of cumulative Sum(Activity) for each hour?? I mean sum of (Y+N) for each hour and that should be cumulative over the hour.
    I mean sum of (Y+N) for each hour and that should be cumulative over the hour.
    SSRS Version details:
    Microsoft SQL Server Reporting Services Designers 
    Version 10.50.1600.1
    --Siva

    Hi Siva,
    It seems that you need to verify your email address to post images, etc
    Besides,  Microsoft® SQL Server™ 2008 Reporting Services: Step by Step is a good choice to you. With STEP BY STEP, you work at your own pace through hands-on, learn-by-doing exercises. A companion CD includes data sets and sample code. You can download
    it from this link http://my.safaribooksonline.com/9780735626041 Click the Extras, you can get the samples and database from Supplemental Content.
    And there are vast of valuable articles and SQL Server Reporting Services Books Online in MSDN ,you can click these link to begin your learning journey, SQL Server Reporting Services 2008 Books Online:
    http://msdn.microsoft.com/en-us/library/ms159106(v=SQL.100).aspx 
    Besides these, there are still many valuable videos in Microsoft Webcast, click this link
    https://msevents.microsoft.com/cui/SearchDisplay.aspx?culture=en-US#culture=en-US;eventType=0;sortKey=;sortOrder=;pageEvent=false;hdnInitialCount=;searchcontrol=yes;kwdAny=Reporting%20service to register with a windows live ID, then download the ones you
    want.
    Hope this helps.
    Regards,
    Charlie Liao
    TechNet Community Support

Maybe you are looking for

  • Can't connect to Java Engine

    I cannot log into my j2ee administration tool.  I think it has something to do with the ports being incorrect.  Orginially the clustermanager port was set for JoinPort=20020, however I changed it to 31077 according to SAP note 542592.  The clusterman

  • How to stop active transport process?

    Hi everybody Question like in subject. Is there any option in STMS? THX Adam

  • Error 1910 and problems installing/uninstalling itunes

    So i have been up at school trying to use my itunes to add more songs to my ipod on my new laptop. i installed itunes the first time around when i first got my laptop and one day it just stopped working. I have tried to remove the program entirely fr

  • How to extract X,Y-coordinates after Particle Analysis

    Hi there, I'd like to use Particle Analysis for a kind of motion detection. My problem is I can't get the information out... How do I get the X- and Y- coordinates (center of mass) of a particle (of a certain areal measurement in case there are more

  • Update still showing up after an update

    I updated the Twitter app and it still shows as an update available. I tried to trash the pref file but nothing has changed. Any ideas?