Owc application paper

Source: Internet
Author: User
The application articles of owc are too many. I will not introduce them here.
One problem encountered today is that when owc is used to draw a picture, owc will automatically summarize it. The summary result is that there are 20 points on the X axis, and there are only 7 or 8 points after the summary, and the data is averaged in week Y. This feature is understandable, but sometimes, no matter how much data is on the X axis, I want it not to summarize itself (grouping), but the actual real data.

Is the data After grouping. In fact

It mainly sets the X axis parameters.
The following code provides objchart. Axes [0]. ticklabelunittype = This. xunittype;
Objchart. Axes [0]. groupingtype = This. xgrouping;
If (objchart. Axes [0]. groupingtype = chartaxisgroupingenum. chaxisgroupingmanual)
Objchart. Axes [0]. groupingunit = This. groupingunit;

If you set groupingtype to none, the grouping function is automatically called.

For owc information, please refer to
How to find the Office Web component (owc) programming documentation and Examples

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.