XAxisRendererRadarChart class

Inheritance

Constructors

XAxisRendererRadarChart(ViewPortHandler viewPortHandler, XAxis? xAxis, RadarChartPainter chart)

Properties

axis AxisBase?
getter/setter pairinherited
axisLabelPaint TextPainter?
getter/setter pairinherited
axisLinePaint Paint?
getter/setter pairinherited
gridPaint Paint?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
limitLinePaint Paint?
getter/setter pairinherited
mGridClippingRect Rect
getter/setter pairinherited
mLimitLineClippingRect Rect
getter/setter pairinherited
mRenderGridLinesBuffer List<double?>
getter/setter pairinherited
mRenderGridLinesPath Path
getter/setter pairinherited
mRenderLimitLinesBuffer List<double?>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trans Transformer?
getter/setter pairinherited
viewPortHandler ViewPortHandler?
getter/setter pairinherited
xAxis XAxis?
no setterinherited

Methods

computeAxis(double min, double max, bool inverted) → void
Computes the axis values.
inherited
computeAxisValues(double min, double max) → void
Sets up the axis values. Computes the desired number of labels between the two given extremes.
inherited
computeSize() → void
inherited
drawGridLine(Canvas c, double x, double? y, Path path) → void
Draws the grid line at the specified position using the provided path.
inherited
drawLabel(Canvas c, String formattedLabel, double? x, double y, MPPointF anchor, double angleDegrees, XAxisPosition position) → void
override
drawLabels(Canvas c, double pos, MPPointF anchor, XAxisPosition position) → void
draws the x-labels on the specified y-position
inherited
getGridClippingRect() Rect
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderAxisLabels(Canvas c) → void
Draws the axis labels to the screen.
override
renderAxisLine(Canvas c) → void
Draws the line that goes alongside the axis.
inherited
renderGridLines(Canvas c) → void
Draws the grid lines belonging to the axis.
inherited
renderLimitLineLabel(Canvas c, LimitLine limitLine, List<double?> position, double yOffset) → void
inherited
renderLimitLineLine(Canvas c, LimitLine limitLine, List<double?> position) → void
inherited
renderLimitLines(Canvas c) → void
XAxis LimitLines on RadarChart not yet supported.
override
setupGridPaint() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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