mrx_charts library

Classes

ArcShape<T>
Provides touchable arc shape.
Chart
Widget of charts.
ChartAnimation
Abstract class for animation.
ChartAxisData
Providing datas of the selected axis.
ChartAxisDataItem
A collection of values for an axis in a chart.
ChartAxisLayer
This layer allows to render axises.
ChartAxisSettings
A collection of values for settings in axises.
ChartAxisSettingsAxis
A collection of values for settings of the selected axis.
ChartAxisValue
A collection of values for the selected axis.
ChartBarDataItem
A collection of values for a single bar in a chart.
ChartBarLayer
This layer allows to render bars.
ChartBarSettings
A collection of values for settings in bars.
ChartCandleDataItem
A collection of values for a candle in a chart.
ChartCandleDataItemValue
A collection of values for per value candle in a chart in.
ChartCandleLayer
This layer allows to render candles.
ChartCandleSettings
A collection of values for settings in candles.
ChartColorAnimation
Provides color animation values.
ChartDataItem
Abstract class for data item.
ChartDoubleAnimation
Provides double animation values.
ChartGridData
Providing datas of the selected axis.
ChartGridDataItem
A collection of values for a grid in a chart.
ChartGridLayer
This layer allows to render grids.
ChartGridSettings
A collection of values for settings in axises.
ChartGridSettingsAxis
A collection of values for settings of the selected axis.
ChartGroupBarDataItem
A collection of values for a group bar in a chart.
ChartGroupBarLayer
This layer allows to render group bars.
ChartGroupBarSettings
A collection of values for settings in group bars.
ChartGroupPieDataItem
A collection of values for a group pies in a chart.
ChartGroupPieLayer
This layer allows to render group pies.
ChartGroupPieSettings
A collection of values for settings in group pies.
ChartHighlightLayer
This layer allows to render highlight.
ChartHighlightLineShape<T extends ChartDataItem>
Provides highlight line shape.
ChartHighlightShape
Abstract class for hightlight shape.
ChartLayer
Abstract class for custom layer.
ChartLineDataItem
A collection of values for a line in a chart.
ChartLineLayer
This layer allows to render lines.
ChartLineSettings
A collection of values for settings in lines.
ChartPainter
Provides chart painter.
ChartPainterData
A collection values for painter data.
ChartPositionAnimation
Provides position animation values.
ChartSizeAnimation
Provides size animation values.
ChartTextStyleAnimation
Provides text style animation values.
ChartTooltipBarShape<T extends ChartDataItem>
Provides tooltip bar shape.
ChartTooltipLayer<T>
This layer allows to render tooltip.
ChartTooltipLineShape<T extends ChartDataItem>
Provides tooltip line shape.
ChartTooltipPieShape<T extends ChartDataItem>
Provides tooltip pie shape.
ChartTooltipShape
Base class for tooltip shape that allows draw custom shape.
ChartTouchCallbackData
Provides callback touched data.
ChartTouchDetector<T>
Provides touch detector.
RectangleShape<T>
Provides touchable rectangle shape.
TouchableShape<T>
Abstract class for touchable shape.

Typedefs

UpdateTouchableShapesCallback = void Function(List<TouchableShape<ChartDataItem>> touchableShapes)