Hi Saulo,
Thanks for contacting Syncfusion support. We have analyzed your query and prepared sample as per your requirement. IsVisible property of the axis is used to toggle the visibility of the axis. Rectangle box around the chart area is called 3D wall. To disable the wall, kindly use the below code.
[C#]
|
chart.PrimaryXAxis.GridLineType.Pen.Color = Color.Transparent;
chart.PrimaryYAxis.GridLineType.Pen.Color = Color.Transparent; |
In the above code, we have set the Pen color for gridline type as transparent. Please find the output below.
In the below link, we have attached sample for your reference.
Kindly check the sample and let us know if you have any concern.
Thanks,
Sanjith.