ChartFormat class
Represents chart format
Constructors
Properties
- firstSliceAngle ↔ int
-
Represents the angle of first slice in a doughnut or pie chart., in degrees (clockwise from vertical).
Can be a value from 0 through 360.
getter/setter pair
- gapDepth ↔ int
-
Represents the distance between the data series in a 3-D chart, as a percentage of the marker width.( 0 - 500 );
getter/setter pair
- gapWidth ↔ int
-
Represents the space between bar/column clusters, as a percentage of the bar/column width in bar/column charts.
Represents the space between the primary and secondary sections, in Pie of Pie and Bar of Pie charts.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- holeSizePercent ↔ int
-
Represents the hole size percentage of a doughnut chart., between 10 and 90 percent.
getter/setter pair
- pieSecondSize ↔ int
-
Represents percentage of the size of the secondary pie. ( 5 - 200 ).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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