Business Graphics : Set label for a Simple Series

I need to set label to simple series of Business graphics object. Since the Label property is not bindable; i am looking for the alternative way to achieve this. (Any attempt to pass the context would give error msg: Method bindLabel( String) is undefined for the type IWDSimpleSeries)
I want to have a string value in each points in graph (Line Graph), not i legend.
tips will be highly appreciated.
Thanks,
     Vinod V

Hi Vinod,
The label property for IWDPoint should solve your purpose.
IWDPoint API 'label' property - This property is used to specify an optional text to be displayed for a point in a business graphic.
Refer SAP NetWeaver Library http://help.sap.com/saphelp_nw04s/helpdata/en/1f/20ef3d5e10af5ee10000000a114084/frameset.htm
Kind Regards,
Nitin
Edited by: Nitin Jain on Apr 8, 2009 4:40 PM

Similar Messages

  • Business Graphics : Display values for simple series ?

    Hi ,
    I have a some 5 simple series per category.. I am using a column chart . I would like to display the numerical values on top of each of the columns, ? How can i do it ?
    And is there any proper documentation on Business Graphics UI element other than the help.sap and weblogs on the sametopic ?
    Thanks and Regards
    Bharathwaj

    Hi ,
    Thanks for the answer.. By trial and error I had figured out the values.. but am stuck in another problem..
    I have two points created in the chart designer.. each one has its own color.. Now am using this to change the color of a single series .. depending on some value.. point 1 or point 2 will be selected..
    In this scenario ,my legend still shows me the old ones i.e just an yellow icon..
    If i add more info and captions.. for points.. I get .. the proper legend.. But the default legend set also exists. Any ideas on how to remove this .. or
    to display the proper legend in some other way..
    Thanks and Regards
    Bharathwaj..

  • Reminders are not appearing in Mail - and its the only way to set labels for flags.

    Every place I look for information about how to set the labels for flags in Mountain Lion Mail shows that they're editable once you click "show" next to "REMINDERS" in the sidebar. However, my sidebar has no "REMINDERS" heading, and there seems to be no preference or option anywhere related to this. I upgraded from Snow Leopard today; I had reminders showing (as "To Do's"). I really really want to change the labels on the flags because they're useless otherwise.
    Am I the only one with this problem?

    Flags and reminders are no longer coupled in Mountain Lion.  So I'll try to explain how to see your flagged messages.
    You can see a sidebar in Mail that looks like this.  Yours may not display the "Flagged" row yet.  I'll explain that in a minute,  If you don't see this sidebar, make it visible by clicking that arrow on top that would say "Show" if the sidebar were invisible (it says "Hide" here):
    You can flag a message by clicking the "Flag Selected Message" in your favorites bar, which should appear just above the screenshot.  Once you have at least one flagged message, the "Flagged" row shown above will appear.
    I hope this helps.

  • Business Graphics - Chart Type - Columns, and Simple Scatter Type

    Hi,
        I am interested to know more about Business Graphics Specially Chart types Columns and
    Scatter type ( and Time Scatter).  I am facing problem in producing X and Y Co-ordinate values for Charts. (Specially Date Values in X Axis.). I tried with Time Scatter type and need more documents.
    Expecting Good Documents and suggestions.
    Thanks, 
             Vinod V

    Hi
    Check this link
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/86/243f403f0a9354e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/0b/79553b066d9414e10000000a114084/frameset.htm
    https://help.sap.com/saphelp_nw04/helpdata/en/0c/95c83956852b51e10000000a114084/frameset.htm
    thanks

  • Basic Setting required for running simple JMS class

    please tell me all setting required for running JMS class.
    I have installed IBM MQSeries.
    Especially about how to lookup for Topic and TopicConnectionFactory and where should i specify.
    it is very urgent please help me fast. Also send any files for doing setting to me at [email protected]

    Context ctx = null;
    Hashtable ht = new Hashtable();
    ht.put(Context.INITIAL_CONTEXT_FACTORY," "); //put yor init. context
    ht.put(Context.PROVIDER_URL, " "); //put your server url
    ctx = new InitialContext(ht);
    TopicConnectionFactory topicConnectionFactory = (TopicConnectionFactory) ctx.lookup(" "); // your connection factory
    TopicConnection tcon = topicConnectionFactory.createTopicConnection();
    TopicSession tsession = tcon.createTopicSession(false,Session.AUTO_ACKNOWLEDGE);
    Topic topic = (Topic) ctx.lookup(" "); // This is your topic
    TopicSender tsender = tsession.createSender(topic);
    TextMessage message = tsession.createTextMessage();
    message.setText("Topic Message");

  • Question about newer graphic driver version for Satellite A series

    Hi!
    Probably I'm not the first and last one who will ask: is there going to be any actualization for the display drivers, because the one that are on the driver-homepage of Toshiba are v8.4.0.0 form 2006 :( For example: Far Cry (1 not 2).
    Nearly 2/3 of the landscape is black (when I say black, a mean BLACK). And that's not all. Timeshift wouldn't start at all (yes, I know the card will not support full graphics, but I've played games with much better graphic on my PC at home (with GeForce 5200 128MB).
    Good think it was just a demo.
    Can't imagine what "nice" surprise it would be if someone gives a 40-50$ for a game and finds out he can't play it because of the drivers.
    Had just tried trails of some programs for 3D animation...Well, only problems :-/
    Another program told me in a straight line - drivers not up do date.
    Updating drivers will fix most graphical issues etc....
    Thanks for the help in advance.

    What Satellite model dou you have?
    As Akuma said, you can try modified drivers or drivers that are not from Toshiba. But with these drivers you could get more problems as now.
    As far as I know the games need a lot of power and a Satellite notebook was not made for computer games. The Qosimo series is ideal for playing games.
    If you want to play games on a Satellite notebook, you should not set high quality settings in game. It runs better when you play with lower settings.

  • How do I check Business object set type for a particular field

    Hi,
    I have a requirement to make the  DESCRIPTION field editable  for Internal Goods and Service .I have done it for Limit shopping cart with following details in the below configuration
    Goto SPRO->SAP Supplier Relation ship Management
                             ->SRM Server
                                 ->Coss applications and settings -> Extensions and Field Control
                                          ->Configure field control->configure control for fields substructure (in tabs field)
    Bus. Object Set Type  32  
    Structure Field Name   DESCRIPTION
    Bus. Object Type        BUS2121
    Set Level                    ITEM    
    field editable               checked
    But for  Internal Goods and Service which Bus. Object Set Type should i use to achive this
    Thanks
    Vivek

    Hello Vivek,
    Execute transaction SM30 and display the Table/View /SAPSRM/V_ACTSET. Here you will find set type of all the fields.
    Regards,
    Arun Singh

  • How to find Intel graphic card drivers for Satellite C series?

    Hi everyone !
    I have an Intel(R) HD Graphics. I tried several times to install its driver but It never succeeds,it says Toshiba modified it and I can't find the driver anywhere.. Please help me,here are all the information about my graphic card :
    Intel HD Graphics (Pentium)
    Report Date: 6/2/2013
    Report Time[hr:mm:ss]: 13:9:43
    Driver Version: 8.15.10.2189
    Operating System: Windows 7 Service Pack 1(6.1.7601)
    Default Language: French (France)
    DirectX* Version: 10.0
    Physical Memory: 3890 MB
    Minimum Graphics Memory: 32 MB
    Maximum Graphics Memory: 1696 MB
    Graphics Memory in Use: 77 MB
    Processor: Intel64 Family 6 Model 37 Stepping 5
    Processor Speed: 1995 MHz
    Vendor ID: 8086
    Device ID: 0046
    Device Revision: 02
    PS : Sorry for my english,I'm french

    > it says Toshiba modified it and I can't find the driver anywhere
    Thats right. Toshiba offers modified and tested drivers only. Due to specific design and cooling system Toshiba must take care about hardware protection, especially about overheating.
    This is the reason why offered display driver is modified and dont allow GPU to run on highest level that can be reason for hardware damage.
    If you are not satisfied with notebooks performance you should try to upgrade RAM to maximum level.

  • Format Business Graphic

    Hi Gurus,
    i have a litte problem with format of my business graphic. I used a simple series and set the format in the designer to 0,000.00 - it works for amounts greater zero. But otherwise (if the amount zero) the x-axis shoh the labe 000.00 - but i will show only 0.
    Any ideas? Thanks in advance
    Stefan

    Hi stefan...
    Check this link..
    http://help.sap.com/saphelp_nw04s/helpdata/en/86/243f403f0a9354e10000000a155106/frameset.htm
    Hope this will helpful for u..
    Urs GS

  • SCB-68 Reference Label for M series devices

    What's the difference between the SCB-68 Reference Label M series devices connector 0 and connector 1? I'm installing a NI PCI-6221-M series Multifunction DAQ and the SCB-68 connector block, and I don't know how to make the physical connections. With the SCB-68 kit, I received the Reference Label for the E-series devices. In the NI site, there is info about the connector 0, but what is the connector 0 and connector 1?
    Thanks,
    ZeK

    Good question Zek. The M series family uses a smaller version of the 68-pin connector used on E series so that two connectors can be located on the same board. The second connector is available on certain M seriies boards in order to provide connectivity to additional channels. In the case of the 6221, there is only one connector.
    The 6221 is fully compatible with the SCB-68. The following link provides a revised version of the SCB-68 label adapted for M Series devices:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/61ed77983ad7cca386256f66008215f1/$FILE/SCB68%20M%20Series%20Connector%200.pdf
    For pinout specific to a particular M Series device, you can refer to the M series help available at either one of the following locations:
    http://digital.ni.com/manuals.nsf/websearch/9477D6DF1FE5A72986256FAB00633DE4?OpenDocument&node=132100_US
    http://digital.ni.com/manuals.nsf/websearch/3AE9D4533E03A6EF86256FE300809FE6 (HTML format)

  • Customizing XML File in Business Graphics does'nt work for End Users

    Hi Experts,
    I have created an application using business graphic UI element for displaying graphs. I have some Customizing file settings done for it using Edit Customizing for its layout. As per my requirement, it works fine for me and other Developers. But when tested by End Users, that customizing file does'nt work. It shows a default graph's layout and XML file does'nt affect its layout.
    Can anybody help me with this Issue. Please reply soon.
    Thanks,
    Runal

    I resolved this issue by implementing SAP Note 1294871
    Thanks,
    Runal

  • Problem with Business Graphic:

    Hi Everybody!
    I am working with a UI control Business Graphic in WebDynpro Java,
    I need to change the text of the legend, and is taking an automatic value, what is the property in the Chart Designer where I can adjust this?
    Thanks in advance for your help.
    Edited by: Briger Palacios on Jul 6, 2011 11:16 PM

    Hi Briger,
    For Changing ur own legend , just write the label property of "SimpleSeries" ,which comes under  your "BusinessGraphics" .
    As many simple series will be there, that much no of legend is require, so just write your label of each simple series.
    if any doubt , plz let me knw.
    Regards
    Brajesh Kumar

  • Business Graphics - Bar Chart - How to make the height extendable

    Hi Experts,
    I have created Business Graphics UI element for my WD application which fetches data from R/3. I am displaying
    1) Cost Element in Y-axis and Cost in X-axis.
    2) I have set ChartType = Bar, height = 300, width = 830
    When the no of cost elements is upto 7-8, the graph is getting displayed correctly.
    However when the no of cost elements increases to more than 12, the graph becomes un readable. The system displays lot of texts in Y-axis.
    I want to make sure that if no of cost elements increases, the Y-axis of graph should extend.
    How we can do so?
    Regards,
    Gary

    I could not got any solution of this issue. Finally I convinced the customer to display only top 10 records. Any way higher level managers won't have time to see the graphs of all data.
    One way of resolving the issue is like this - create say 3 Business Graphic UI element. The height of Business Graphic UI element can be set as 300, 600, 900 etc.
    For 10 records use Business Graphic UI element  of height 300.
    For 20 records use Business Graphic UI element  of height 600.
    For 30 records use Business Graphic UI element  of height 900.
    Use the 'Visibility' data type to hide / unhide the Business Graphic UI of different height.

  • 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

  • Business Graphics - Series Label

    Hi,
    I have 1 Category and 4 series in a Business Graphics. I want to display the Series Labels dynamically, and i have to map to the Context Variables for the Labels. But, i am not seeing any option to map the Label property to the Context Variable.
    Any Ideas? Please let me know.
    Thanks

    Hi,
    I assume you are currently using the SimpleSeries in your application. Try to use Series with Points und Values. It is more complicated, but gives you more possibilities such as binding labels etc.
    Hope that helps
    Jens

Maybe you are looking for

  • Serial number assignment in sales order

    Good afternoon, We have a requirement that we must assign a special number "mask" (<sequence number> - <sales doc item> - <sequence number per quantity>) in the moment of the raising of the sales order. I really dont know if in the standard we can do

  • Lightdm hangs with wrong password

    Hi, I use lightdm with lightdm-gtk3-greeter and whenever I enter a wrong password to login, it just hangs. How can I solve this problem?

  • VGA Monitor Mirroring

    Greetings---I have a external monitor that pivots into portrait mode & via a VGA connection using a mirroring-enabled drawing app (Sketchbook Pro) to sketch.... The problem is although the iPad in portrait or 'tall' mode, i can't get this to reflect

  • USING APPLE TV AT DIFFERENT HOTELS

    If i wanted to take my APPLE TV setup on my wireless network to a hotel townhouse we are renting for 2 weeks. Can I simply reset it up using their wireless network or is that not a good idea?

  • Free trial account, but no subscriptions

    I just made an account on Windows Azure and when i try to acces the management portal, it says:"If you have subscriptions that are not active, please contact Microsoft Support."