MutableCartesianLayerDimensions
class MutableCartesianLayerDimensions(var xSpacing: Float = 0.0f, var scalableStartPadding: Float = 0.0f, var scalableEndPadding: Float = 0.0f, var unscalableStartPadding: Float = 0.0f, var unscalableEndPadding: Float = 0.0f) : CartesianLayerDimensions
An implementation of CartesianLayerDimensions whose every property is mutable.
Constructors
Properties
Link copied to clipboard
The scalable part of the distance between the end of the content area and the last entry (in pixels).
Link copied to clipboard
The scalable part of the distance between the start of the content area and the first entry (in pixels).
Link copied to clipboard
The unscalable part of the distance between the end of the content area and the last entry (in pixels).
Link copied to clipboard
The unscalable part of the distance between the start of the content area and the first entry (in pixels).