Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8544629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T12:36:24+00:00 2026-06-11T12:36:24+00:00

I am using the Win32::OLE Perl module to change the pattern for a particular

  • 0

I am using the Win32::OLE Perl module to change the pattern for a particular data point in a chart.

I can do this using:

$chart->SeriesCollection(2)->Points(5)->{Interior}->{Pattern} = xlPatternUp;

for example. To be clear this works exactly as expected.
However the xlPattern* constants only allow for a subset of the patterns Excel recognizes. It appears the full set of patterns is specified in the msoPattern* constants (at least the particular one I want to use is).

I tried to use one of the msoPattern* constants in the same manner:

$chart->SeriesCollection(2)->Points(5)->{Interior}->{Pattern} =
msoPatternWideUpwardDiagonal;

But this has no effect. The data point will render with a “solid” (default) pattern.
I have confirmed that I am importing the constants correctly, e.g.:

use Win32::OLE::Const 'Microsoft Office 12.0 Object Library';

How can I use the msoPattern* constants to change the pattern?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T12:36:26+00:00Added an answer on June 11, 2026 at 12:36 pm

    The msoPatterns can be changed via the Patterned method of {Format}->{Fill} property.

    e.g.

    $chart->SeriesCollection(2)->Points(5)-
    {Format}->Fill}->Patterned(msoPatternWideUpwardDiagonal);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have successfully been using Win32::Ole module to browser through pages and submit forms.
Possible Duplicate: Validate HWND using Win32 API How can I determent if the window
How can I take a screenshot of the current screen using Win32?
I am using (in a Delphi win32 application) OLE to perform search and replace
The C++ dll is using Win32 to read from and write data to the
In Watir you can get WIN32OLE handle of IE window using next method. irb(main):059:0>
Hi i am developing game level editor.Currently I am using win32 with directX.But with
I'm using the Win32 function GetEnvironmentVariable to retrieve the value of a variable that
I am using the Win32 API call SetForegroundWindow to set focus to another application's
I'm using Microsoft.Win32.OpenFileDialog dlg in my WPF application. Is there any way to add

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.