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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:22:34+00:00 2026-06-14T10:22:34+00:00

So, I am trying to plot the graph and I have 3 fastlines in

  • 0

So, I am trying to plot the graph and I have 3 fastlines in the Tchart, It seems like the graph are correct but there is something I need to set with labels of axes, What I get is this,
[my graph with x labels as 0 0 0 0 1 1 1 1 ]
http://s8.postimage.org/t7tappekl/image.png

[I want something like this]

http://s7.postimage.org/amltkb917/untitled.png
and what I want to get is something like this , the actual x labels as these . X labels are seconds.
I have already tried setting the valueformat for series and chart lablels. It did not work,

How should I do this? and also I am trying to zoom and scroll up the y axes to set the focus like the image 2. the y graph always starts from 0 , but initially is there any way to set the focus on starting point i.e.81

Thank you so much!

  • 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-14T10:22:35+00:00Added an answer on June 14, 2026 at 10:22 am

    You can set desired increment for the bottom axis labels using the so called Increment property, for example:

      tChart1.Axes.Bottom.Increment = 0.1;
    

    For changing axes range you can use SetMinMax or Minimum and Maximum properties:

      tChart1.Axes.Left.SetMinMax(50, 100);
    

    or

      tChart1.Axes.Left.AutomaticMinimum = false;
      tChart1.Axes.Left.Minimum = 50;
      tChart1.Axes.Left.AutomaticMaximum = false;
      tChart1.Axes.Left.Maximum = 100;
    

    Finally, you can change the chart view perspective changing some of the following properties:

      tChart1.Aspect.View3D = true;
      tChart1.Aspect.Orthogonal = false;
      tChart1.Aspect.Chart3DPercent = 50;
      tChart1.Aspect.Elevation = 0;
      tChart1.Aspect.Rotation = 345;
      tChart1.Aspect.Perspective = 50;
    

    BTW, you’ll find more information about axis settings in tutorial 4. Tutorials can be found a TeeChart’s program group.

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

Sidebar

Related Questions

I'm trying to plot real-time graph, with time axis, but I have found the
I am trying to plot a graph using gnuplot. I have six text files.
I have 20 milliion rows in my table.I am trying to plot graph for
I have written the following code to plot a graph but it is not
I'm trying to plot a bar graph using HighCharts. So far so good, but
So I'm trying to create some graphs using Core Plot, but for the following
I am trying to plot this kind of behaviour of a data set. I
I am trying to plot graph in which i want to fill graph area
I'm trying to plot several kernel density estimations on the same graph, and I
I'm trying to use Jenkins' Plot plugin to generate a graph of how many

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.