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

  • SEARCH
  • Home
  • 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 8785707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T21:26:10+00:00 2026-06-13T21:26:10+00:00

I want to draw 2 different type series (i.e. Column & Line) on one

  • 0

I want to draw 2 different type series (i.e. Column & Line) on one chart in EPPlus (a COM helping export Excel file). Anybody know how to do that. Thanks in advance.

  • 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-13T21:26:11+00:00Added an answer on June 13, 2026 at 9:26 pm

    Finally, I’ve found my answer.
    Link ref: http://epplus.codeplex.com/wikipage?title=FAQ

    How can I add a series with a different chart type to my chart?

    Here’s how you do…

    ExcelChart chart = worksheet.Drawings.AddChart("chtLine", eChartType.LineMarkers);        
    var serie1= chart.Series.Add(Worksheet.Cells["B1:B4"],Worksheet.Cells["A1:A4"]);
    //Now for the second chart type we use the chart.PlotArea.ChartTypes collection...
    var chartType2 = chart.PlotArea.ChartTypes.Add(eChartType.ColumnClustered);
    var serie2 = chartType2.Series.Add(Worksheet.Cells["C1:C4"],Worksheet.Cells["A1:A4"]);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to create one app which draw different charts like pie chart, line
In my iPhone application i want do draw different shapes like line, circle and
I want to Draw multiple line Graph with each line have different color and
Is it possible to draw different strokes (I want different line widths) in a
I need to draw n different objects on a chart. I want to pick
i want to draw line, i have two textfiled in which i enter some
I want to draw a text with different colors and the only way that
I want to draw some items on screen, each item is in one of
I have a few functions that I'm using to draw different type of text.
I'm trying to develop a simple draw-on-touch and I want to draw the different

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.