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
case5: aaChartModel!.markerRadius(switchView.isOn ?0:5)//Polyline connection point radius length.A value of 0 is equivalent to no polyline connection point.
371
+
case0: aaChartModel!.xAxisReversed(isOn)
372
+
case1: aaChartModel!.yAxisReversed(isOn)
373
+
case2: aaChartModel!.inverted(isOn)
374
+
case3: aaChartModel!.polar(isOn)
375
+
case4: aaChartModel!.dataLabelsEnabled(isOn)
376
+
case5: aaChartModel!.markerRadius(isOn ?0:5)//Polyline connection point radius length.A value of 0 is equivalent to no polyline connection point.
0 commit comments