ChartMultiLineFastor class

Inheritance

Constructors

ChartMultiLineFastor({required double width, required double height, required List<String> bottomTitleData, required List<double>? leftTitleData, required Color colorPrimary, required List<List<double>> linesDrawingData, Color? colorTouchWindows, Color? colorBoxChar, Color? colorTextTitle, List<Color>? linesDrawingColor, bool? showGridData})

Properties

axisEmpty → AxisTitles
no setter
borderData → FlBorderData
no setter
bottomTitleData List<String>
getter/setter pair
bottomTitles → SideTitles
no setter
colorBoxChar Color?
getter/setter pair
colorPrimary Color
getter/setter pair
colorTextTitle Color?
getter/setter pair
colorTouchWindows Color?
getter/setter pair
emptySideTitle → SideTitles
no setter
gridData → FlGridData
no setter
hashCode int
The hash code for this object.
no setterinherited
height double
getter/setter pair
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
leftTitleData List<double>?
getter/setter pair
leftTitles → SideTitles
no setter
linesDrawingColor List<Color>?
getter/setter pair
linesDrawingData List<List<double>>
getter/setter pair
lineTouchData1 → LineTouchData
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleData1 → LineChartData
no setter
showGridData bool?
getter/setter pair
titlesBuildAllSides1 → FlTitlesData
no setter
width double
getter/setter pair

Methods

bottomTitleWidgets(double value, TitleMeta meta) Widget
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
emptyTitleWidgets(double value, TitleMeta meta) Widget
getMulitLineDrawingData() List<LineChartBarData>
getXAxisByIndexOfDataValue(List<double> dataDoubleValue, int indexOfDataYValue) double
getYAxisFromValue(double valueData) double
leftTitleWidgets(double value, TitleMeta meta) Widget
mapDoubleValueArrayToObjectLineChartBarData(int linePosition, List<double> dataDoubleValue) → LineChartBarData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDefaultValueForLineDrawingColor() → void
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

removeFraction(String? org) String