create a Cartesian chart?

Hi, all.

I'm all new to ICB and fairly new to modern GUI Builders. I have two very simple to start questions:

  1. How to create a Cartesian graphic base (the one with the origin in the middle of the screen)? I've looked through the options for the graphical object and do not find it, but I'm sure it must exist.
  2. How would I go looking for it myself, so I don't have to pester the forum with questions? I looked in the index help and google for information, but without success.

Thank you.

http://forums.NI.com/T5/help/FaqPage/FAQ-category-ID/solutions#solutions

Tags: NI Software

Similar Questions

  • Creating a pie chart of the cell Type dropdown

    I do a log of time to monitor the time I spend on the task. My goal is to have an easy way to show the categories of time that I spend on a daily basis.

    I created a simple table that calculates the hours I spent on a task. In the last column, I have cells of type menu pop - up allowing me to choose a category to assign to this line.

    How can I create a Table of categories and then a related pie chart that will allow me to see the time in each category?

    I saw this thread: Re: creating a pie chart from of pop-up Menu in figures but it doesn't seem to work for me.

    Here's what I have so far:

    FYI, the formula I use to mean hours in column D is: IF (GOLD (ISBLANK (B2), ISBLANK (C2)), DURATION (0), C2−B2)

    Any help would be appreciated. THANKS IN ADVANCE!

    The formula in your summary might look like this:

    = SUMIF (Time Log::E, A2, Time Log::D)

    To produce the table, I've selected all the cells in the summary table and chose 2D pie.

    SG

  • How to create an interactive chart in ScriptUI?

    It is a ScriptUI Panel, I want to know how to create the interactive chart?

    When I click on the point in the chart, it will be selected.

    imge.png

    For the CEP panels, better start reading here:

    CEP 6 Extension HTML Cookbook for 2015 CC · Adobe-CEP/CEP-resources Wiki · GitHub

  • Creating a line chart series multi with different data providers

    I have 3 providers of data of the same structure that is ArrayCollection of data collection and that you want to use to create a line chart multiseriate. I don't have just 1 dataProvider that can be used but 3 different data providers of the same structure I want to use each different series.

    [Bindable] private var orangeSales: ArrayCollection = collection

    new ArrayCollection collection)

    [{sale: 101000, month: new Date (January 1, 2008 "")},]

    {sale: 960000, month: new Date (February 1, 2008 ')},

    {sale: 475000, month: new Date (March 1, 2008 ')},

    {sale: 425000, month: new Date (April 1, 2008 "")}

    ] );

    [Bindable] private var appleSales: ArrayCollection = collection

    new ArrayCollection collection)

    [{Sales: 991000, month: new Date (January 1, 2008 "")},]

    {sale: 140000, month: new Date (February 1, 2008 ')},

    {sale: 565000, month: new Date (March 1, 2008 ')},

    {sale: 255000, month: new Date (April 1, 2008 "")}

    ] );

    [Bindable] private var bananaSales: ArrayCollection = collection

    new ArrayCollection collection)

    [{sale: 891000, month: new Date (January 1, 2008 "")},]

    {sale: 147560, month: new Date (February 1, 2008 ')},

    {sale: 295000, month: new Date (March 1, 2008 ')},

    {sale: 574000, month: new Date (April 1, 2008 "")}

    ] );

    I want to create a line chart with orangeSales, appleSales and bananaSales as three different lines on the graph for different specified dates.

    < mx:ColumnChart showDataTips = "true" >

    < mx:horizontalAxis >

    < mx:CategoryAxis

    dataProvider = "{orangeSales}".

    categoryField = 'months '.

    / >

    < / mx:horizontalAxis >

    < mx:series >

    < mx:LineSeries displayName = "OrangeSales" yField = "sale" xField = "month" dataProvider = "{orangeSales}" / >

    < mx:LineSeries displayName = "AppleSales" yField = "sale" xField = "month" dataProvider = "{appleSales}" / >

    < mx:LineSeries displayName = "BananaSales" yField = "sale" xField = "month" dataProvider = "{bananaSales}" / >

    < / mx:series >

    < / mx:ColumnChart >

    Help, please!

    Sorry for the confusion. In fact I do something wrong, such as using ColumnChart to display a line chart or something like that.

    Now, I realized that a multi series line graph can be built by the presence of a different data provider for each of the LineSeries object.

    If the code below would create a multi series line graph:

    [Bindable] private var orangeSales: ArrayCollection = collection

    new ArrayCollection collection)

    [{sale: 101000, month: new Date (January 1, 2008 "")},]

    {sale: 960000, month: new Date (February 1, 2008 ')},

    {sale: 475000, month: new Date (March 1, 2008 ')},

    {sale: 425000, month: new Date (April 1, 2008 "")}

    ] );

    [Bindable] private var appleSales: ArrayCollection = collection

    new ArrayCollection collection)

    [{Sales: 991000, month: new Date (January 1, 2008 "")},]

    {sale: 140000, month: new Date (February 1, 2008 ')},

    {sale: 565000, month: new Date (March 1, 2008 ')},

    {sale: 255000, month: new Date (April 1, 2008 "")}

    ] );

    [Bindable] private var bananaSales: ArrayCollection = collection

    new ArrayCollection collection)

    [{sale: 891000, month: new Date (January 1, 2008 "")},]

    {sale: 147560, month: new Date (February 1, 2008 ')},

    {sale: 295000, month: new Date (March 1, 2008 ')},

    {sale: 574000, month: new Date (April 1, 2008 "")}

    ] );

    I want to create a line chart with orangeSales, appleSales and bananaSales as three different lines on the graph for different specified dates.

    <>

    dataProvider = "{orangeSales}".

    categoryField = 'months '.

    />

  • Creating a line chart PDF-report generator model with APEX

    Hi all

    I would like to create a PDF report with a chart using Apex and the generator plugin model for Word.

    My Select statement, which I use as the report (shared components) query returns the data in the following way:

    Date Description amount

    ----                 -----                -----

    01.01.2014 has 1.2

    02.01.2014 has 1.3

    03.01.2014 has 0.5

    01.01.2014 B 0.3

    02.01.2014 B 4.5

    03.01.2014 B 4.8

    The XML document obtained, which creates the APEX, is:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < DOCUMENT >

    < DATE > 08/10/2014 < / DATE >

    ADMIN < user_name > < / username >

    < > 102 APP_ID < / APP_ID >

    < APP_NAME > Oracle APEX AppBuilder < / APP_NAME >

    < /Title > < TITLE > graph

    < REGION ID = "0" >

    rowset <>

    < ROW >

    < date > < / Date >

    < DESCRIPTION > < / DESCRIPTION >

    < value > < / value >

    < / ROW >

    < / LINES >

    < / REGION >

    < / DOCUMENT >

    What I would like to have is a line graph with:

    • Date on the x-axis
    • Length of value on axis y
    • for each Description of Type single line

    The names and numbers of the discription varies a lot (as well as the values that they are related to the Description and date).

    What I tried:

    A lot, trying to make this work for 4 weeks, on and outside.

    Tried to edit the chart XML in Word, edit the SQL query, pivot the result SQL to get the Descriptions as columns and of course a lot of Googling.

    Please let me know if you have any advice.

    Thanks in advance,

    Thomas

    Oracle DB: 11g

    ApEx Version: 4.2.5.00.08

    Last Oracle BI Builder Plugin for Word template

    Finally found my Solution. What I was looking for is:

  • sending objects java to create a flex chart

    Anyone know the best practice to transfer data from a database to generate a flex chart?

    I have a Java class axis with these variables:

    String ID;
    Date of departure;
    End date;
    int min;
    int max;
    int incr;
    String title;
    Signal chain;
    String type;
    List of data;

    And the list is an array of points defined in a class called DataPoint:

    public Date point1;
    public long point2;

    I pass an array of Axis objects to the Flex application and try converting it to actionscript object:

    package factory.data {}
    [Bindable]
    [RemoteClass(alias="factory.data.Axis")]
    public class AxisObject {}

    public var ID:String;
    public var: Start Date;
    public var: End Date;
    public var min:int;
    public var max: int;
    public var incr:int;
    public var title: String;
    public var signal: String;
    public var type: String;
    public var: data table;
    }

    and I for example accesses the title, but is unable to get the array of data point in the chart. Moreover, when I debug it gives me the following errors:

    ReferenceError: Error #1056: cannot create factory.data.AxisObject endDate property.
    ReferenceError: Error #1056: cannot create dataList to the factory.data.AxisObject property.

    Thanks for any help you can offer.

    It seems that your Java class properties have expanded by default. Please make sure that the getters and setters for the properties are public and follow Java beans, naming conventions. Can you also try to create a DataPoint class in the Flex application and map it to the respective Java class. One more thing, it is that can you change the type of variable 'data' in the Flex application to collection ArrayCollection.

    I hope this helps.

  • creating a bar chart...

    .. two questions, one probably simple and the other a bit complicated:

    1. the chart should show 64 points on the X axis. How can I specify the "grease" my bar?

    2. the boss says he wants that all values of different color: red-blue-red-blue-red-blue...is there a way to do this?

    What I am actually route is 32 complex numbers. He wants the real component in a single color and imagination in another. 32 points from each of the 2 values is therefore my total of 64 points.

    Thanks for any help.

    Shouldn't call you Foot instead of PlotX?

    Moreover, if your chart is not autoscaling you simply miss the bars because they are outside the visible bounds.

  • Error creating the pie chart to 3D with query complex.

    Hi all

    I tried to create a pie 3D with the following query:

    SELECT THE NULL LINK,

    LABEL CRITERIA,

    DIGITAL VALUE

    Of

    (SELECT CRITERIA, COUNT (*) AS 'NUMBER'

    DE)

    SELECT AIRCRAFT_REGO AS "REGO",.

    'HOLD OPEN' as "CRITERIA", he said.

    CNTOPEN AS 'COUNT '.

    OF UTEV0001 HAS

    INNER JOIN (select ACFTABB, count (ACFTABB) as CNTOPEN)

    of SIMLOG

    "where ACDFRCYC = s"

    AND OPENHODM = 'O'

    AND ACDFITMX = 'Y '.

    ACFTABB GROUP

    order of ACFTABB) B

    ON B.ACFTABB = A.AIRCRAFT_REGO

    WHERE AUDTCURI = 'C '.

    UNION

    SELECT AIRCRAFT_REGO AS "REGO",.

    "NOT PROCESSED" as of "CRITERIA", he said.

    CNTACTN AS 'COUNT '.

    OF UTEV0001 X

    JOIN IN-HOUSE

    (select ACFTABB, count (ACFTABB) as CNTACTN

    of SIMLOG

    "where ACDFRCYC = s"

    AND ACDFATN = "

    AND AFFECTED = "

    ACFTABB GROUP

    order of ACFTABB) C

    ON X.AIRCRAFT_REGO = C.ACFTABB

    WHERE AUDTCURI = 'C '.

    UNION

    SELECT AIRCRAFT_REGO AS "REGO",.

    "FAILURE to KNOWN" as "CRITERIA", he said.

    CNTKNOW AS 'COUNT '.

    OF UTEV0001 Y

    INNER JOIN (SELECT ACFTABB, COUNT (ACFTABB) AS CNTKNOW

    OF SIMLOG

    WHERE ACDFRCYC = S"

    AND AFFECTED = 'DEVELOPMENT '.

    ACFTABB GROUP

    order of ACFTABB) D

    ON Y.AIRCRAFT_REGO = D.ACFTABB

    WHERE AUDTCURI = 'C '.

    UNION

    SELECT AIRCRAFT_REGO AS "REGO",.

    'WARRANTY FAILURES' as "CRITERIA", he said.

    CNTWARNT AS 'COUNT '.

    OF UTEV0001 Z

    INNER JOIN (SELECT ACFTABB, COUNT (ACFTABB) AS CNTWARNT

    OF SIMLOG

    WHERE ACDFRCYC = S"

    AND GUARANTEED = 'Y '.

    ACFTABB GROUP

    order of ACFTABB) E

    ON Z.AIRCRAFT_REGO = E.ACFTABB

    WHERE AUDTCURI = 'C '.

    UNION

    SELECT AIRCRAFT_REGO AS "REGO",.

    "REFER CONTROLLER" as of "CRITERIA", he said.

    CNTCONT AS 'COUNT '.

    OF UTEV0001 V

    INNER JOIN (SELECT ACFTABB, COUNT (ACFTABB) AS CNTCONT

    OF SIMLOG

    WHERE ACDFRCYC = S"

    AND AFFECTED LIKE '% CONTROLLER '.

    ACFTABB GROUP

    order of ACFTABB) F

    ON V.AIRCRAFT_REGO = F.ACFTABB

    WHERE AUDTCURI = 'C')

    CRITERIA GROUP)

    Using this query, I get the following error "failed to parse the SQL query! "

    But when I use the query used to create the table here. It works perfectly fine.

    Could someone help me please.

    Hi Ajay,

    I would say it is your use of the key word 'number '. I would like to change it to "MY_COUNT" or something.

    I certainly expect

    SELECT THE NULL LINK,

    LABEL CRITERIA,

    DIGITAL VALUE

    fail because of the number keyword.

    Kofi

  • Need help to create/change a chart that I had someone do it for me

    Hello

    I have this graph, I will attach below which was created as an illustration for the teachings of my father in his Ministry. I would change a little to make things easier to see on the screens in our classroom and also just to have the ability to modify as required. The person who created it to we seized their computer crash, I could ask the original file, editable and they are no longer close to be able to ask for help with it. I want above all to change the colors of the image, but it would be nice to have the whole thing editable if possible. I don't mind recreate if necessary, but I'm kinda stuck with how to do it. I already tried to create a circle and then cut to make the openings, but none of the tools seem to work. I'm still very new to Adobe CC and graphics in general so any help would be greatly appreciated!Gates 2.jpg

    Hey imjustDDT, thanks for reaching out!

    What format is the image you are editing? It seems to be a JPEG from what you have downloaded. The JPEG format is essentially a file compressed, built of pixels. Dishes pixels are not the best option to edit images in bulk, especially in a vector program like Illustrator (here is a link with a bit more information on what are exactly the vectors).

    That being said, there are a few improvements that you could change the color in Illustrator. Below is probably your best bet for this situation.

    • Recolor art

      • Here is a link to a video tutorial on how to use this feature. You can skip to about 1:30.
      • You can also reach the tool to redefine by selecting the image and will Edit > Edit colors > redefine

    Please let me know if it works for you and good luck!

    Best-

    Kathleen

  • How to create a bubble chart

    Hello

    I have a requirement of the customer as follows.

    1. the project_name on Y_ axis
    2. the Project_stages on the X axis
    3. the bubbles is the estimated_cost (measure) of each project and its cost at every stage.

    Is this feasible? Or can you suggest something along these lines.

    Thanks for your time and your help.

    Hi ssk,'

    can u make reference to these?

    http://obiee101.blogspot.com/2009/05/OBIEE-bubble-chart.html

    http://obiee101.blogspot.com/2008/01/OBIEE-XY-and-data-in-mouse-over-label.html

  • How can I create a chart that creates new series each year when the data are not collected on a daily basis?

    I collect numbers "occasionally" of my solar system and to create a standardized chart that shows that the generation on an annual basis, so I can compare fall in the fall of each year, etc..

    Because the information is not strictly 'daily' (just whenever I get to it), I don't know how it normalize for several years.

    For example, if I had

    Date - Kw/day

    15/01/10 - 14

    03/04/10 - 18

    18/04/10 - 17

    01/06/10 - 19

    21/09/10 - 15

    03/12/10 - 9

    07/02/11 - 13

    02/05/11 - 16

    17/08/11 - 18

    01/11/11 - 12

    02/11/11 - 12

    05/01/12 - 9

    04/06/12 - 12

    and so on.

    What I'd like to see is a line graph for each year from January to December with these datapoints on it. I have much more "incremental data" that I presented above, but it's on "random dates" during the last 8 years, and I'm just trying to see how each year compared to other years.

    To be at the front, I tried to understand how this in Excel as well, but he could not understand where the other.

    DRM for any tips/tricks/tips!

    Steve

    This might work for you...

    I placed your data in a table named "Data."

    Create a second (in this example, titled 'Table 1')

    In the table 'Table 1' months are in the first column and the first row (which is a header row) contains the years - add columns to add new year:

    B2 = if (SUMIFS (data: $B, data: $A, "> =" & (B$ 1, $A2, 1), DATE data: $A, "<" & EOMONTH(A1,0) will GET (DATE B$ 1, $A2, 1, 0) "" "") > 0, SUMIFS (data: $B, given: $A, "> =" & (B$ 1, $A2, 1), DATE data: $A, "<" & EOMONTH(A1,0) will GET (DATE B$ 1, $A2, 1, 0) "" ""), "")

    It's abbreviation dethrone select cell B2 and type (or copy and paste it here) the formula:

    = IF (SUMIFS (data: $B, data: $A, "> =" & (B$ 1, $A2, 1), DATE data: $A, "<" & EOMONTH(A1,0) will GET (DATE B$ 1, $A2, 1, 0) "" "") > 0, SUMIFS (data: $B, given: $A, "> =" & (B$ 1, $A2, 1), DATE data: $A, "<" & EOMONTH(A1,0) will GET (DATE B$ 1, $A2, 1, 0) "" ""), "")

    Select copy of cell B2

    Select the cells B2 at the end of F13, dough

    now select cells A2 through F13 and add a graphic (the XY scatter diagram)

    Add new year add one (or more) new columns for "table 1", then add the year to the top:

    Now alone, click the chart to activate the chart.  then click on the button 'change data references '.

    now, drag the data reference control handle to the right to add the new year to the table:

    You can add several years to the time, so you don't have to it very often

  • How to create a constant color or a color chart?

    How do I create a color chart? This is similar to the creation of an array of strings or an array of numbers?

    How could we create a color constant? For example, for my XY graph, I went to create-> node-> BG Color property,

    and changed it to write. But now I need to wire a "constant color" this property. I don't know how to do this.

    On your front, you drop a table control.

    Drop the digital palette, a box of framed color control.

    Drag the color box in the table.

    On the diagram, click right on the table and constant.

  • Can no longer create charts in Lotus SmartSuite 9.5 in Windows 7

    I have Windows 7 and using Lotus SmartSuite 9.5 without any difficulties until recently.  I can always create and update spreadsheets without difficulty, but my paintings have disappeared.  If I try to create a new chart, Lotus unresponsive and finally by closes.  No error message is given.  I tried to use the Troubleshoot utility and some sort of compatibility thing (sorry, don't remember what it was), but all that was to increase security and force me to leave Lotus make changes before allowing me to open the program, which was very annoying that I did a system restore.  I reinstalled Lotus but still cannot create a chart.  Anyone know of a patch or fix for this problem?  Thanks in advance for any help.

    I would ask the experts in a forum of Lotus SmartSuite.

  • 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

  • How can I create Pie chart pie inside a pie chart

    Hello

    Can any body please suggest me creating a pie chart in a pie chart...

    Ago

    .

    .

    .

    This gives concentric piecharts

Maybe you are looking for