You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have enabled line showing using below options. but it is showing dotted line. I want to make it solid line.
public var drawAxisLineEnabled = true
public var drawGridLinesEnabled = true
The text was updated successfully, but these errors were encountered:
check out yAxis.gridLineDashPhase, yAxis.gridLineDashLengths, yAxis.gridLineDashLengths.count
if you want solid grid line, set yAxis.gridLineDashLengths = nil, or change the dash options
I have enabled line showing using below options. but it is showing dotted line. I want to make it solid line.
public var drawAxisLineEnabled = true
public var drawGridLinesEnabled = true
The text was updated successfully, but these errors were encountered: