简体   繁体   中英

Charts in C# ASPNET

I 'm trying to use the CHARTS and I can do what I want. But, at this point, I need to do better graphs. How can I change the x and y axis values? I'm using a objectdatasource to populate the graph.

Tks in advance.

Change the x and y values is still a bit obscure, you could try to set manually the X and Y value type

Chart1.Series["s1"].XValueType = ChartValueType.DateTime;

If you don't display properly the DataPoints .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM