Business Graphics - chart numbers format

Hello experts,
I use BusinessGraphics in order to display data in chart.
Axis Y of my chart show big numbers like 500000.
Can I format this numbers to be displayed like 500,000?
I see the format fields in Chart Designer but what I should put there?
Thanks,
Ola

hi
open the chartDesigner.
In the Overview tab on rightside you  can find valueaxis property corresponding to y-axis.(there are two value axis,choose the first one).
expand it,you can find Line Property and click on it.
down you can find the Line related properties.
There,you can find Format option and in that enter the desired format you want ,for example specify like 50,000.
The Other  values in y-axis will automatically set to this format after entering the format  in format option.
I hope this will solve your problem
Regards
sowmya.

Similar Messages

  • 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

  • Business Graphics - Chart width 100%

    Hi to all,
    how can i set the width value to 100% in the business graphics propertis?
    I tried but i dont can precent value set.
    have you eny ideas?
    regards
    Thomas

    The width and height properties of IWDBusinessGraphics are of type "int", so you cannot set CSS size values here. The Javadoc is wrong.
    Armin
    BTW: Could you solve the TableSorter problem?

  • Business graphic chart display

    Hi,
    I am facing the problem of the chart is automatically resize to the value plotted instead of the minumum and maximum value (automatic is turn off) as set in the value axis property section.
    Eg. the min is 0 and max is 21. When the value plotted is 6, the chart only display up to 6 only. It is automatically resize to fit the whole area. I need the scale (grid) value to be fixed.
    Please help.

    Hi,
    This definitely sounds like an old chart bug. Update your IGS to the latest patchlevel!
    Regards, Kai

  • Business Graphics Tool - Series

    Hello All,
    I have developed a Graph using the Business Graphics charting tool. The application is a Web Dynpro application.
    My graph has to display two lines (or range of values). In order to do that, I have created two Data Series, to which I pass values at run time. The Graph is appearing correctly.
    How ever some of the values in both the series are the same. Hence the two lines criss-cross each other. At this point the values displayed on the graph becomes jumbled up.
    I also saw an option for creating 'Series' objects. Here we can set whether the labels should appear on the left side of the line, its format etc. etc. But I am not finding a way to interlink the Series object, with the Data Series object. The setting would be like:-
    Data Series 1 would be using Series Object 1 (in which the value labels would appear on the left side of the line)
    Data Series 2 would be using Series Object 2 (in which the value labels would appear on the right side of the line)
    Any help is appreciated. TIA
    PKS.

    Hi,
    the connection between your customizing settings and the data is done using a customizing ID, i.e. tell WD the ID of each series and use exactly the same ID in the chart designer when creating the customizing settings (please note that you can easily rename the default names as desired).
    Regards, Kai

  • Appearance of business Graphics

    Hello,
    I have three business graphics which I formatted as pies. When I start the application on my computer (where I programmed the application) I can see all three pies.
    But when when my colleague starts the application on his computer there are no pies but columns.
    thankx and regards
    stefan

    hi
    good
    go through this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63a47dd9-0b01-0010-3d8e-de27242bf011
    thanks
    mrutyun^

  • Creating Gantt charts using Business Graphics that can be downloaded

    The short version is I need the format for XML data to create a Gantt chart in a Business Graphics UI Element in order to be able to automatically email it.  The long version is...
    I currently have a Web Dynpro ABAP component that displays a Gantt chart using a Business Graphics UI Element based off data in various other UI elements in the view.
    This works fine and the graph displays nicely, but I cannot find a way to download that straight from the Business Graphics UI Element.  Having read around the forum there appears to be two options:
    - Code it up myself by calling methods on the IGS API directly
    - Bind the image data attribute on the element and get the data that way
    Unfortunatly, we are not currently running a recent enough version (702/720) to be able to do the latter and so, unless there is another way, I need to code up the API calls myself.
    So far I have got a business graphic in to an Adobe PDF form, loaded in my config data so it appears as a Gantt chart but I cannot figure out the format for the actual data that needs to be sent through in XML.  Does anyone have example XML data or code to generate it that can be sent in to the call:
    l_igs_ce->set_data( EXPORTING data_doc = p_ixml_doc ).
    I have used the example in GRAPHICS_IGS_CE_TEST and the page http://liualex.com/archives/185 to generate the image and load the config data in but this only explains the XML format of the chart data for bar graphs.
    Many thanks

    Found my answer,
    This download: http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/e0a9ba90-0201-0010-d3a2-9cb376b5e181
    This is the SAP Chart Designer, it contains a PDF which explains the XML format used, you can use it to manually create your own XML streams.

  • Business Graphics, intermixing chart types

    Hi to all,
    Has anyone tried to intermix chart types?  Specifically, i'm trying to display a "column" type chart, but I would like to have a straight horizontal line through the chart indicating a key value or values.  Any help would be greatly appreciated.
    Thanks in advance

    Hi Michael,
    follow the following link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/web dynpro tutorial and sample applications.faq#q-20
    How to use Business Graphics in Web Dynpro applications?
    The following tutorial shows you step-by-step how to create a simple business graphic using Web Dynpro.
    A simple business graphic is a chart consisting of a category and one or more data series. Column charts, bar charts and pie charts are typical examples of simple business graphics.
    Simple business graphics differ from complex business graphics, such as scatter charts and portfolio charts.
    Requirements
    In order to use business graphics in your application, you must install the Internet Graphics Service (IGS) on your server environment. Furthermore, the IGS must be configured on the J2EE engine.
    Code Sample
    The ready-to-use project is available to download from SDN.
    Corresponding Tutorial
    Using Business Graphics
    Hope this helped you
    Regards,
    RK

  • Business graphics Customizing chart not found; contact administrator in MSS

    Hi All,
    We are getting error Business graphics Customizing chart not found; contact administrator in MSS-->Home Service only for one user but for remaining users it is working fine. Please find the below screenshot.
    Please provide your inputs......
    Regards,
    Rahul.

    go to t -code st01 and switch on the trace on top and tick the buttons in that and after that ....check for working  manager user id  first and do it  with this user which is not working u can know  any authorisations are missing assign them for this user ..ur issue will be solved

  • Business Graphics: Speedometer chart: Change Maximum value on runtime

    Hi Skilled,
    We faced a little problem in our project. We use Business Graphics component and Speedometer chart on the View and we should change maximum value of the graphics on runtime.
    I could easily change the maximum on design time in Chart Designer -> Axis -> Maximum Value, but I haven't found a way to change it on runtime.
    Are there any known ways to change the value on runtime?
    Best Regards, Dmitry

    Hi,
    by calling setDirectCustomizing you can provide customizing XML at runtime.
    Create your own customizing XML where you define the maximum value and call this method.
    You can also use the SAP Chart Designer from SDNs download area for creating the XML (just to get an idea how the XML has look like in your application).
    Regards, Kai

  • Business Graphics in WebDynpro - bundle chart and  data sheet

    Hi experts,
    I have a simple chart with stacked columns in a WD4A application.
    At the bottom of the chart I'd like to display the values of each column.
    I know that it works in ABAP reports (CL_CU_DATA_SHEET).
    Does anybody know how to do the same in a WebDynpro?
    Thanks in advance!
    Frank

    > Hi Frank ,
    > Yes It is possible in webDynpro ABAP now how
    >  ?
    > Please see Demo Component<b>
    > WDR_TEST_EVENTS</b>.In this see view starting with
    > BG*(Business Graphics ) .Run them see which will fit
    >  best to your problem and follow it .
    > Another thing you can see Business Chart
    > assocaited with ALV coloumn values . Please refer to
    > Package <b>SALV_WD_DEMO</b>and component
    > <b>salv_wd_demo_table_toolbr</b>.In Dropdown in ALV
    > you will find option like <b>Table and Graphics</b>.
    > See it .It show chart but below ALV .I m not sure do
    >  u need something like this only ?
    >         
    > Hope this will help you .
    >
    > Cheers
    > Parry          
    >       <b></b>
    Hi Parry,
    thank you very much for your answer!
    I cheked all examples in WDR_TEST_EVENTS but couldn't find any that fits.
    The class <a href="http://help.sap.com/saphelp_nw2004s/helpdata/de/70/8fa0375b5dd003e10000009b38f8cf/frameset.htm">cl_cu_data_sheet</a> does exactly what I need, but only with  SAP GUI.
    I still hope that it will be possible to do the same in a WebDynpro.
    Best regards
    Frank

  • 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

  • Stacked format in chart using graphics:chart

    I Implemented a graphics:chart element and is working fine, I know how to set Pie format, bars, line in 2D or 3D, but I cant find info about how to set the stacked format.
    I read the PDF that comes with the SAP chart Designer. In the section “Blocks” with Time Axis gives and example.
    And the example is the following:
    <?xml version="1.0" encoding="utf-8"?>
    <ChartData>
    <Categories>
      <Category>20060703;120000</Category>
      <Category>20060704;120000</Category>
      <Category>20060705;120000</Category>
      <Category>20060706;120000</Category>
    </Categories>
    <Series label="Coffee">
      <Point>
       <Value type="y">94</Value>
      </Point>
      <Point>
       <Value type="y">110</Value>
      </Point>
      <Point>
       <Value type="y">139</Value>
      </Point>
      <Point>
       <Value type="y">192</Value>
      </Point>
    </Series>
    <Series label="Espresso">
      <Point>
       <Value type="y">35</Value>
      </Point>
      <Point>
       <Value type="y">39</Value>
      </Point>
      <Point>
       <Value type="y">38</Value>
      </Point>
      <Point>
       <Value type="y">59</Value>
      </Point>
    </Series>
    </ChartData>
    I copy, paste this example and I dont get stacked columns I see 2 series for each category, and I see 20060703;120000 as a label of the column. Something is wrong and I dont get it.
    Some1 have a code sample of a stacked graphics:chart ?

    Hi Roddy,
    I can only assume that the default value for this attribute is for a column chart.
    Here is a sample of a stacked column chart. I just did what was suggested above but using ChartDesigner to create the customising and then I pasted it into the sample. As mentioned I created a second series of data.
    <%@page language="abap" %>
    <%@extension name="graphics" prefix="graphics" %>
    <%@extension name="htmlb" prefix="abap" %>
    <graphics:chart igs_rfc_destination = "IGS_RFC_DEST"
                    width               = "300"
                    height              = "300"
                    format              = "JPG"
                    font_family         = "Arial Unicode MS"
                    dimension           = "PseudoThree" >
      <graphics:data>
        <graphics:nativexml>
          <?xml version="1.0" encoding="utf-8"?>
          <SimpleChartData>
            <Categories>
              <C>Category 1</C>
              <C>Category 2</C>
              <C>Category 3</C>
              <C>Category 4</C>
              <C>Category 5</C>
            </Categories>
            <Series>
              <S label="17.55%">17.55</S>
              <S label="17.10%">17.10</S>
              <S label="8.70%">8.7</S>
              <S label="8.25%">8.25</S>
              <S label="6.87%">6.87</S>
            </Series>
            <Series>
              <S label="6.87%">6.87</S>
              <S label="8.25%">8.25</S>
              <S label="8.70%">8.7</S>
              <S label="17.10%">17.10</S>
              <S label="17.55%">17.55</S>
            </Series>
          </SimpleChartData>
        </graphics:nativexml>
      </graphics:data>
      <graphics:custom>
        <graphics:nativexml>
                <?xml version="1.0" encoding="utf-8"?>
          <SAPChartCustomizing version="2.0">
           <GlobalSettings>
            <Dimension>Two</Dimension>
            <TransparentColor>None</TransparentColor>
            <ColorPalette>Tradeshow</ColorPalette>
            <ColorOrder>Default</ColorOrder>
            <Gaps>Void</Gaps>
            <EqualizeValueAxes>false</EqualizeValueAxes>
            <ThreeD>
             <Ratio>1.75</Ratio>
             <Distance>20</Distance>
             <Depth>10</Depth>
             <DepthCalculation>Automatic</DepthCalculation>
            </ThreeD>
            <Defaults>
             <ChartType>StackedColumns</ChartType>
             <FontFamily>Automatic</FontFamily>
            </Defaults>
            <Colors>
             <Color id="1">RGB(187,204,221)</Color>
             <Color id="2">RGB(204,222,240)</Color>
             <Color id="3">RGB(221,234,243)</Color>
             <Color id="4">RGB(221,234,243)</Color>
             <Color id="5">RGB(236,244,249)</Color>
             <Color id="6">RGB(236,244,249)</Color>
             <Color id="7">RGB(255,255,255)</Color>
             <Color id="8">RGB(255,0,255)</Color>
             <Color id="9">RGB(126,168,222)</Color>
             <Color id="10">RGB(107,152,202)</Color>
             <Color id="11">RGB(79,135,191)</Color>
             <Color id="12">RGB(44,106,174)</Color>
             <Color id="13">RGB(19,80,142)</Color>
             <Color id="14">RGB(192,192,192)</Color>
             <Color id="15">RGB(192,192,192)</Color>
             <Color id="16">RGB(0,0,0)</Color>
             <Color id="17">RGB(198,222,127)</Color>
             <Color id="18">RGB(171,197,94)</Color>
             <Color id="19">RGB(147,174,68)</Color>
             <Color id="20">RGB(118,143,44)</Color>
             <Color id="21">RGB(91,111,33)</Color>
             <Color id="22">RGB(192,192,192)</Color>
             <Color id="23">RGB(192,192,192)</Color>
             <Color id="24">RGB(156,235,145)</Color>
             <Color id="25">RGB(255,229,112)</Color>
             <Color id="26">RGB(248,211,61)</Color>
             <Color id="27">RGB(241,194,10)</Color>
             <Color id="28">RGB(220,180,0)</Color>
             <Color id="29">RGB(200,163,0)</Color>
             <Color id="30">RGB(192,192,192)</Color>
             <Color id="31">RGB(192,192,192)</Color>
             <Color id="32">RGB(255,250,102)</Color>
             <Color id="33">RGB(196,179,236)</Color>
             <Color id="34">RGB(162,149,205)</Color>
             <Color id="35">RGB(135,123,176)</Color>
             <Color id="36">RGB(109,99,150)</Color>
             <Color id="37">RGB(91,81,130)</Color>
             <Color id="38">RGB(192,192,192)</Color>
             <Color id="39">RGB(192,192,192)</Color>
             <Color id="40">RGB(255,103,88)</Color>
             <Color id="41">RGB(169,204,197)</Color>
             <Color id="42">RGB(137,167,161)</Color>
             <Color id="43">RGB(115,145,140)</Color>
             <Color id="44">RGB(88,115,110)</Color>
             <Color id="45">RGB(61,82,77)</Color>
             <Color id="46">RGB(192,192,192)</Color>
             <Color id="47">RGB(192,192,192)</Color>
             <Color id="48">RGB(192,192,192)</Color>
             <Color id="49">RGB(199,172,137)</Color>
             <Color id="50">RGB(167,147,123)</Color>
             <Color id="51">RGB(145,129,109)</Color>
             <Color id="52">RGB(115,102,88)</Color>
             <Color id="53">RGB(82,76,69)</Color>
             <Color id="54">RGB(192,192,192)</Color>
             <Color id="55">RGB(192,192,192)</Color>
             <Color id="56">RGB(192,192,192)</Color>
             <Color id="57">RGB(220,138,188)</Color>
             <Color id="58">RGB(195,103,158)</Color>
             <Color id="59">RGB(174,90,140)</Color>
             <Color id="60">RGB(155,61,115)</Color>
             <Color id="61">RGB(126,38,89)</Color>
             <Color id="62">RGB(192,192,192)</Color>
             <Color id="63">RGB(192,192,192)</Color>
             <Color id="64">RGB(192,192,192)</Color>
            </Colors>
           </GlobalSettings>
           <Elements>
            <ChartElements>
             <Background>
              <Visibility>true</Visibility>
              <Extension/>
              <Insets>3</Insets>
              <Color>@6</Color>
              <SecondaryColor>RGB(0,0,0)</SecondaryColor>
              <Pattern>None</Pattern>
              <Gradient>None</Gradient>
              <Texture>None</Texture>
              <TextureMode>Tile</TextureMode>
              <Transparency>0</Transparency>
              <BorderColor>None</BorderColor>
              <BorderStyle>Solid</BorderStyle>
              <BorderWidth>1</BorderWidth>
             </Background>
             <PlotArea>
              <Visibility>true</Visibility>
              <Extension/>
              <Alignment>Automatic</Alignment>
              <ManualPosition>
               <Top>0</Top>
               <Left>0</Left>
               <Bottom>100</Bottom>
               <Right>100</Right>
              </ManualPosition>
              <Color>@5</Color>
              <SecondaryColor>RGB(0,0,0)</SecondaryColor>
              <Pattern>None</Pattern>
              <Gradient>None</Gradient>
              <Texture>None</Texture>
              <TextureMode>Tile</TextureMode>
              <Transparency>0</Transparency>
              <BorderColor>@4</BorderColor>
              <BorderStyle>Solid</BorderStyle>
              <BorderWidth>1</BorderWidth>
             </PlotArea>
             <Title>
              <Visibility>true</Visibility>
              <Extension/>
              <Caption/>
              <Position>Top</Position>
              <AlignToPlot>false</AlignToPlot>
              <Insets>4</Insets>
              <Text>
               <FontFamily>Automatic</FontFamily>
               <Color>@16</Color>
               <Size>8</Size>
               <Style>Normal</Style>
               <HorizontalPosition>Default</HorizontalPosition>
               <VerticalPosition>Default</VerticalPosition>
               <Direction>Default</Direction>
              </Text>
              <Color>None</Color>
              <SecondaryColor>RGB(0,0,0)</SecondaryColor>
              <Pattern>None</Pattern>
              <Gradient>None</Gradient>
              <Texture>None</Texture>
              <TextureMode>Tile</TextureMode>
              <Transparency>0</Transparency>
              <BorderColor>None</BorderColor>
              <BorderStyle>Solid</BorderStyle>
              <BorderWidth>1</BorderWidth>
             </Title>
             <Subtitle>
              <Visibility>true</Visibility>
              <Extension/>
              <Caption/>
              <Position>Top</Position>
              <AlignToPlot>false</AlignToPlot>
              <Insets>4</Insets>
              <Text>
               <FontFamily>Automatic</FontFamily>
               <Color>@16</Color>
               <Size>8</Size>
               <Style>Normal</Style>
               <HorizontalPosition>Default</HorizontalPosition>
               <VerticalPosition>Default</VerticalPosition>
               <Direction>Default</Direction>
              </Text>
              <Color>None</Color>
              <SecondaryColor>RGB(0,0,0)</SecondaryColor>
              <Pattern>None</Pattern>
              <Gradient>None</Gradient>
              <Texture>None</Texture>
              <TextureMode>Tile</TextureMode>
              <Transparency>0</Transparency>
              <BorderColor>None</BorderColor>
              <BorderStyle>Solid</BorderStyle>
              <BorderWidth>1</BorderWidth>
             </Subtitle>
             <Legend>
              <Visibility>true</Visibility>
              <Extension/>
              <Caption/>
              <Alignment>ToPlotArea</Alignment>
              <Position>Bottom</Position>
              <Insets>4</Insets>
              <Order>Ascending</Order>
              <OrderByRow>false</OrderByRow>
              <OrderByData>false</OrderByData>
              <MoreInfo>false</MoreInfo>
              <ManualPosition>
               <Top>93.9048</Top>
               <Left>7.24382</Left>
               <Bottom>98.6667</Bottom>
               <Right>98.7633</Right>
              </ManualPosition>
              <Text>
               <FontFamily>Automatic</FontFamily>
               <Color>@16</Color>
               <Size>9</Size>
               <Style>Normal</Style>
              </Text>
              <Color>None</Color>
              <SecondaryColor>RGB(0,0,0)</SecondaryColor>
              <Pattern>None</Pattern>
              <Gradient>None</Gradient>
              <Texture>None</Texture>
              <TextureMode>Tile</TextureMode>
              <Transparency>0</Transparency>
              <BorderColor>None</BorderColor>
              <BorderStyle>Solid</BorderStyle>
              <BorderWidth>1</BorderWidth>
              <SashColor>RGB(0,0,0)</SashColor>
              <SashStyle>Solid</SashStyle>
              <SashWidth>1</SashWidth>
             </Legend>
            </ChartElements>
            <ChartTypes>
             <StackedColumns>
              <Visibility>true</Visibility>
              <Extension/>
              <Percentage>true</Percentage>
              <Distance>50</Distance>
              <AutoBorder>false</AutoBorder>
              <BlockStyle>Rectangle</BlockStyle>
              <ConnectionLines>false</ConnectionLines>
             </StackedColumns>
            </ChartTypes>
            <ChartAxes>
             <CategoryAxis>
              <Visibility>true</Visibility>
              <Extension/>
              <Minimum>1</Minimum>
              <MinimumAutomatic>true</MinimumAutomatic>
              <Maximum>5</Maximum>
              <MaximumAutomatic>true</MaximumAutomatic>
              <Order>Ascending</Order>
              <VariableCategories>false</VariableCategories>
              <AxisType>Flat</AxisType>
              <Centered>false</Centered>
              <Position>Primary</Position>
              <Color>None</Color>
              <SecondaryColor>RGB(0,0,0)</SecondaryColor>
              <Pattern>None</Pattern>
              <Gradient>None</Gradient>
              <Texture>None</Texture>
              <TextureMode>Tile</TextureMode>
              <Transparency>0</Transparency>
              <BorderColor>None</BorderColor>
              <BorderStyle>Solid</BorderStyle>
              <BorderWidth>1</BorderWidth>
              <Line>
               <Visibility>true</Visibility>
               <Extension/>
               <CategoryGap>0</CategoryGap>
               <WrapText>true</WrapText>
               <Position>AtBorder</Position>
               <Insets>2</Insets>
               <Axis>
                <Color>@1</Color>
                <Style>Solid</Style>
                <Width>2</Width>
               </Axis>
               <MajorTicks>
                <Color>@1</Color>
                <Style>Solid</Style>
                <Width>2</Width>
               </MajorTicks>
               <MajorTickGap>0</MajorTickGap>
               <Text>
                <FontFamily>Automatic</FontFamily>
                <Color>@16</Color>
                <Size>9</Size>
                <Style>Normal</Style>
                <HorizontalPosition>Default</HorizontalPosition>
                <VerticalPosition>Default</VerticalPosition>
                <Direction>Default</Direction>
               </Text>
               <Color>None</Color>
               <SecondaryColor>RGB(0,0,0)</SecondaryColor>
               <Pattern>None</Pattern>
               <Gradient>None</Gradient>
               <Texture>None</Texture>
               <TextureMode>Tile</TextureMode>
               <Transparency>0</Transparency>
               <BorderColor>None</BorderColor>
               <BorderStyle>Solid</BorderStyle>
               <BorderWidth>1</BorderWidth>
              </Line>
              <GridLine>
               <Visibility>true</Visibility>
               <Extension/>
               <MajorLines>
                <Color>@2</Color>
                <Style>Solid</Style>
                <Width>1</Width>
               </MajorLines>
               <MajorTickGap>0</MajorTickGap>
              </GridLine>
              <Title>
               <Visibility>true</Visibility>
               <Extension/>
               <Caption/>
               <Text>
                <FontFamily>Automatic</FontFamily>
                <Color>@16</Color>
                <Size>8</Size>
                <Style>Normal</Style>
                <HorizontalPosition>Default</HorizontalPosition>
                <VerticalPosition>Default</VerticalPosition>
                <Direction>Default</Direction>
               </Text>
               <Color>None</Color>
               <SecondaryColor>RGB(0,0,0)</SecondaryColor>
               <Pattern>None</Pattern>
               <Gradient>None</Gradient>
               <Texture>None</Texture>
               <TextureMode>Tile</TextureMode>
               <Transparency>0</Transparency>
               <BorderColor>None</BorderColor>
               <BorderStyle>Solid</BorderStyle>
               <BorderWidth>1</BorderWidth>
              </Title>
              <Unit>
               <Visibility>true</Visibility>
               <Extension/>
               <Caption/>
               <Text>
                <FontFamily>Automatic</FontFamily>
                <Color>@16</Color>
                <Size>8</Size>
                <Style>Normal</Style>
                <HorizontalPosition>Default</HorizontalPosition>
                <VerticalPosition>Default</VerticalPosition>
                <Direction>Default</Direction>
               </Text>
               <Color>None</Color>
               <SecondaryColor>RGB(0,0,0)</SecondaryColor>
               <Pattern>None</Pattern>
               <Gradient>None</Gradient>
               <Texture>None</Texture>
               <TextureMode>Tile</TextureMode>
               <Transparency>0</Transparency>
               <BorderColor>None</BorderColor>
               <BorderStyle>Solid</BorderStyle>
               <BorderWidth>1</BorderWidth>
              </Unit>
             </CategoryAxis>
             <ValueAxis id="ValueAxis1">
              <Visibility>true</Visibility>
              <Extension/>
              <Minimum>0</Minimum>
              <MinimumCalculation>Automatic</MinimumCalculation>
              <Maximum>100</Maximum>
              <MaximumCalculation>Automatic</MaximumCalculation>
              <ScalingType>Linear</ScalingType>
              <Order>Ascending</Order>
              <Position>Primary</Position>
              <Color>None</Color>
              <SecondaryColor>RGB(0,0,0)</SecondaryColor>
              <Pattern>None</Pattern>
              <Gradient>None</Gradient>
              <Texture>None</Texture>
              <TextureMode>Tile</TextureMode>
              <Transparency>0</Transparency>
              <BorderColor>None</BorderColor>
              <BorderStyle>Solid</BorderStyle>
              <BorderWidth>1</BorderWidth>
              <Line>
               <Visibility>true</Visibility>
               <Extension/>
               <Insets>2</Insets>
               <Format/>
               <Axis>
                <Color>@1</Color>
                <Style>Solid</Style>
                <Width>2</Width>
               </Axis>
               <MajorTickCalculation>AutomaticTicks</MajorTickCalculation>
               <NumberMajorTicks>6</NumberMajorTicks>
               <MajorTicks>
                <Color>@1</Color>
                <Style>Solid</Style>
                <Width>2</Width>
               </MajorTicks>
               <AutomaticMinorTicks>true</AutomaticMinorTicks>
               <NumberMinorTicks>4</NumberMinorTicks>
               <MinorTicks>
                <Color>@1</Color>
                <Style>Solid</Style>
                <Width>1</Width>
               </MinorTicks>
               <Text>
                <FontFamily>Automatic</FontFamily>
                <Color>@16</Color>
                <Size>9</Size>
                <Style>Normal</Style>
                <HorizontalPosition>Default</HorizontalPosition>
                <VerticalPosition>Default</VerticalPosition>
                <Direction>Default</Direction>
               </Text>
               <Color>None</Color>
               <SecondaryColor>RGB(0,0,0)</SecondaryColor>
               <Pattern>None</Pattern>
               <Gradient>None</Gradient>
               <Texture>None</Texture>
               <TextureMode>Tile</TextureMode>
               <Transparency>0</Transparency>
               <BorderColor>None</BorderColor>
               <BorderStyle>Solid</BorderStyle>
               <BorderWidth>1</BorderWidth>
              </Line>
              <GridLine>
               <Visibility>true</Visibility>
               <Extension/>
               <MajorLines>
                <Color>@2</Color>
                <Style>Solid</Style>
                <Width>1</Width>
               </MajorLines>
               <MajorTickGap>0</MajorTickGap>
               <MinorLines>
                <Color>@3</Color>
                <Style>Solid</Style>
                <Width>1</Width>
               </MinorLines>
               <MinorTickGap>0</MinorTickGap>
              </GridLine>
              <Title>
               <Visibility>true</Visibility>
               <Extension/>
               <Caption/>
               <Text>
                <FontFamily>Automatic</FontFamily>
                <Color>@16</Color>
                <Size>8</Size>
                <Style>Normal</Style>
                <HorizontalPosition>Default</HorizontalPosition>
                <VerticalPosition>Default</VerticalPosition>
                <Direction>Default</Direction>
               </Text>
               <Color>None</Color>
               <SecondaryColor>RGB(0,0,0)</SecondaryColor>
               <Pattern>None</Pattern>
               <Gradient>None</Gradient>
               <Texture>None</Texture>
               <TextureMode>Tile</TextureMode>
               <Transparency>0</Transparency>
               <BorderColor>None</BorderColor>
               <BorderStyle>Solid</BorderStyle>
               <BorderWidth>1</BorderWidth>
              </Title>
              <Unit>
               <Visibility>true</Visibility>
               <Extension/>
               <Caption/>
               <Text>
                <FontFamily>Automatic</FontFamily>
                <Color>@16</Color>
                <Size>8</Size>
                <Style>Normal</Style>
                <HorizontalPosition>Default</HorizontalPosition>
                <VerticalPosition>Default</VerticalPosition>
                <Direction>Default</Direction>
               </Text>
               <Color>None</Color>
               <SecondaryColor>RGB(0,0,0)</SecondaryColor>
               <Pattern>None</Pattern>
               <Gradient>None</Gradient>
               <Texture>None</Texture>
               <TextureMode>Tile</TextureMode>
               <Transparency>0</Transparency>
               <BorderColor>None</BorderColor>
               <BorderStyle>Solid</BorderStyle>
               <BorderWidth>1</BorderWidth>
              </Unit>
             </ValueAxis>
             <ValueAxis id="ValueAxis2">
              <Visibility>false</Visibility>
              <Extension/>
              <Minimum>0</Minimum>
              <MinimumCalculation>Automatic</MinimumCalculation>
              <Maximum>1</Maximum>
              <MaximumCalculation>Automatic</MaximumCalculation>
              <ScalingType>Linear</ScalingType>
              <Order>Ascending</Order>
              <Position>Secondary</Position>
              <Color>None</Color>
              <SecondaryColor>RGB(0,0,0)</SecondaryColor>
              <Pattern>None</Pattern>
              <Gradient>None</Gradient>
              <Texture>None</Texture>
              <TextureMode>Tile</TextureMode>
              <Transparency>0</Transparency>
              <BorderColor>None</BorderColor>
              <BorderStyle>Solid</BorderStyle>
              <BorderWidth>1</BorderWidth>
              <Line>
               <Visibility>true</Visibility>
               <Extension/>
               <Insets>2</Insets>
               <Format/>
               <Axis>
                <Color>@1</Color>
                <Style>Solid</Style>
                <Width>2</Width>
               </Axis>
               <MajorTickCalculation>AutomaticTicks</MajorTickCalculation>
               <NumberMajorTicks>6</NumberMajorTicks>
               <MajorTicks>
                <Color>@1</Color>
                <Style>Solid</Style>
                <Width>2</Width>
               </MajorTicks>
               <AutomaticMinorTicks>true</AutomaticMinorTicks>
               <NumberMinorTicks>4</NumberMinorTicks>
               <MinorTicks>
                <Color>@1</Color>
                <Style>Solid</Style>
                <Width>1</Width>
               </MinorTicks>
               <Text>
                <FontFamily>Automatic</FontFamily>
                <Color>@16</Color>
                <Size>9</Size>
                <Style>Normal</Style>
                <HorizontalPosition>Default</HorizontalPosition>
                <VerticalPosition>Default</VerticalPosition>
                <Direction>Default</Direction>
               </Text>
               <Color>None</Color>
               <SecondaryColor>RGB(0,0,0)</SecondaryColor>
               <Pattern>None</Pattern>
               <Gradient>None</Gradient>
               <Texture>None</Texture>
               <TextureMode>Tile</TextureMode>
               <Transparency>0</Transparency>
               <BorderColor>None</BorderColor>
               <BorderStyle>Solid</BorderStyle>
               <BorderWidth>1</BorderWidth>
              </Line>
              <GridLine>
               <Visibility>true</Visibility>
               <Extension/>
               <MajorLines>
                <Color>@2</Color>
                <Style>Solid</Style>
                <Width>1</Width>
               </MajorLines>
               <MajorTickGap>0</MajorTickGap>
               <MinorLines>
                <Color>@3</Color>
                <Style>Solid</Style>
                <Width>1</Width>
               </MinorLines>
               <MinorTickGap>0</MinorTickGap>
              </GridLine>
              <Title>
               <Visibility>true</Visibility>
               <Extension/>
               <Caption/>
               <Text>
                <FontFamily>Automatic</FontFamily>
                <Color>@16</Color>
                <Size>8</Size>
                <Style>Normal</Style>
                <HorizontalPosition>Default</HorizontalPosition>
                <VerticalPosition>Default</VerticalPosition>
                <Direction>Default</Direction>
               </Text>
               <Color>None</Color>
               <SecondaryColor>RGB(0,0,0)</SecondaryColor>
               <Pattern>None</Pattern>
               <Gradient>None</Gradient>
               <Texture>None</Texture>
               <TextureMode>Tile</TextureMode>
               <Transparency>0</Transparency>
               <BorderColor>None</BorderColor>
               <BorderStyle>Solid</BorderStyle>
               <BorderWidth>1</BorderWidth>
              </Title>
              <Unit>
               <Visibility>true</Visibility>
               <Extension/>
               <Caption/>
               <Text>
                <FontFamily>Automatic</FontFamily>
                <Color>@16</Color>
                <Size>8</Size>
                <Style>Normal</Style>
                <HorizontalPosition>Default</HorizontalPosition>
                <VerticalPosition>Default</VerticalPosition>
                <Direction>Default</Direction>
               </Text>
               <Color>None</Color>
               <SecondaryColor>RGB(0,0,0)</SecondaryColor>
               <Pattern>None</Pattern>
               <Gradient>None</Gradient>
               <Texture>None</Texture>
               <TextureMode>Tile</TextureMode>
               <Transparency>0</Transparency>
               <BorderColor>None</BorderColor>
               <BorderStyle>Solid</BorderStyle>
               <BorderWidth>1</BorderWidth>
              </Unit>
             </ValueAxis>
            </ChartAxes>
           </Elements>
           <Values>
            <Series>
             <Visibility>true</Visibility>
             <XAxisId>Primary</XAxisId>
             <YAxisId>Primary</YAxisId>
             <LineType>Direct</LineType>
             <ShowInLegend>Automatic</ShowInLegend>
             <ShowLabel>false</ShowLabel>
             <Format>$Label</Format>
             <LineColor>Automatic</LineColor>
             <LineStyle>Solid</LineStyle>
             <LineWidth>2</LineWidth>
             <Color>Automatic</Color>
             <SecondaryColor>RGB(0,0,0)</SecondaryColor>
             <Pattern>None</Pattern>
             <Gradient>None</Gradient>
             <Texture>None</Texture>
             <TextureMode>Tile</TextureMode>
             <Transparency>0</Transparency>
             <MarkerShape>Rectangle</MarkerShape>
             <MarkerSize>5</MarkerSize>
             <BorderColor>Automatic</BorderColor>
             <BorderStyle>Solid</BorderStyle>
             <BorderWidth>1</BorderWidth>
             <Text>
              <FontFamily>Automatic</FontFamily>
              <Color>@16</Color>
              <Size>8</Size>
              <Style>Normal</Style>
              <HorizontalPosition>Default</HorizontalPosition>
              <VerticalPosition>Default</VerticalPosition>
              <Direction>Default</Direction>
             </Text>
            </Series>
            <Series id="Series1">
             <Visibility>true</Visibility>
             <ChartType>Automatic</ChartType>
             <XAxisId>Primary</XAxisId>
             <YAxisId>Primary</YAxisId>
             <LineType>Direct</LineType>
             <ShowInLegend>Automatic</ShowInLegend>
             <ShowLabel>false</ShowLabel>
             <Format>$Label</Format>
             <LineColor>Automatic</LineColor>
             <LineStyle>Solid</LineStyle>
             <LineWidth>2</LineWidth>
             <Color>Automatic</Color>
             <SecondaryColor>RGB(0,0,0)</SecondaryColor>
             <Pattern>None</Pattern>
             <Gradient>None</Gradient>
             <Texture>None</Texture>
             <TextureMode>Tile</TextureMode>
             <Transparency>0</Transparency>
             <MarkerShape>Rectangle</MarkerShape>
             <MarkerSize>5</MarkerSize>
             <BorderColor>Automatic</BorderColor>
             <BorderStyle>Solid</BorderStyle>
             <BorderWidth>1</BorderWidth>
             <Text>
              <FontFamily>Automatic</FontFamily>
              <Color>@16</Color>
              <Size>8</Size>
              <Style>Normal</Style>
              <HorizontalPosition>Default</HorizontalPosition>
              <VerticalPosition>Default</VerticalPosition>
              <Direction>Default</Direction>
             </Text>
            </Series>
            <Series id="Series2">
             <Visibility>true</Visibility>
             <ChartType>Automatic</ChartType>
             <XAxisId>Primary</XAxisId>
             <YAxisId>Primary</YAxisId>
             <LineType>Direct</LineType>
             <ShowInLegend>Automatic</ShowInLegend>
             <ShowLabel>false</ShowLabel>
             <Format>$Label</Format>
             <LineColor>Automatic</LineColor>
             <LineStyle>Solid</LineStyle>
             <LineWidth>2</LineWidth>
             <Color>Automatic</Color>
             <SecondaryColor>RGB(0,0,0)</SecondaryColor>
             <Pattern>None</Pattern>
             <Gradient>None</Gradient>
             <Texture>None</Texture>
             <TextureMode>Tile</TextureMode>
             <Transparency>0</Transparency>
             <MarkerShape>Rectangle</MarkerShape>
             <MarkerSize>5</MarkerSize>
             <BorderColor>Automatic</BorderColor>
             <BorderStyle>Solid</BorderStyle>
             <BorderWidth>1</BorderWidth>
             <Text>
              <FontFamily>Automatic</FontFamily>
              <Color>@16</Color>
              <Size>8</Size>
              <Style>Normal</Style>
              <HorizontalPosition>Default</HorizontalPosition>
              <VerticalPosition>Default</VerticalPosition>
              <Direction>Default</Direction>
             </Text>
            </Series>
            <Series id="Series3">
             <Visibility>true</Visibility>
             <ChartType>Automatic</ChartType>
             <XAxisId>Primary</XAxisId>
             <YAxisId>Primary</YAxisId>
             <LineType>Direct</LineType>
             <ShowInLegend>Automatic</ShowInLegend>
             <ShowLabel>false</ShowLabel>
             <Format>$Label</Format>
             <LineColor>Automatic</LineColor>
             <LineStyle>Solid</LineStyle>
             <LineWidth>2</LineWidth>
             <Color>Automatic</Color>
             <SecondaryColor>RGB(0,0,0)</SecondaryColor>
             <Pattern>None</Pattern>
             <Gradient>None</Gradient>
             <Texture>None</Texture>
             <TextureMode>Tile</TextureMode>
             <Transparency>0</Transparency>
             <MarkerShape>Rectangle</MarkerShape>
             <MarkerSize>5</MarkerSize>
             <BorderColor>Automatic</BorderColor>
             <BorderStyle>Solid</BorderStyle>
             <BorderWidth>1</BorderWidth>
             <Text>
              <FontFamily>Automatic</FontFamily>
              <Color>@16</Color>
              <Size>8</Size>
              <Style>Normal</Style>
              <HorizontalPosition>Default</HorizontalPosition>
              <VerticalPosition>Default</VerticalPosition>
              <Direction>Default</Direction>
             </Text>
            </Series>
            <Series id="Series4">
             <Visibility>true</Visibility>
             <ChartType>Automatic</ChartType>
             <XAxisId>Primary</XAxisId>
             <YAxisId>Primary</YAxisId>
             <LineType>Direct</LineType>
             <ShowInLegend>Automatic</ShowInLegend>
             <ShowLabel>false</ShowLabel>
             <Format>$Label</Format>
             <LineColor>Automatic</LineColor>
             <LineStyle>Solid</LineStyle>
             <LineWidth>2</LineWidth>
             <Color>Automatic</Color>
             <SecondaryColor>RGB(0,0,0)</SecondaryColor>
             <Pattern>None</Pattern>
             <Gradient>None</Gradient>
             <Texture>None</Texture>
             <TextureMode>Tile</TextureMode>
             <Transparency>0</Transparency>
             <MarkerShape>Rectangle</MarkerShape>
             <MarkerSize>5</MarkerSize>
             <BorderColor>Automatic</BorderColor>
             <BorderStyle>Solid</BorderStyle>
             <BorderWidth>1</BorderWidth>
             <Text>
              <FontFamily>Automatic</FontFamily>
              <Color>@16</Color>
              <Size>8</Size>
              <Style>Normal</Style>
              <HorizontalPosition>Default</HorizontalPosition>
              <VerticalPosition>Default</VerticalPosition>
              <Direction>Default</Direction>
             </Text>
            </Series>
           </Values>
           <Images/>
          </SAPChartCustomizing>
        </graphics:nativexml>
      </graphics:custom>
    </graphics:chart>
    Cheers
    Graham Robbo

  • Regarding Business Graphics : Type Pie Chart

    Hello Experts,
    I am using the business graphics of type Pie Chart. I get the data properly displayed in the form a pie chart pir ture. But only thing missing here is, i dont get to see what percentage or the number of each part of pie.
    Example:
    I have a scenario where i want show the number or percentage on the parts of pie chart. It can be like a mouse over display or a plan static disply on each part of pie.
    Is this possible.. if yes .. kindly suggest.
    Thanks,
    Naresh

    Hi,
    Go through the following link.
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ca932ebc-0901-0010-68a0-b4dd81a4bf81]
    It gives a step by step procedure for creating business graphics in WDA.
    Hope it helps.
    Thanks.

  • Business Graphics: Time Scatter, Line Chart, Column Chart

    Hi all,
      I have a requirement of intermixing of Bar/Column-Chart and Line-Chart. How to do this? I also need to color the columns.. Any Documents or Ideas will be appreciated.
    Thanks,
        Vinod V

    Hi, Rohit & Neha
       I think, my question is not clear..
    My requirements are on Business Graphics (Not in IWDTable), where i need to represent my data in different columns (Levels). Each level will be Represented in different colors.
    Eg: Top level of my Graph will have RED,
          Middle by YELLOW and
          Bottom part would be with GREEN.
    My Second Question is on using Multiple Graph types in same graph...
    Where data will be represented in Column/Bar Chart and in the same graph i need a curve to display the max value pointed by Column Chart..
    How can i achieve this?
    Regards
       Vinod V

Maybe you are looking for

  • A generic XML DTD

    Hi      I am a newbie to XML and I have a question on XML/Java, hopefully, you guys would be able to give me some pointers to solve this problem.      Here is the scenario. I need to design (might have to implement as well) a set of Java libraries th

  • 7th generation iPod nano not turning on.

    I bought it like, literally two days ago. And then when I went to plug it into the computer, my computer wouldn't recognize it at all and it wouldn't charge. And it won't even turn on now. Help? I tried updating iTunes and my computer. But it still w

  • SAP TechEd 2011- Master Data Management

    Looking for answers on "Master Data Management and Data Governance," check out the related educational sessions at SAP TechEd 2011 ([Las Vegas|http://bit.ly/n2Z5f7 ], [Bangalore|http://bit.ly/rdxxGz], [Madrid|http://bit.ly/nCbeX5]). [Register today|h

  • Query region (resultsBasedSearch)

    Hi, Is possible that the search for varchar columns do not use wildcards, ie using a condition type 'equal' instead of 'like'? thanks, Carlos.

  • Underdilivery tolerance

    Dear Gurus where i can maintain undilivery tolerance for GR in custimizing? thanks kk