How to Axis labels for Line charts in Business Graphics

Hi
I am planning to do the Business Graphic example using Line chart.As part of this
i didn't clearly understand what is the perpose of Series,Points,categorys?
if i want to set the Labels at X-axis and y axis ,then how to do that?Baiscally i want to put time related data as X-axis label(20min,30min,60 min etc).Please help.
is there any good example to understand the concept?
Thanks
Prasad

Hi Bachier
Thanks for your repsonce.I had seen the example you suggested.but there is no answer for my question.How to set the x-Axis,Y-axis Labels.I had done example for "line chart".But i have same problem:
Hi
I am trying to do example on "line chart" using Business graphics in my webdynpro application.
In the Context i created Node "A" under which i created "B".then it has  value attributes xValue,yValue.Then in View i created BG UI element >Series>point-->NumericValue(for xValue) ,NumericaValue(yValue).Now in view init() method i had initialized values to x and y. some output is coming.but i want to know how to set the X-Axis Label,y-Axis Labels.in X-Aix Label i want to mention time in hrs i.e 8.00,8.30AM,9.00AM,9.30AM etc.as part of y-axis labels i want to mention numeric values( .2,.4,.8,2.0 etc). Please tell me how to set this X-Axis,y-Axis labels.at every 30min(8.00Am,8.30AM etc) user enter quality data(i.e .2 etc) then i want to generate chart.Please help in this regard.i will give very good points
Thanks
Prasad

Similar Messages

  • CR Enterprise - Custom y-axis labels for line chart

    Hi
    I have data with a discrete status (STATUS-1...STATUS-5) per day, like
    Feb 1: STATUS-1
    Feb 2: STATUS-2
    Feb 3: STATUS-2
    Feb 4: STATUS-1
    Feb 30: STATUS-4
    Feb 31: STATUS-1
    This series I'd like to render in a date axis line chart with the daily status ordinals (1-5) on the y-axis.
    Now I wonder how I can label the y-axis ticks with the respective STATUS text instead of the ordinal.
    Unfortunately, the option "Total (Y) Axis/Axis/AxisLabels/Display Label" is disabled due to the value's numeric nature.
    How can I manually overwrite y-axis labels or map them to custom text?
    Thanks. Jens

    HI Jens,
    Have you tried creating a formula and using that in 'Show Values' section of the chart?
    Formula:
    "STATUS-" & {Numeric_field}
    -Abhilash

  • How to break labels for a chart or slider tooltip

    Hi!
    How can I set a linebreak in my label functions for
    slider-tooltips or chart-labels?
    THX

    You should be able to insert a line break using "\n":
    text="line 1\nline 2"
    Tracy

  • Problem in editing legend label of line chart

    Hi,
    I am using crystal 2008 and deploying reports in Java appilication.
    I have a report with line chart in group header. I am using formulae for 'Show value' field. So legend shows it as @formula1
    I couldnt change this is design mode, so i went to preview mode and used 'edit axis label' for each of the chart.
    Now i can see proper legend labels in my crystal 2008. But when i deploy the report in java application, chart still shows @formula1 .... any idea on why my changes are not displayed in crystalviewer?
    Thanks

    This is tricky... and somehow you won't find it in manual.
    After the change of Axis Label, right click on Chart Area. You will see new option "Apply Changes to All Charts". Choose this option and voila - You owe me a bottle

  • Vertical axis labels on column chart

    I'm trying to get the x-axis labels oriented vertically on a 3D column chart, so that the labels don't overlap each other. With 2D column charts I can do this via "format>chart>format x-axis" but these options are grayed out with the 3D column chart. Is there any way to get vertical orientation on the axis labels with this chart type???

    It's usually not necessary to make the axis labels vertical to keep them from overlapping in a 3D chart since when you rotate the chart the labels are vertically offset. But you're right, there's no other control for this.
    Jerry

  • How to create curve fitted line chart?

    Line chart is formed with straight lines, but how to create curve fitted line chart?

    Jasper wrote a blog on curve fitting charts

  • How do I search for lines with a particular pattern and delete them when a match occurs

    How do I search for lines with a particular patter and delete them when a match occurs? For example delete lines containing SUB_NAME = "?" where ? is any string. 

    How do I search for lines with a particular patter and delete them when a match occurs? For example delete lines containing SUB_NAME = "?" where ? is any string. 
    Lines in what? And what language are you using to develop with?
    Are the lines in a text file? A RichTextBox? A TextBox? Some other control? A List(Of String)?
    Is there some expectation by you that by providing what you wrote in your question post that the knowledge in your mind about what you are thinking about will mysteriously emanate to anybody reading your post so all of the sudden your knowledge will
    become their knowledge and they will be able to provide you with an answer as they will suddenly understand what you are trying to do? Because that's probably impossible. Most people try providing enough information in a question so anybody, even stupid people
    like me, can understand what they want. Maybe you should try that. As well as selecting an appropriate forum for your question in the future. Usually a question like this is related to programming in a particular language therefore a language forum may be
    a good choice. Or not.
    La vida loca

  • How can i do different colors for the category in business graphics

    Hi everybody,
    i have a business graphics and i need different colors for the category. my business graphics is a gantt.
    for example
    category1
    category2
    category2
    and so on.
    Is there a solution for this? How can i do it?
    Best regards,
    Markus

    Sorry.
    In my opinion, this requirement can not be resolved.
    Generally, we use Business Graphic with Category, we just follow:
    DATA:lr_graph TYPE REF TO cl_wd_business_graphics.
    lr_graph = cl_wd_business_graphics=>new_business_graphics(
        bind_series_source = 'NODE_DYN'
        chart_type = cl_wd_business_graphics=>e_chart_type-BARS
        height = 340
        width = 750
    *     BIND_TOOLTIP = 'GRAPH.TT'
        id = 'GRAPH' ).
    DATA: lr_bgr_cs TYPE REF TO cl_wd_category.
    lr_bgr_cs = cl_wd_category=>new_category(
    view = wd_this->mr_view
    bind_description = 'NODE_DYN.CATEGORY').
    lr_graph->set_category( lr_bgr_cs ).
    If we go to SE24, to check  the class "CL_WD_CATEGORY", we cannot find any method  or attribute about how to manipulate  the "Category Font Color"...
    Maybe,any other expert can give you fantastic solution, hope. Best wishes.

  • Drill down in pie chart using Business Graphics?

    Hi,
    I have create a pie chart using business graphics UI element. is it possible to drill down when we click on a part of pie chart?
    Please let me know how can we achieve this. Thank you.
    Regards,
    Bharat.

    I got the solution. we can identify this by using the event id property.
    Regards,
    Bharat.

  • How to edit axis labels in CR charts for crosstab report?

    I have a crosstab report created from tha table where column names havie sort order attached to it as 01_Jul FY10, 02_AugFY10 etc and I am able to remove it  in format field dialog box using dispaly string formula editor. So I am to display columns in specified order. but when I create chart , axis labels display column name with sort order. Is there a way I can remove sort order from column names while displaye in the chart and the legend entry box.
    Help on it is highly appreciated.
    Fizza

    Carl answered this one already

  • How to rotate labels of a chart on x-axis?

    Hi,
    I made a table, but because the labels for the values on the x-axis are too long, they are overlapping.
    In excel, the text automatically gets slanted, so each label is readable.
    How do I do this with numbers?
    Thanks!

    Yeah, it looks like unfortunately with the stunning quality of the 3-D charts (great lighting, shadows) the engineers neglected something as simple as allowing the category labels to rotate with the graph.
    Heck, it would be great even if the user could drag the category labels away from the graph a little bit. Or change their position at all!
    Oh well, here's hoping Apple addresses these things with the next release...

  • Getting BEx query header data into Xcelsius for line chart Category Labels?

    Hello - Is it possible to get header data from BEx queries into Xcelsius so they can be used for Category Labels in a line chart?
    We have a BEx query that displays 16 weeks of shipment trends by column and text variables are used to display the respective date selection for each of the weeks in the query header but When connecting QaaWs to Xcelsius, the header row does not get displayed.
    When using LiveOffice, the header row seems to come thru with the correct dates for each of the weeks but if you are stacking more than one connection than you will get an extra header row for each connection.
    Are there any tricks to hide a header row in a LiveOffice document?
    Is there anyway to display the header row from QaaWs in Xcelsius?
    Any other work arounds?
    Thanks,
    Derek

    Derek,
    Below are my inputs...
    -->Using QAAWS you will not be able to get the header data, so you will have to maintain header data manually in Xcelsius (Spreadsheet).
    -->Using Live office you will be able to get the header data, and if you are using multiple live office connections, then you need to use cell reference formulas and format the spreadsheet (Xcelsius) as you require.
    -Anil

  • Colours for Line Chart

    I am trying to create comparative line charts for yearly data over at least a decade (i.e. at least 10 individual lines on one chart).
    Any lines over six don't print. The unprinted lines have a colour allocated against them in the associated table, but not in the chart legend - the labels do appear in the legend.
    I have been trying to manipulate the Chart Colours… (which does appear to be restricted to six) without any success.
    (P.S. For any American readers - my spelling corrector is automatically inserting the 'u' in colours.)

    Graham & Heather Harrison wrote:
    I'm not sure I like that saying something can't be done is the correct answer…
    You may dislike it if you wish (we are free) but this will not change the program design.
    However you can have the medal if you tell me how to superpose charts - I can't find that in the Users Guide.
    It was described here many times.
    (1) build the two charts
    (2) strip every titles, legends,… from one of them
    (3) adjust the min and max values if necessary (on both axis)
    (4) select the chart which you strip then from the format bar define its background to none so it will be transparent.
    (5) drag the 'transparent' chart above the 'complete' one.
    If you don't group them, they will remain 'living' charts which will evolve with changes in datas.
    I didn't checked but I assume that grouping them will freeze them.
    If the medal is made of TRUE chocolate, I'm interested.
    It it is made of the brown mixture which is sold as 'chocolate' in the USA, I am not
    Yvan KOENIG (from FRANCE lundi 29 juin 2009 18:04:52)

  • Change the Axis Labels of a Chart

    The Chart-Series are generate through AS (Multiple PlotSeries and 1 LineSeries). I managed to Update the Visuell Areas (in this example to manipulate Vertical Axis (minimum/maximum values to be shown).
    No I have 3 Questions about to manipulate this Chart with AS3:
    I would like to remove nearly all "Ticks" and "Labels" from the Axis. At the End only the min/max and 0-Label-Value on the vertical Axis should be displayed. And on the vertical Axis, I would like only to have the min/max-Label and 100-Value.
    The Chart-Lines (in the Screen above) only 2 Lines should be visible. v-Axis = 100 and x-Axis=0 (just as a Cross over the Chart)
    The Linear Serie (just a Value of a Funktion like x=y*2) should have no Tooltip if you go MouseOver-it. And the Legend of this Serie should not be displayed in the Legend. How can I delete the Legend, and how can I preserve a DataTip over this LineSerie?
    Hopefully you did understand my bad english.
    Thanks for any Tips
    Pawel

    Hi,
    1. IAxis interface have labelFunction (see docs for details and parameters for it). You can check the value to be labeled and return empty string if you don't want to show this value in axis. Axis you get from chart.getAxis(name). But there is not any warranty that always 0 will be shown. You showl implement your own IAxis to show only specific values. (Or search it in internet)
    2. You should remove all these grid lines and create CartasianDataCanvas this lines at 0 and 100 and put it to annotationElements of the chart.
    3. If you don't want to see all data from chart in Legend you should create an array with legend data only from serieses you want to see. Chart has a property legendData from all serieses. You can filter this array or create new array with legendData from serieses you want to see. And set this array as a dataProvider to Legend.
    Hope, this helpful.

  • Help! extremely small labels in Line Chart

    Hi all,
    I met a problem that i've been working on for a long time.
    If the SQL returned too many rows (e.g. 200+) to generate the Line Chart, the X/Y axis Labels would be too small to be recognised.
    I tried whatever i can imagine, like generating much fewer labels in the PL/SQL and using a font-size 30+...
    So far, so bad.
    Any suggestion???
    Thanks you so much!!!!

    Hi,
    Actually, there are many possible causes for this issue. Could you please tell me how the category labels come from? In other words, why are they all
    the same? I would like to suggest you post some sample data and your chart settings here. I have created a report with chart which has duplicate horizontal axis labels. To achieve your purpose, I hide all horizontal axis labels, and then use horizontal axis
    title instead of horizontal axis labels. I have uploaded my report as an example:
    With duplicate horizontal axis labels:
    http://cid-854fa6d2b7d88cc7.office.live.com/self.aspx/Work/Old.rdl
    No duplicate horizontal axis labels:
    http://cid-854fa6d2b7d88cc7.office.live.com/self.aspx/Work/New.rdl
    If there is anything unclear, please feel free to ask.
    Thanks,
    Albert Ye

Maybe you are looking for

  • Signed Applet problems

    Hi all, I have a problem with one applet. I just built an applet (JDK 1.2) to download a file to the local machine; so far is OK, I got my digital certificate and I have signed the applet. Now when I test it in IE 5.x or 6.x it shows me the certifica

  • Row Select in ALV

    I have an alv that displays data from a few tables. If I select a row from teh ALV, then the following screen should display some of the fields of the row along with additional information.. I understand that the ON_CLICK event should be used once th

  • Why can't I get my ipad 2 to charge?

    why can't I get my ipad 2 to charge?  I have never had this problem before.  I have tried two different chargers.  I have tried it via the computer.  I have turned the ipad off and on.  Any suggestions?  Thank you.

  • Oracle9iAS Release 2 Documentation

    The documentation for Oracle9iAS Release 2 can be found here.

  • Not able to Login to Punchout Catalogs from SRM 7 portal

    Hi Experts, We are upgrading from SRM5.0 to SRM7.0. We have 2 development boxes each for SRM5 and SRM7. The problem is Vendor Pucnhout URLs are not opening from SRM7 portal. It opens the login screen asking userid/password. I have compared the IMG ac