<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello Axel,<div><br></div><div>(First of all, this question would be more appropriate on the VTK Users list rather than the Developers list.)</div><div><br></div><div>The grid lines in the VTK Charts are controlled by the Axis members of the Chart. </div><div><br></div><div><a href="http://www.vtk.org/doc/nightly/html/classvtkAxis.html">http://www.vtk.org/doc/nightly/html/classvtkAxis.html</a></div><div><br></div><div>For example, you should be able to turn off the first axis grid by calling:</div><div><br></div><div>chart->GetAxis(0)->SetGridVisible(false);</div><div><br></div><div>Best,</div><div>-Eric</div><div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·</div><div>Eric E Monson</div><div>Duke Visualization Technology Group</div><div><br class="webkit-block-placeholder"></div></div></span><br></span></div><div><div>On Feb 23, 2013, at 2:39 PM, Axel Largent <<a href="mailto:takouta971@hotmail.fr">takouta971@hotmail.fr</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">

<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
<div class="hmmessage"><div dir="ltr">
Hello, <br>To display a scatter plot i used vtkchartXY as in this example : <a href="http://http//www.itk.org/Wiki/VTK/Examples/Cxx/Plotting/ScatterPlot">http://www.itk.org/Wiki/VTK/Examples/Cxx/Plotting/ScatterPlot</a><br> However by default a line grid  is plotted with vtkChartXY. <br>Could you explain me how to remove this grid please ?                                           </div></div>
_______________________________________________<br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtk-developers">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br><br></blockquote></div><br></div></body></html>