NoneRenderSpec<D> class
Renders no ticks no labels, and claims no space in layout. However, it does render the axis line if asked to by the axis.
- Inheritance
-
- Object
- RenderSpec<
D> - NoneRenderSpec
- Annotations
Constructors
- NoneRenderSpec({LineStyleSpec? axisLineStyle})
-
const
Properties
- axisLineStyle → LineStyleSpec?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createDrawStrategy(
ChartContext context, GraphicsFactory graphicFactory) → TickDrawStrategy< D> -
override
-
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.
override