2X faster development
The ultimate WPF UI toolkit to boost your development speed.
Description: This article describes how to display the chart by hiding its axis. Solution: The chart axis can be hidden by setting the Visibility property of the axis to Collapsed. XAML <syncfusion:SfChart.PrimaryAxis > <syncfusion:CategoryAxis Header="Product" Visibility="Collapsed"/> </syncfusion:SfChart.PrimaryAxis> C# this.axisChart.PrimaryAxis.Visibility = Visibility.Collapsed; Output:The following screenshot illustrates the output of the hidden primary axis. |
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.