This is a migrated thread and some comments may be shown as answers.

[Solved] Hide Grid Lines

1 Answer 141 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Robert
Top achievements
Rank 1
Robert asked on 08 Jun 2012, 06:04 PM
Is there a way to hide the grid lines?

1 Answer, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 08 Jun 2012, 06:07 PM
Found it:

.ValueAxis(axis => axis.Numeric()
    .Labels(false)
    .MajorGridLines(lines => lines.Visible(false))
    .MinorGridLines(lines => lines.Visible(false))
)
Tags
Chart
Asked by
Robert
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Share this question
or