ChartImageParameters class final
The parameters used to generate a ChartImage.
- Implemented types
Constructors
- ChartImageParameters.new({required int width, required int height})
-
Creates a ChartImageParameters with the specified width and height.
factory
Properties
- generateLegend ↔ bool
-
True if the legend should be included in the chart.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
The height of the expected chart image in physical pixels.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenScale ↔ double
-
The number of pixels per DIP (sometimes referred to as screen density or
device pixel ratio).
getter/setter pair
- style ↔ ChartImageStyle
-
The style used to generate the ChartImage.
getter/setter pair
- width → int
-
The width of the expected chart image in physical pixels.
no setter
Methods
-
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.
inherited