Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148493 | Oct 22,2019 01:56 PM UTC | Oct 23,2019 09:49 AM UTC | Flutter | 3 |
![]() |
Tags: SfCartesianChart |
SfCartesianChart(
primaryXAxis: NumericAxis(
//Hide the gridlines of x-axis
majorGridLines: MajorGridLines(width: 0),
//Hide the axis line of x-axis
axisLine: AxisLine(width: 0),
),
primaryYAxis: NumericAxis(
//Hide the gridlines of y-axis
majorGridLines: MajorGridLines(width: 0),
//Hide the axis line of y-axis
axisLine: AxisLine(width: 0)
),
)
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.