Results 1 to 1 of 1

Thread: Microsoft Graph Library - Custom Chart

Threaded View

  1. #1

    Thread Starter
    Frenzied Member usamaalam's Avatar
    Join Date
    Nov 2002
    Location
    Karachi
    Posts
    1,308

    Microsoft Graph Library - Custom Chart

    Hello everybody,

    I am using Microsoft Graph library to draw certain graphs bu the graph which is shown here in the image is not found in the library. I am using this code to add the graph.

    Code:
    objChart = (Graph.Chart) objSlide.Shapes.AddOLEObject(40,120,650,260,
    						"MSGraph.Chart.8", "", MsoTriState.msoFalse, "", 0, "",
    						MsoTriState.msoFalse).OLEFormat.Object;
    					// Here I specify chart type
    					objChart.ChartType = Graph.XlChartType.xlColumnStacked;
    In the actual graph, I can find it by selecting Stacked Column from standard charts and Floating Bars from the custom charts.

    How do I find it with code ??

    Thanks.
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width