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

[email protected]
 
Top