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 7891227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T06:33:53+00:00 2026-06-03T06:33:53+00:00

I am currently working on a c# wpf project where I want to display

  • 0

I am currently working on a c# wpf project where I want to display a chart to the user. I’m using WPF C# .net 4 and using the built in chart library but I can’t find anything about the type of chart I want it to use. A screen shot below is the type of chart that I am looking for.
enter image description here

I have a single column chart working I.e. one bar for each month instead of being able to have 2 more columns per a month.

Thanks for any help you can provide

  • 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-03T06:33:55+00:00Added an answer on June 3, 2026 at 6:33 am

    You have the right chart, you just need to add another series :

    <chartingToolkit:Chart
      Title="Debits and credits"
      DataContext="{StaticResource MyDataCollection}">
      <chartingToolkit:ColumnSeries
        Title="Credits"
        ItemsSource="{Binding}"
        IndependentValuePath="Month"
        DependentValuePath="Credit" />
      <chartingToolkit:ColumnSeries
        Title="Debits"
        ItemsSource="{Binding}"
        IndependentValuePath="Month"
        DependentValuePath="Debit" />
    </chartingToolkit:Chart>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently working on a WPF/.Net project, In this project the user has
Hy guys! I am currently working on a little WPF project using MVVM via
Im using pages in the WPF project that im currently working on. However i
I am currently working on a WPF application where I want the user to
I'm working with a project that is WPF and VB.net. I want to visually
I am currently working on a C# WPF project. What I want to be
I'm using Visual Studio 2008. I'm currently working with WPF and I'm using Edit->Format
I am currently working within a WPF user control (the root element of my
We have the beginnings of a modular wpf application built using prism. We want
Currently working through a Teach Yourself WPF tutorial. Usually I can mentally convert from

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.