AtTimeSeriesStyle class
Constructors
- AtTimeSeriesStyle.bar({double plotBorderWidth = 1, double columnWidth = 10, EdgeInsets plotAreaMargin = const EdgeInsets.only(left: 40, bottom: 40), Text? xAxisTitle, Text? yAxisTitle, TextStyle? yAxisLabelStyle, TextStyle? xAxisLabelStyle, bool drawMinorGridLine = true, bool drawMajorGridLine = true, bool drawYAxisTitle = true, bool drawYAxisLabel = true, bool drawXAxisTitle = true, bool drawXAxisLabel = true, Color chartSeriesColor = const Color(0xFFf4533d), Color plotBorderColor = Colors.blue, String yLabelFormatter(double)?, String xLabelFormatter(AtTimeCoordinate coordinates, int position)?})
-
factory
- AtTimeSeriesStyle.line({double plotBorderWidth = 1, double lineWidth = 10, EdgeInsets plotAreaMargin = const EdgeInsets.only(left: 40, bottom: 40), Text? xAxisTitle, Text? yAxisTitle, TextStyle? yAxisLabelStyle, TextStyle? xAxisLabelStyle, bool drawMinorGridLine = true, bool drawMajorGridLine = true, bool drawYAxisTitle = true, bool drawYAxisLabel = true, bool drawXAxisTitle = true, bool drawXAxisLabel = true, Color chartSeriesColor = const Color(0xFFf4533d), Color plotBorderColor = Colors.blue, String yLabelFormatter(double)?, String xLabelFormatter(AtTimeCoordinate coordinates, int position)?})
-
factory
Properties
- chartSeriesColor → Color
-
Set color to ChartSeries
final
- chartSeriesWidth ↔ double
-
Set width for chartSeries
getter/setter pair
- drawMajorGridLine → bool
-
Hide or show Major Grid Line
final
- drawMinorGridLine → bool
-
Hide or show Minor Grid Line
final
- drawXAxisLabel → bool
-
Hide or show XAxisLabel
final
- drawXAxisTitle → bool
-
Hide or show XAxisTitle
final
- drawYAxisLabel → bool
-
Hide or show YAxisLabel
final
- drawYAxisTitle → bool
-
Hide or show YAxisTitle
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- plotAreaMargin → EdgeInsets
-
Margin for plot area
final
- plotBorderColor → Color
-
Set color to paint PlotBorder
final
- plotBorderWidth → double
-
Set border width for chart
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- xAxisLabelStyle → TextStyle?
-
Set text style for xAxisLabel
final
- xAxisTitle → Text?
-
Set xAxisTitle for Chart
final
- xLabelFormatter → String Function(AtTimeCoordinate coordinates, int position)?
-
Format value to display xAxisLabel
final
- yAxisLabelStyle → TextStyle?
-
Set text style for yAxisLabel
final
- yAxisTitle → Text?
-
Set yAxisTitle for Chart
final
- yLabelFormatter → String Function(double)?
-
Format value to display yAxisLabel
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited