Display vertical gridlines on the line chart

Hello world

I looked in the recipe book and saw no option to display vertical gridlines on a chart.

A bubble chart has vertical line. Any help would be appreciated.

Thank you

ARIS

Hello Aris,

Vertical gridlines can be activated on the categorical axis cards and time by defining:

xAxis: {majorTick: {rendered: 'on'}}

Hope this helps,

Hugh

Tags: Oracle Development

Similar Questions

  • Markers for the line chart

    Hi, can someone help me with the addition of markers (think they are colled like that) for the line chart.
    Please refer to the attached example link
    Example of

    Y at - it option series of chart in styles to add those?
    Help, please.

    "Stoneski" wrote in message
    News:gen7p7$hl8$1@forums. Macromedia.com...
    > Hi, can someone help me with the addition of markers (think they are colled
    > as
    (> that) for the line chart.
    > Please refer to the attached example link
    > http://officeblogs.net/excel/1_12_17_07.png
    >
    > Is there a series of line chart option in styles to add those?
    > Please help.
    >

    http://flexdiary.blogspot.com/2008/08/charting-example.html

  • Series name is not in the series of the line chart that is created dynamically

    I created dynamically a chart series. This works well but the passage of the mouse on the data points shows only the x and the values, but not the name of the series, the legend shows a series of color boxes to match the lines, but no labels displayed for each colored area. Here is my code:

    linechart2.series = [];

    for(a = 0; a < allSettingsArray.length; a ++) {}

    CREATE SEVERAL VERTICAL AXIS

    var verticalAxis1:LinearAxis = new LinearAxis();

    var verticalAxisRenderer1:AxisRenderer = new AxisRenderer();

    verticalAxisRenderer1.axis = verticalAxis1;

    series: var LineSeries = new LineSeries();

    series.verticalAxis = verticalAxis1;

    series.yField = allSettingsArray [a];

    linechart2.series.push (series);

    }

    Each data point is defined in a loop like:

    temp ['gameNum'] = String (a);

    Str = String(attrVal[0]);

    Temp [str] = attrVal [1];

    Then added in the ArrayCollection collection:

    resultArrayColl.addItem (temp);

    Any suggestions, what I'm missing here?

    Mention displayName for the lineSeries.

    --

    TANU

  • Get data when the mouse is moved on the line chart

    Hello

    I have a line chart drawn. I put showDataTips = "true". And when the mouse is placed on the line, the data that the line appear as the datatip.

    Now, I want to display this data in some separate labels or text controls (that I placed in the application). Soomeone can give me a hint how I can do this? I.e. when I move the mouse over the line, the data appears in the label and it changes as the mouse is moved and the modification of the data.

    I'd appreciate any help from an expert. Thank you.

    "FlexyBoy" wrote in message
    News:gcnd6p$n1j$1@forums. Macromedia.com...
    > Hello,
    >
    > I have a chart drawn. I put showDataTips = "true". And when
    > the
    > the mouse is placed on the line, the data that the line appear as
    > the
    > datatip.
    >
    > Now, I want to show this data in some separate labels or text controls
    > (that i
    (> placed in the application). Can soomeone give me a tip how I can do
    > This?
    > IE when I move the mouse over the line, the data appears in the label
    > and it
    > change when the pointer is moved and the data is changed.
    >
    > I would appreciate any help from an expert. Thank you.

    This could point you in the right direction

    http://blog.flexmonkeypatches.com/2007/09/03/Flex-charting-LineSeries-mouse-sensitivity/

  • Help with the line chart

    I created a line chart in Illustrator CS3.  Everything is great, except that I need to change the colors of the lines.  There are two lines total.  I can't select just one line to change the color.  When I use the white arrow selection tool he will choose only a point-by-point and not the whole line.

    If I use the black arrow selection tool then selects all of the chart.

    Thanks a lot for any help on this!

    It's fine even if you have a selected point you can change the color of the line, make sure you change the color of the outline, not the color of the file.

    If you want to be treated and have all selected Bézier points (or select all lines in a group), hold the option key and click with the hollow tool to select all Bézier points. Option click again to select multiple levels within the group. The result will be the same whether in the postscript file produced Illustrator.

  • How to dynamically display a series in a line chart

    Hello people!

    I have a page with a defined single chart area.  Graphic region contains about a dozen series and all the pretty lines displayed on the pages as you want... it's just that the return of the data process is a bit long.  Even if I know that I can create a view materialized to solve the speed problem what I would really like to do is find a way as my client could really turn the individual series on and outside.

    I wonder if it's possible and if it how can I do?

    Happy trails all... and thank you!

    CJ

    Hi CJ,

    How to approach is to have an area of filter with checkboxes:

    Item1 box [1] Item2 Chceckbox2 Item2 Checkbox3 [X]]

    You could some default to Yes then in the series in the chart add something like [code]: P1_ITEM = "Y" [/ code] and have a dynamic action on change that refreshes your chart when a checkbox is changed

    This is a very basic example, you can take it to another level by allowing your users save the default series, they always want to see at a table, and then have an exists query something like:

    [code] select 1 from my_table where username =: APP_USER and series1 = "Y"; [/ code]

    Paul

  • line chart with a single point of data not displaying not

    I work with the line chart and I am facing problem
    (1) if I get a data with a single point to draw, the graphic is not
    the graphic line required at least 2 data raising the graph appear
    How to make a graph to display when I get one record in my
    data provider.

    I'm housing one gettong point (x, y) in a single record.
    so this table does not appear I need two points, two points (x 1, y1) and
    (x 2, y2)
    y at - it a solutioin to draw the line chart with a point (x, y) and
    show some points in the chart?

    Looking forward to hear from you guyzz, thanks for looking into it.

    Thank you

    I tried in IE and Firefox - everything is OK.

    What version on FP for IE and Firefox are you using?

  • Using more data in a line chart DataTips

    Hello

    I was wondering if it is possible to display more information about DataTips in the line chart, as an image, or simply more information that is not on the chart.

    Yes

    Take a look at the dataTipRenderer.  You can use a custom layout to create your tip and then assign it to the card, see below

    MyComp


    http://www.Adobe.com/2006/mxml"width ="286"height ="64"backgroundColor =" #241616 "backgroundAlpha ="0.5">".
       
       

    The Application


    http://www.Adobe.com/2006/mxml"layout ="vertical"verticalAlign ="top ".
    horizontalAlign = "center" >
       
       
           

    Import mx.collections.ArrayCollection;

    [Bindable]
    private var expensesAC:ArrayCollection = new ArrayCollection ([] collection
    {Month: "Jan", profit: 2000, expenses: 1500, amount: 450},
    {Month: benefit "Feb": 1000, expenses: 200, amount: 600},
    {Month: "Mar", profit: 1500, expenses: 500, amount: 300},
    {Month: "ARP", profit: 1800, expenses: 1200, amount: 900},
    ([{Month: "May", profit: 2400, expenses: 575, quantity: 500}]) ;
    ]]>
       
       
       
    paddingTop = "10" paddingRight = paddingBottom '5' = "10" paddingLeft = "5" horizontalAlign = "center" >
            
            
    showDataTips = "true" dataProvider = "{expensesAC}" = "MyComp" dataTipRenderer>
                   
               
                   
               


                   
                   
                   
               

           


           
       

    Who should do it

    Andrew

  • Dynamic line chart

    Hello world
    me new flex,.
    I want to know one thing that we can do varies the line chart to vary dynamically as it should as in Task Manager cpu ranges online history if its possible please give me an idea or any code if possible.

    Thank u,
    Namala.

    Yes, you can use a timer to deal with regular updates, or you can link the data in a data which is updated provider. There are examples here:

    http://livedocs.Adobe.com/Flex/3/HTML/charts_intro_8.html#264441

    HTH,
    Matt Horn
    Flex docs

  • HP envy smart-touch j 15: display vertical line appeared in the Middle

    How can I solve vertical line has appeared in the middle and color of windows seems also dimmed

    Dear customer,

    Welcome and thanks for posting your question on the Forum of Support HP

    It seems that you are having problems with your laptop display. We will surely help you with this problem

    1. Please check if the display screen / laptop showing lines even in BIOS or not

    Note: Turn on the computer laptop and typing on the F10 key to access the BIOS

    2. Please tilt the laptop display slowly to the back and the front, check and check

    If the lines are visible to all the corners of the screen

    3 Please connect an external monitor to your laptop and check if the lines appear even on the

    external monitor

    Hope this helps, for other queries in response to the post and feel free to join us again

    * Click on Thumbs Up white on the left to say thank you *.

    Make it easier for others to find solutions by checking a response "Accept as Solution" if it solves your problem.

    Thank you

    GBL84

    I'm not an employee of HP

  • Display of line under the same chart data

    Hello experts,

    I have a page jspx with a line chart in it, what I need is a way to build a table below with the same information that is displayed on the chart. Any ideas?

    My version of Jdeveloper is 11.1.1.3.0

    Thanks in advance

    You can simply drag the VO even in your page in a table.
    I'm not sure of your use case, but maybe an af:pivotTable is what you need - where the month and year is the top axis of pivot table dynamic.

  • Is it possible for a line chart display curved lines between the points?

    We have a demand interesting to build a line chart in OBIEE, where the points on the graph are connected by curved lines instead of the normal straights. The best way to describe it would be "serpentine". I saw this in a Cognos report, but I do not know if OBIEE for this. Maybe a setting in line.pcxml? Any ideas?

    Currently, we do not provide the organizational chart. Both options, you have to connect the dots in a line chart are either via a straight line or a curve of the step. A curved line would essentially be a form of a spline, with suitable smoothing algorithms.

    Rgds,
    Afonso
    BI product management

  • Satellite P300 - vertical red and white lines on the screen

    Hello

    Red and small white vertical lines ' pixels may 2 each) are appearing on almost all of my screen. Sometimes, if the background is grey or white (for example a box on a web page), the display is normal on this particular area and the lines are everywhere around. This is the second time that this has happened. The last time, it disappeared after a few days. My computer is a Satellite P300.

    What can I do?

    Thanks for your help.

    I understand this correctly?
    This problem appears on all screens: internal and 2 display attached external monitor?

    Well, in my opinion, this means that the graphics card may be affected. :(

  • Draw a line connecting two points in the WPF chart

    I'm trying to understand the best way to draw a line between two existing points on my graph in WPF.  At first, I thought I had it works fine; I just added another parcel to my graph then given exactly two points for rendering.  But I quickly noticed that the app has become surprisingly slow and CPU was quite high (adding other plots does not affect the use of the CPU as long as they have a complete set of points (?)).  He wants me if I looked at using the DataToScreen method on the chart but I can't know what the parameters are.  The second parameter is simply an IList that tells me a lot.  This seems to be the method I want to use for the coordinates of a point on the graph screen.

    No one knows what the second parameter is supposed to be for the DataToScreen method?  Everything I tried throws an Exception of Argument.

    Thank you
    Dan

    DataToScreenwill return a screen coordinate in the plot area of a chart of the value of the raw data horizontal and vertical in the given list. The parameter value is a IList for compatibility with other methods of graphical query such as FindNearestValue , return IList values containing raw data.

    A concrete example, say you had a graphical configuration with a wide horizontal axis ranging from 0 to 100 and a vertical axis double precision ranging from 10 to 20:


            
                
                
            
        

    To get the screen coordinates of the value at the center of the two axes, you can call:

    graph.DataToScreen(plot, new object[] { 50, 15.0 })

    Note that the raw data values corresponding to the type of axes (horizontal AxisInt32 returns the integer 50 and vertical AxisDouble Gets the value 15.0 ).

    You also mentioned a performance issue where "adding other plots does not affect the CPU so that they have a complete set of points". I did a simple test app that adds an array of two points of a chart on each key (for example graph.Data.Add(new[] { new Point(x1, y1), new Point(x2, y2) }); ), but could not reproduce the problem you saw. Could you share the code, you use to draw the connection line?

  • Spectrum XT: Spectrum XT Lines vertical pulse on the screen: the possible inverter failure?

    In recent days my screen started showing gray vertical lines for about 2 seconds then return to normal and repeat indefinitely. If I gently bend the Center at the bottom of the screen towards me that it stops for a few moments then again.

    I think about a hardware problem: perhaps of the inverter?

    Any opinions? Out of warranty BTW.

    Update:

    Well, I finally found some time to disassemble the thing. I had the broken hinge on Christmas thing and HP replaced the back cover and this problem started a few weeks later, so I thought it was an unrelated hardware problem or a loose connection problem related.

    I took apart today, removed the batteries and then removed from the screen. There was obviously nothing. I reinstalled the display connector and re-installed the batteries and turned back on it. The lines are still there. I made a few adjustments more gently pushing everything back in place and the pulsating lines disappeared. I put everything together back and his works always fine half an hour later.

    I guess it was just a loose connector to the previous repair.

Maybe you are looking for