Chart (mschart) X, Y axis coordinate setting method

Source: Internet
Author: User

Private void setaxisy ()
{
Axis axisy = new axis ()
{
Linecolor = color. fromargb (64, 64, 64, 64 ),
// Y-axis label font size
Labelautofitminfontsize = 10,
// Y axis Label display style
Labelstyle = new labelstyle () {format = "{#}. 0% "},
// Grid Y axis settings
Majorgrid = new grid () {linecolor = color. fromargb (64, 64, 64, 64 )},
// Maximum value of Y axis
Maximum= 1000,
// Minimum value of Y axis
Minimum = 0,
// Y-axis label spacing
Interval = 500,
// Minimum scale
Majortickmark = new tickmark () {tickmarkstyle = tickmarkstyle. outsidearea, size = 500 },
};

System. Windows. Forms. datavisualization. charting. Chart C = new system. Windows. Forms. datavisualization. charting. Chart ();
C. chartareas [0]. axisy = axisy;
}

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.