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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:37:56+00:00 2026-05-24T05:37:56+00:00

I am not able to get an empty point to break the line and

  • 0

I am not able to get an empty point to break the line and be skipped in MSchart. I am using a spline chart for the data and when it reaches an empty point I want to line to break. I have tried setting the marker-style and border-width to nothing and 0 and also tried setting them in code but no success.

  • 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-05-24T05:37:57+00:00Added an answer on May 24, 2026 at 5:37 am

    You need to add a point at the empty point position and set the IsEmpty property to true.

    Here is an example of how to get an empty point with spline.

    chart1.Series.Clear();
    chart1.Series.Add(new Series());
    chart1.Series[0].ChartType = SeriesChartType.Spline;
    
    chart1.Series[0].Points.Add(new DataPoint(0, 1));
    chart1.Series[0].Points.Add(new DataPoint(1, 4));
    chart1.Series[0].Points.Add(new DataPoint(2, 8));
    chart1.Series[0].Points.Add(new DataPoint(3, 8) { IsEmpty = true });
    chart1.Series[0].Points.Add(new DataPoint(4, 4));
    chart1.Series[0].Points.Add(new DataPoint(5, 2));
    chart1.Series[0].Points.Add(new DataPoint(6, 1));
    

    I have also tried the code above without setting the empty point and using a different technique.

    chart1.Series[0].Points.Add(new DataPoint(0, 1));
    chart1.Series[0].Points.Add(new DataPoint(1, 4));
    chart1.Series[0].Points.Add(new DataPoint(2, 8));
    
    chart1.Series[0].Points.Add(new DataPoint(4, 4));
    chart1.Series[0].Points.Add(new DataPoint(5, 2));
    chart1.Series[0].Points.Add(new DataPoint(6, 1));
    
    chart1.DataManipulator.InsertEmptyPoints(1, IntervalType.Days, chart1.Series[0]);
    

    I just set the IntervalType to days and it worked with the code above.
    If you are getting strange curves in your line at the borders of the empty point, let me know.

    I believe for the last example above to work using DataManipulator you need to know what interval to expect points.

    Let me know if this does not work for you and how. (Uploaded screenshots of the misbehavior are awesome!)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to position two ImageViews horizontally, but I am not able to get
not able to get this, can someone help for this LINQ query? select col1,
I am not able to get the hg head or status for a given
I'm not able to get this persistence file correct... I do not find any
I am not able to get my jwysiwyg and Jhtmlarea text editors to work
i tried to search this but was not able to get any proper help.I
This seems like a repeated question but i'm not able to get my answer.
I've read the DateFormatting guide and I'm still not able to get a working
I have few Question for which I am not able to get a proper
I know this is simple but I am not able to get it right

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.