Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi bro !!!
I have a data :
Name Month Total
A NULL NULL
In chart line i set Category Group is Month. Series group is Name
When i run chart. Series is A . But in X-axis doesn't have Month. I know because it is null.
But it still displays MajorTickMarks.
How can i hide it.
I have tried to use setting Chart Axis -> MajorTickMarks -> Enabled -> Expression
=Iif(Isnothing(Month),false,true)

But it is not working.
How can i fix it ???
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900