Nevron Forum
Back
Login
Register
Login
Register
Home
»
Nevron Open Vision for NET
»
NOV Chart for .NET
»
How To create Smooth Line Series Chart in given range
How To create Smooth Line Series Chart in given range
Post Reply
How To create Smooth Line Series Chart in given range
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 have a line series that assigns x values to each data point so that they are spaced at a lesser distance for example 0.1 if you intend to have 10 data points per category for example. The following code shows how to explicitly specify x value position for each data point:
line.UseXValues = true;
line.Values.Add(10);
line.XValues.Add(0);
line.Values.Add(20);
line.XValues.Add(0.1);
line.Values.Add(30);
line.XValues.Add(0.2);
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 chart like this attached snapshot. To create this chart, I have used NLineSeries but it is not plotting chart on given x-axis values 0-2. Please give me some idea, How can I create chart like this attached snapshot
Tags
How To create Smooth Line Series Chart in given range
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