Graph of Bublé naming the axis

Hello

In my bubble chart, I want to use the real names instead of numbers generated by OBIEE in the axis of the X axis and Y. In the following example http://obiee101.blogspot.com/2008/01/obiee-xy-and-data-in-mouse-over-label.html there a way to do fo RL buble, but I want to do the same for the axes x and y, is it possible?

Thanks for your time and your help.

Hi SSk,

Even as it is given in the blog of john, you need to go to the properties of the x-axis pane and change the labels accordingly.

answering this thread? Physical layer creating a table using the Select statement

See you soon,.
KK

Tags: Business Intelligence

Similar Questions

  • Physical unit of the modification of the axis is in the path of a waveform graph

    I would like to change the physical unit of a y axis in the plot of a graph (graph xy) waveform in the same way that I change the unit in a digital command. How can I do this? I use LV2012.01f4 32-bit.

    Hi Joern,

    Then, you apply a basic unit of your data before displaying in the chart:

    The graph accept the numbers with unit (unlike my old message), but you must apply the unit to your data before you wire the table...

  • Change the axis label w.r.t. the scale automatically in the waveform graph

    Hello

    Is it possible to change category axis labels and the value the axis according to the scale automatically? I have a waveform graph which is automatically resized and values on the y-axis of milli, micro and nano volts according to the results of the output from the tests carried out. I need the label of the axis to change automatically according to the scale... Could someone tell me please how to do this. Thanks in advance.

    Best regards

    Julien

    Alain,

    I don't know exactly what you want.

    If you want to just scale to change as follows: 10n or 5u, use the property format scale IF the Notation.

    If you want to change the name of scale label text, you use the YScale.NameLbl.Text property. The attached VI shows one way to do something like that.

    Lynn

  • Format of the axis, 2 lines of graph

    I work with a XY graph with time on the x-axis and I have a question about formatting options.  I can include the date and time, but they are written in a single line, reducing the number of main graduations I have for a given size chart.

    Is it possible to include a line break or ramasseherbe return so that the date and time are written with 1 above the other?  I tried to use/r or/n, but these were simply written in the axis tick labels.  Is there an escape code to use, or is this not possible?

    It is not a "/ r" or "/ n" (slash), but '\r' or '\n' (backward slash). And, when you write your constant on the comic, you must format the string in the menu on the right - click with the button drop down as "------Codes view ' or you will literally '\n' (if you then look as" Code------"you will see"\\n").

    Cameron

  • graph shape wave double y axis: how to change the programmatic axis labels

    I'm using waveform graph to display the data from the experiments. The user can select the channels to display; I did 2 axis y to view 2 channels.

    I would like to than the label of the axis y to change to different channels. I did it with a XY graph through a property node, but I can't find them for the separate value axis for the

    waveform graph.

    How do I?

    Thank you

    Are you scaling Y Active first?

    Post a picture of your code, so we can look over your shoulder and comment.

    Ben

  • Change the name of the axis Y in a chart

    Hello

    I am relatively new to view lab and want to know hoe I can change the name of the axis y with pragmatism

    whenever I have place a waveform graph the x and the axis are called default 'time' and 'amplitude '.

    but in my program I want to allow the user to pragmatically change the name of these axes especially the y-axis.

    is it possible to do? Ive tried to create the reference and pass to a knot of property... but I am unable to find the right property that will run the task I want to...

    Help, please...

    Thank you very much in adavnce

    Hi Avisnash,

    You can use the node name property of the y-axis to that effect. Check the attached vi.

    Kind regards

    Amine31

    (Give congratulations to good answers and Mark as a Solution If your problem is resolved)

  • Add the label of the axis to a chart in the report of the word

    Hello

    Is there a way to add a label to the axis of the graph in a word of the report? Thank you!

    Tom

    It is of course not very intuitive to use the word graphic Set make vi to set the label of the scale.

    Use xlCategory and title of entry to affect the scale label x and use xlValue and title of entry to set the label of scale there.

    It would have been nice and easy to add an entry to set the orientation of the text (just adding an argument in the node of the axis title property).

    Ben64

  • Chart: how to set automatically the scale of the axis Y

    Hello

    As you can see below, I have a truncated whith graphic bar, they go beyond the top of the chart, but traore are cut.

    For example, 'The Chatel Heath' has a value of 35.

    I want to the scale of the y-axis to be set automatically according to the largest value.

    How to do? I use APEX 5.0.1.

    Capture.JPG

    Kind regards.

    Chipniz wrote:

    As you can see below, I have a truncated whith graphic bar, they go beyond the top of the chart, but traore are cut.

    For example, 'The Chatel Heath' has a value of 35.

    I want to the scale of the y-axis to be set automatically according to the largest value.

    How to do? I use APEX 5.0.1.

    The behavior of default graph is automatically calculate the scale of the axis, which seems to indicate that your existing chart settings are responsible for this. You use custom Axes or XML parameters in the table?

    Reproduce the problem on apex.oracle.com is the best way to get help with problems of this kind.

  • Add new values for the axis desabscisses when adding a new series

    Hi all

    I work with and I found myself with a problem when I try to add new series.

    < mx:ColumnChart id = "cChart" height = "100%" width = "100%" dataProvider = "{dataChart}" showDataTips = "true".
    >
    < mx:horizontalAxis >
    < mx:CategoryAxis id = "cAxis" categoryField = "{name}" / >
    < / mx:horizontalAxis >
    < mx:series >
    < mx:ColumnSeries yField = xField "{field}" = "{name} field" displayName = "{displayName}" / >
    < / mx:series >
    < / mx:ColumnChart >

    DataProvider is a table something like this:

    -Datachart - > [nameField:A, area: 20;]

    nameField:B, field: 30;

    [nameField:C, field: 80]

    In my application, user boxes add new series after the graph is created. For example, imagine that he wants to put on the table of following values:

    -Datachart - > [nameField:A, area: 13;]

    nameField:B, field: 62;

    nameField:D, field: 30

    [nameField:E, field: 92]

    Now, start the problem:

    When the graph is (adding series with ACE) refresh the values on the axis desabscisses are the same 'old'. In these cases ('A', B', 'C'), but the new do not appear (',' E').

    Is there anyway to fix this?

    Replace this part:

    var currentChart:Array = cChart.series;
    currentChart.push (series1);
    cChart.series = currentChart;  This code do nothing!

    with

    var currentChart:Array = cChart.series.reverse () .reverse ();
    currentChart.push (series1);
    cChart.series = currentChart; But this one does!

    This is to ensure that you will create a NEW array instead of use the reference to the former.

  • I can not change the range of the axis are in figures

    Hello!

    My spreadsheet has several paintings, currently with, for example a range of 0 to 20 on the axis y.

    BUT now, I need to change it to 0 to 50.

    HE can't know may live in this operation.  I use numbers of 3.61 on El Capitan.

    Select the chart, change Max at 50. You will also want to change the number of steps.

  • Is it possible to set the axis prior to 'spin' on a form or a sub-channel

    After clicking on a shape or subcircuit in mode 2D structure of EM, there are "rotation" and "flip" command in the context menu. Is there a way to enter precisely into the axis to the plane of rotation and symmetry to overthrow?

    I misread the original question, sorry.

    After launching the rotate or flip command, the first place you click with the mouse will define the origin of the flip or rotate it.   You can hold down the Ctrl key to align with the peaks forms or you can type Tab to use the space bar to get in the coordinate entry model to enter an exact coordinate as the origin of the flip or rotate.

  • How to define the axis of the source of the meter

    I'm programming using the PCI-6251 DAQ with the Commission BNC2110 and Labview 7.1 card.

    I just want to write a program to count frequencies of two signals from outside. In the measurement and automation, I could use the edge count by selecting the source edge as Dev1/PFI0 etc. But in the vi window, how to change the axis of the ctr0 source to say PFI0 or PFI1 or something else?

    And the strategy of my program is correct or not? Because later, I want to use an internal counter to count for my external signal frequencies.

    Use the channel property node and the Jack for the meter.

  • WPF, is there a way to link the label of the axis

    I have this XAML and I was wondering if there is a way to change the label of the axis of GHz to something else programmatically.  I tried the usual link and it did not work.

    It is just easier to use a TextBox control on the same place?

    Thank you!

                                








    With the help of Content="{Binding LabelX}" in the LabelTemplate won't work if Label is defined on an object with a property called LabelX . I think that what you want is something like this:

    Label="{Binding LabelX}">

            

                

                    Content="{Binding}" />

                

            

        

  • WPF chart: formatting of the axis labels

    How to configure the chart to show only the first name label and the axis? I think that it is somehow needs to be done by changing the RangeLabeledDivisions.Mode property.

                         













    You can set the Mode on the MajorDivisions to a page count mode two:



            Mode="Count: 2" TickVisibility="Hidden">

                    ...

            

        

    This will show just the minimum and maximum divisions for the beach.

  • ScatterGraph does not manually change the axis to execution interval

    I use the ScatterGraph and the WaveFormGraph in VS2010 Winforms application.  I have the interaction mode axes set to EditRange.  The WaveFormGraph command allows to edit the axis range by clicking on the end of the axis labels and modify them.  ScatterGraph control is not even though the documentation I've read says it should.  The mode of the axis does not seem be the question that I have changed between fixed and AutoScaleLoose (which is not the choice to have everything showing changing data, if you want your range entered manually to maintain).  I tried a new project with a ScatterGraph control with the default settings and checked that it does not change the axis interval.  Is there a way to change the settings to allow you to manually edit a ScatterGraph range in this way when running?

    Thank you!

    Hi Lybro,

    You have activated the "EditRange" of the graphical object of point clouds InteractionMode? There are two places that the mode of interaction is defined, one for the axis and the other for the scatter chart, both must be enabled for writing at work. I just tested this with Measurement Studio 2013 and it works. Let me know if it helps.

    Kind regards

    Kevin

Maybe you are looking for