syncfusion_flutter_charts
charts
AxisLine
AxisLine constructor
AxisLine
syncfusion_flutter_charts
charts
AxisLine
AxisLine constructor
AxisLine class
Constructors
AxisLine
Properties
color
dashArray
width
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
AxisLine
constructor
AxisLine
(
{
Color
color
,
List
<
double
>
dashArray
,
double
width
:
1
})
Implementation
AxisLine({this.color, this.dashArray, this.width = 1});