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

Similar Messages

  • 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.

  • 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.

  • Pareto Chart using Report Generation Tool kit

    Hi,
    Please help me to get clarification for the following:
    I need to log data into MS Excel Report and generate Pareto Chart using LabVIEW for the Logged data.
    I have Report Generation Tool kit. but i couldnt find the an option to generate Pareto chart with it.
    Thanks,
    Thirumala.

    One way is to Create a Excel template in the predefined format with the rows/colums linked for the Chart.
    Use this template with report generation toolkit to populate data in the predefined cells.Based on that the chart will be automatically updated.

  • Change category axis of column chart using Combobox in flex

    I am trying to change the data of a column chart using a
    combo box. I am using XML for data.
    What I am planing to do is.. the combo box will get "Month"
    say January, feb etc and same will reflect on the X axis and the
    data related to only the selected month should be shown. Say if
    January is selected, the x axis should show "January" and the chart
    should show only data related to January.
    My XML DATA
    <YearlyData>
    <Sample month="January" revenue="120" costs="45"
    overhead="102" oneTime="23" />
    <Sample month="February" revenue="108" costs="42"
    overhead="87" oneTime="47" />
    <Sample month="March" revenue="150" costs="82"
    overhead="32" oneTime="21" />
    <Sample month="April" revenue="170" costs="44"
    overhead="68" />
    <Sample month="May" revenue="250" costs="57"
    overhead="77" oneTime="17" />
    <Sample month="June" revenue="200" costs="33"
    overhead="51" oneTime="30" />
    <Sample month="July" revenue="145" costs="80"
    overhead="62" oneTime="18"/>
    <Sample month="August" revenue="166" costs="87"
    overhead="48" />
    <Sample month="September" revenue="103" costs="56"
    overhead="42" />
    <Sample month="October" revenue="140" costs="91"
    overhead="45" oneTime="60" />
    <Sample month="November" revenue="100" costs="42"
    overhead="33" oneTime="67" />
    <Sample month="December" revenue="182" costs="56"
    overhead="25" oneTime="48" />
    <Sample month="May" revenue="120" costs="57"
    overhead="30" />
    </YearlyData>
    My MXML Code
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="horizontal" initialize="srv.send()">
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    import mx.rpc.events.ResultEvent;
    var arrBook:ArrayCollection = new ArrayCollection;
    function ResHandler(event:ResultEvent)
    arrBook = event.result.YearlyData.Sample;
    cb.dataProvider = arrBook;
    ColumnChart1.dataProvider = arrBook;
    function changeChart()
    cb.selectedItem = CA.categoryField
    ]]>
    </mx:Script>
    <mx:HTTPService id="srv" url="dataSheet.xml"
    result="ResHandler(event)" />
    <mx:ComboBox id="cb" labelField="month"
    change="changeChart()"/>
    <mx:ColumnChart id="ColumnChart1" width="688">
    <mx:horizontalAxis>
    <mx:CategoryAxis id="CA" categoryField="month" />
    </mx:horizontalAxis>
    <mx:series>
    <mx:ColumnSeries displayName="revenue 1"
    yField="revenue"/>
    <mx:ColumnSeries displayName="costs 1"
    yField="costs"/>
    <mx:ColumnSeries displayName="overhead 1"
    yField="overhead"/>
    <mx:ColumnSeries displayName="onetime 1"
    yField="onetime"/>
    </mx:series>
    </mx:ColumnChart>
    <mx:Legend dataProvider="{ColumnChart1}"/>
    </mx:Application>

    Hi Chris,
    That is a Category graph (2-D Line).
    A Scatter Plot will allow you to change the Scale and Steps on the X axis.
    Click on the Chart (Graph) and Format Panel > Axis
    To get a Connection Line or a Trendline on the Scatter Plot, Format Panel > Series
    For a Scatter Plot, put your X and Y data in Header Columns (or Header Rows).
    Regards,
    Ian.
    P.S. I see that SG has found the solution . Ian.

  • How can i produce this type of line chart (yield curve) by using flex2 charting?

    help! I am a flex newcomer, how can i produce this type of
    line chart (yield curve) by using flex2 charting? Anybody can teach
    me how can i customize the width of each scales as below of line
    chart? anybody know this?
    Click
    Here To See

    I need to show the X and Y Co-ordinate in a message when I click on the graphic's point.
    thanks for the tips, I´ll try to understand the sample program.
    Noguti

  • Graphical Chart Generation

    Post Author: RamprakashA
    CA Forum: Charts and Graphs
    Hai all,       I am using  Inbuilt  version of Crystal  report  in VS.NET 2005(Crystal Report Version  10), i am creating a consolidated report, i want to added 11 Bar chart and  Line Chart combined together in one report, Is it is possible or  not.....Any one know how many Graphical Chart can be placed inside a single Crystal Report.   If it is possible then, when i am added more the 5 Bar  Report i am not getting any preview to that,i paced all the chart in separated Report Header for every chartIf any one want the  structure  please find the report in attachment. Any one help me,ASAP i am running out of time  Thank You Ramprakash                                

    I mean with graphical diagrams these: http://www.realmeme.com/miner/java/AppServersDejanews.png

  • Category Project Status Chart report is not viewing in graphical chart.

    Hi,
       I created a dupilcate "Category Project Status Chart with GL " of "Category Project Status Chart ",however not able to generate the graphical chart on the report.
    My Query Defination for the Catagory Report Chart
    SELECT <%RESULTS%> FROM ( SELECT DISTINCT INTERNAL_CAT_OBJECT_NAME AS CATEGORY,CASE WHEN
    ((<%SCHEMA%>.FCI_PRJ_STATUS(T1.OBJECTID,3)) = 1) THEN <%RES_ID(projects$project.status.red)%> WHEN
    ((<%SCHEMA%>.FCI_PRJ_STATUS(T1.OBJECTID,3)) = 2) THEN <%RES_ID(projects$project.status.yellow)%> WHEN
    ((<%SCHEMA%>.FCI_PRJ_STATUS(T1.OBJECTID,3)) = 3) THEN <%RES_ID(projects$project.status.green)%> WHEN
    ((<%SCHEMA%>.FCI_PRJ_STATUS(T1.OBJECTID,3)) = 4) THEN <%RES_ID(projects$project.status.future)%> WHEN
    ((<%SCHEMA%>.FCI_PRJ_STATUS(T1.OBJECTID,3)) = 5) THEN <%RES_ID(projects$project.status.complete)%> ELSE
    <%RES_ID(projects$project.status.unknown)%> END AS PRJ_STATUS_NAME,<%SCHEMA%>.FCI_PRJ_STATUS(T1.OBJECTID, 3)
    AS PRJ_STATUS_CODE, <%SCHEMA%>.FCI_DOC_CUR_CONVERT(COALESCE(ESTIMATED_PRICE,0),ESTIMATED_OBJECT_ID,<%COMPANY_CURRENCY_OBJ_ID%>)
    AS PRICE,(SELECT DISPLAY_NAME FROM <%SCHEMA%>.FCI_MAS_CURRENCY WHERE OBJECTID = <%COMPANY_CURRENCY_OBJ_ID%>) AS
    CURRENCY FROM <%SCHEMA%>.FCI_PRO_PROJECTS T1 WHERE T1.INACTIVE = 0 AND T1.IS_TEMPLATE = 0 AND
    T1.CONTEXTID = <%CONTEXT(projects.projects)%> X inner join <%SCHEMA%>.FCI_DYN_$2147483538 ON OBJECTID = <%SCHEMA%>.FCI_DYN_$2147483538.OBJECTID ) GROUP BY GL_DESCRIPTION_OBJECT_NAME,CATEGORY, PRJ_STATUS_NAME, PRJ_STATUS_CODE, CURRENCY <%ORDERBY%>
    The report i am seeing is
    Normal report with one column as "GL Description" with values in a table.
    Please let  me know if you have any idea ?
    Regards
    Sumanta

    Hi Rob,
               Now the chart is displaying , however the color notaion is not showing, It is showing only one yellow color.In Chart defination i used as *
    Color Palette: High Contrast and Legend: East*
    as it is in original.
    Please let me know if any configuration required.
    Regards
    Sumanta

  • How do i Create charts using JSP/Servlet & Database

    I have to create charts which shows the graph of stock exchange.
    i have a database that keeps the data for creating charts.
    But i did not know how to create charts using jsp-servlet.
    Any Example might help me to go forward.
    Any help will be really appreciated.
    Please Advice me.

    JFreeChart - You can generate the charts then convert them to image formats (PNG and JPEG) all using the JFreeChart API
    http://www.jfree.org/jfreechart/

  • Combination Chart using APEX

    Is it possible to develop a combination chart (say a stacked bar chart + line chart) on the same chart using APEX? I have a requirement where standard deviation needs to be on line chart connecting through bars.
    Thanks
    R

    Hello,
    Have a look here: http://anychart.apex-evangelists.com/pls/apex/f?p=755:10:0::NO:::
    You find the source at the bottom of the page.
    If you change your column alias to something like: "{name:Minimum;type:Line}" it will render that value as a line even if you have the main type as a column chart.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.sumneva.com/

  • When using a chart in Pages, the first zero is deleted in any number beginning with a zero

    When using a chart in Pages, the first zero is deleted in any number beginning with a zero (for example, 055). How do I stop this?

    The leading zero in the value 55 is unnecessary, so Numbers eliminates it for cells formatted as Number or Automatic. A cell formatted as Text prior to making the entry will take whatever you type into it and keep it as entered. A cell formatted as Numeral System will display as many places as you tell it to, and will add zeros as necessary without your even having to type them in.
    Jerry

  • Waveform graphic / chart time display (x-axis) is wrong?

    Why the time is incorrect in waveform graphic / chart? How to solve it?
    When I run the program, I find that waveform graphic/chart show 0 to 20 (time/x-axis) but actual is running 30 second.

    The Build Waveform is on the Waveform palette. You can use it to set the dt. It's a fancy cluster. The dt is your loop rate in seconds. I would assume you have some wait or delay function that you are using to set the loop rate.
    You can also use a property node - XScale.Range. Offset and Xscale.Range.Multiplier. Look at the example called Real Time Chart.

  • Graphics chart scaling XML

    Hello,
    We are using BSP to display charts with percentages on them. We want to always display 0 - 100 on the value access but the scaling adjusts itself to the values of the bars. The XML for the chart design is developed in the Chart Designer and graphics:chart is used in the view definition. Since we are using percentages on the bars the scaling is from 0 to 1.0 rather than 0 to 100.
    Any assistance would be appreciated.
    Thanks,
    Rick

    Rick,
    Please check the properties of Minimum Data Value and Maximum Data Value of xml.
    You can set the minimum and maximum data value for your graph. Based on that range values, scaling will be display on your graph. Also please check the properties of Value Axis->Axis properties
          Minimum Value  0
          Maximum Value  100
    Thanks!
    Lakshmikandh

  • How to use Gannt Chart

    Hi all. I have a requirement to make an application using Gannt chart to display the status through time in daysu2026
    In me application I have embed tree in table and each row consists of project task and its subtask. And this shud display its start and end date through Gannt chart in calendar format...Well I have tried to use BussinessGraphics using Gannt Chart type in that but clearly not able to configure or use this Gannt chart to meet my needs for start and end date for each row in the tableu2026
    If anybody knows detail / proper setting to use Gannt chart of BusssinessGraphics plz share with me...
    Anxiously waiting for reply..
    Thanx in advance.
    Regards:
    Hanif.

    Hi Hanif,
    Look at the following threads :
    Re: IWDTable
    Re: Using IGS Gantt Chart from Web Dynpro?
    These may help you.
    Regards.
    Rajat

  • Drill Down Charts - Oracle Graphics

    My understanding of drill down chart is when
    you click on the particular chart element in the Master chart the Detail chart should show up.
    But in my situation when I choose run from layout editor in oracle graphics, first the Master chart appears and then it automatically refreshes it with the Detail chart without user intervention. The Master
    chart appears as a minimized window.
    I am passing parameter between the Master chart and the detail chart.
    Could anyone tell me how to solve this
    and get the effect of drill down from
    Master Chart to show up the Detail Chart Please ?
    Thanks
    Mohan

    Hi Pradeep,
    You can careate your own dirlldown chart reports like :
    --Create a report using xtreem sample database
    --Crate two groups like Country & Reagion and use Yearly sales in your charts
    --Place a bar graph on your Country group footer and Region group footer.
    --Use Hide(Drill Down Ok) option for region group footer and suppress all other empty sections.
    --Now try to drill down through Country group to Region group.
    You will have to go through only help documents on drill down options in Crystal.
    You have to create a ODBC connection on server end also copy the xtreem database on your server to run you reports in infoview.
    Yes Crystal Reports 2008 supports multi level drill down.
    Thanks,
    Sastry

Maybe you are looking for

  • Copying music folders from an old ext HD to a new one

    Hey guys, long time off the discussions, back with a question I hope you can help me in. Got a macbook. Have all my iTunes library on an external HD. Since this HD is failing, bought a new one. The failing HD is not being recognized by my new macbook

  • CIN-Education cess & Higher education cess

    Gurus, When i do MIGO,the BED value is flowing ,but ECS & SECS are not flowing.But,I am able to enter the ECS value manually,but i am not able to enter SECS as the tab for SECS is in display mode.

  • I havea WRT350N Wireless Router and the DynDNS Service is...

    I havea WRT350N Wireless Router and the DynDNS Service is not resolving the correct Internet IP Address, is resolving to a local IP and I see it on the DDNS Page on my Router Setup Screen.  I'm trying to connect to my DVR from a Remote Site with my D

  • Oracle financials crashes in firefox and ie

    Hi, I'm new so thanks in advance for any help. oracle financials (OF) crashes both firefox and IE. I've changed jinitiator versions, jre versions, firefox (3.5.2 and 3.0.x) and IE versions (7 and 8) and still OF crashes the browser. There's no error

  • Start up drive full

    I recently ran into the above error when trying to do a software update. I went out and purchased a 40 Gb drive to use as a slave. I have been moving items to the slave drive to free up space and that has only given me 430.4 Mb free space on the star