CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    260

    the value of xl3DColumnStacked constant.

    Hello everyone,
    I have a problem when create chart from C code to excel.
    my code :
    chart.ChartWizard(var, // Source.
    COleVariant((short)Gallery), // Gallery
    covOptional, //
    COleVariant((short)PlotBy), //
    COleVariant((short)CategoryLabels), // CategoryLabels.
    COleVariant((short)SeriesLabels), // SeriesLabels.
    COleVariant((short)HasLegend), // HasLegend.
    COleVariant(Title), // Title.
    COleVariant(CategoryTitle), // CategoryTitle.
    COleVariant(ValueTitle), // ValueTitles.
    covOptional // ExtraTitle.
    );

    The Gallery can be is 1,2 OR -4169? so on.
    I want to know the value of xl3DColumnStacked constant.
    Does anyone know ? please help me as soon as posible

  2. #2
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869
    Answered in Visual C++ thread.

    You shouldn't make the same post in two different forums. It is a good way to get yelled at
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

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

Featured