Coordinate Axis of teechart

Source: Internet
Author: User

Teechart has six coordinate axes, which are the default values.


Tchart1.axes. Bottom. Visible = true; // horizontal axis
Tchart1.axes. Left. Visible = true; // vertical axis

Tchart1.axes. Right. Visible = true;
Tchart1.axes. Top. Visible = true;

Tchart1.axes. Depth. Visible = false; // bottom depth
Tchart1.axes. depthtop. Visible = false; // top depth

 

 

// Right and top are purely soy sauce. They are not currently used. Whether they are true or false, they cannot be changed. [You may need to bind data separately]

Tchart1.axes. Right. Visible = true;
Tchart1.axes. Top. Visible = true;

 

Tchart1.axes. Depth. Visible = true; // bottom depth
Tchart1.axes. depthtop. Visible = true; // top depth

// After setting the bottom depth to true, you can see that the horizontal axis has more depth, dotted lines, and the right side has a bar1

 

// Let's take a look at the depth of the top. We will find that there is bar1 on the top of the Y axis, and at the same time, there is a depth of the coordinate axis.

 

Coordinate Axis of teechart

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.