X axis too cluttering

K

kkzhao

Hi,



The values on the X axis, which is the category axis in my chart, are
0.10, 0.15, 0.20, 0.25, ...,0.80,0.85,0.90,0.95. So the tick label on
the X axis is very clutter. I want to only show major point like 0.2,
0.4, 0.6, 0.8 and 1.0.



Do you know how to do that?



I tried to use MajorUnit property, but was told that can not be used for
category axes.



I tried to user TickLabelUnitType , failed too.

Chart1.Axes[0].TickMarkUnitType =
OWC10.ChartAxisUnitTypeEnum.chAxisUnitYear

The error is "Invalid Parameter".



I guess may be the value for X axis is not date value.



Thank you.



Eric

(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top