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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T22:49:56+00:00 2026-06-06T22:49:56+00:00

Is it possible to remove the top and right major and minor tick marks

  • 0

Is it possible to remove the top and right major and minor tick marks on the graph edge in ZedGraph, while leaving the bottom and left tick marks in place?
enter image description here

  • 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-06T22:49:57+00:00Added an answer on June 6, 2026 at 10:49 pm

    There is a bool property IsOpposite in the MinorTic and MajorTic components of the axes. If you set the property to false the tic marks will not show on the right and top borders.

    Here is an example:

    var pane = zedGraphControl1.GraphPane;
    
    pane.YAxisList[0].MajorTic.IsOpposite = false;
    pane.YAxisList[0].MinorTic.IsOpposite = false;
    pane.XAxis.MajorTic.IsOpposite = false;
    pane.XAxis.MinorTic.IsOpposite = false;
    
    pane.AddCurve(null, new[] { 0.1, 0.5, 0.9 }, new[] { 0.8, 0.3, 0.1 }, Color.Blue);
    

    that will produce the following graph:

    No tick marks on upper and right borders

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

Sidebar

Related Questions

Is it possible to to remove the top and right border from ggplot2 graphs?
anone knows how to remove the bar at the top and bottom on safari
Possible Duplicate: remove duplicate from string in PHP Have a string like: $str =
Is it possible to remove purchases of non-consumable products in the AppStore using the
Is it possible to remove a string key value from the registry on uninstall
Is it possible to remove or unset a particular stylesheet that's been appended? eg:
Is it possible to remove empty/blank lines using code formatting in Intellij IDEA?
Is it possible to remove individual files from the list of files to be
Is it possible to remove a single (SE_NO_SERIALVERSIONID) pattern from the SerializableIdiom detector in
Is it possible to remove the whitespace surrounding an image in PHP? NOTE: to

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.