Size
Determines how a BaseAxis sizes itself.
For VerticalAxis, this defines the width.
For HorizontalAxis, this defines the height.
Inheritors
Types
Link copied to clipboard
The axis size will be exactly sizeDp.
Link copied to clipboard
The axis will use a fraction of the available space.
Link copied to clipboard
The axis will measure the width of its label component (label) for the given String (text), and it will use this width as its size. In the case of VerticalAxis, the width of the axis line and the tick length will also be considered.