RadarChartController class
- Inheritance
- Object
- Controller<
RadarChartPainter> - PieRadarController<
RadarChartPainter> - RadarChartController
Constructors
- RadarChartController({double webLineWidth: 1.5, double innerWebLineWidth: 0.75, Color webColor, Color webColorInner, int webAlpha: 150, bool drawWeb: true, int skipWebLineCount: 0, YAxis yAxis, Color backgroundColor, YAxisSettingFunction yAxisSettingFunction, IMarker marker, Description description, XAxisSettingFunction xAxisSettingFunction, LegendSettingFunction legendSettingFunction, DataRendererSettingFunction rendererSettingFunction, OnChartValueSelectedListener selectionListener, double rotationAngle: 270, double rawRotationAngle: 270, bool rotateEnabled: true, double minOffset: 30.0, double maxHighlightDistance: 100.0, bool highLightPerTapEnabled: true, double extraTopOffset: 0.0, double extraRightOffset: 0.0, double extraBottomOffset: 0.0, double extraLeftOffset: 0.0, String noDataText: "No chart data available.", bool drawMarkers: true, bool resolveGestureHorizontalConflict: false, bool resolveGestureVerticalConflict: false, double descTextSize: 12, double infoTextSize: 12, Color descTextColor, Color infoTextColor, Color infoBgColor})
Properties
- animator ↔ Animator
-
read / write, inherited
- backgroundColor ↔ Color
-
read / write
- data ↔ RadarData
-
read / write, inherited-setter, override-getter
- descPaint ↔ TextPainter
-
read / write, inherited
- description ↔ Description
-
read / write, inherited
- drawMarkers ↔ bool
-
read / write, inherited
- drawWeb ↔ bool
-
read / write
- extraBottomOffset ↔ double
-
read / write, inherited
- extraLeftOffset ↔ double
-
read / write, inherited
- extraRightOffset ↔ double
-
read / write, inherited
- extraTopOffset ↔ double
-
read / write, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- highLightPerTapEnabled ↔ bool
-
read / write, inherited
- horizontalConflictResolveFunc ↔ CanDragDownFunction
-
read / write, inherited
- infoBgColor ↔ Color
-
split child property
read / write, inherited
- infoPaint ↔ TextPainter
-
read / write, inherited
- innerWebLineWidth ↔ double
-
read / write
- legend ↔ Legend
-
read / write, inherited
- legendRenderer ↔ LegendRenderer
-
read / write, inherited
- legendSettingFunction ↔ LegendSettingFunction
-
read / write, inherited
- marker ↔ IMarker
-
needed
read / write, inherited
- maxHighlightDistance ↔ double
-
option
read / write, inherited
- minOffset ↔ double
-
read / write, inherited
- painter ↔ RadarChartPainter
-
read / write, inherited-setter, override-getter
- rawRotationAngle ↔ double
-
read / write, inherited
- rendererSettingFunction ↔ DataRendererSettingFunction
-
read / write, inherited
- rotateEnabled ↔ bool
-
read / write, inherited
- rotationAngle ↔ double
-
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selectionListener ↔ OnChartValueSelectedListener
-
read / write, inherited
- skipWebLineCount ↔ int
-
read / write
- state ↔ RadarChartState
-
read / write, inherited-setter, override-getter
- verticalConflictResolveFunc ↔ CanDragDownFunction
-
read / write, inherited
- viewPortHandler ↔ ViewPortHandler
-
read / write, inherited
- webAlpha ↔ int
-
read / write
- webColor ↔ Color
-
read / write
- webColorInner ↔ Color
-
read / write
- webLineWidth ↔ double
-
read / write
- xAxis ↔ XAxis
-
read / write, inherited
- xAxisSettingFunction ↔ XAxisSettingFunction
-
read / write, inherited
- yAxis ↔ YAxis
-
read / write
- yAxisSettingFunction ↔ YAxisSettingFunction
-
read / write
Methods
-
createChartState(
) → ChartState< Chart< Controller< >ChartPainter< >ChartData< >IDataSet< >Entry> > -
inherited
-
createRealState(
) → RadarChartState -
override
-
doneBeforePainterInit(
) → void -
override
-
initDescription(
) → Description -
inherited
-
initialPainter(
) → void -
override
-
initLegend(
) → Legend -
inherited
-
initLegendRenderer(
) → LegendRenderer -
inherited
-
initMarker(
) → IMarker -
override
-
initSelectionListener(
) → OnChartValueSelectedListener -
inherited
-
initViewPortHandler(
) → ViewPortHandler -
inherited
-
initXAxis(
) → XAxis -
inherited
-
initYAxis(
) → YAxis -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
onAnimationUpdate(
double x, double y) → void -
inherited
-
onRotateUpdate(
double angle) → void -
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited