Nevron Forum
Back
Login
Register
Login
Register
Home
»
Nevron Open Vision for NET
»
NOV Chart for .NET
»
How to Show Overlap Bar graph
How to Show Overlap Bar graph
Post Reply
How to Show Overlap Bar graph
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
Goto Topics Forum
Author
Message
Nevron Support
Nevron Support
posted 5 Years Ago
ANSWER
Post Details
Group: Administrators
Posts: 3.1K,
Visits: 4.2K
Hi Sweta,
You can achieve this using a second bar series with different bar width percent (the percentage it occupies from the category). For example:
NBarSeries bar1 = new NBarSeries();
bar1.FillStyle = new NColorFillStyle(Color.Red);
bar1.Values.Add(10);
bar1.Values.Add(20);
bar1.Values.Add(30);
chart.Series.Add(bar1);
NBarSeries bar2 = new NBarSeries();
bar2.WidthPercent = 50;
bar2.FillStyle = new NColorFillStyle(Color.Blue);
bar2.Values.Add(40);
chart.Series.Add(bar2);
Let us know if you have any questions.
Best Regards,
Nevron Support Team
Reply
Like
0
shweta jain
shweta jain
posted 5 Years Ago
ANSWER
Topic Details
Group: Forum Members
Posts: 16,
Visits: 192
Hello,
I want to create overlap bar chart like in this attached snapshot. How can I achieve this?
Tags
Overlap Bar Chart
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search