Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data AxisLinearScale Source #
The liner axis scale setup.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newAxisLinearScale
smart constructor.
Instances
newAxisLinearScale :: AxisLinearScale Source #
Create a value of AxisLinearScale
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:stepCount:AxisLinearScale'
, axisLinearScale_stepCount
- The step count setup of a linear axis.
$sel:stepSize:AxisLinearScale'
, axisLinearScale_stepSize
- The step size setup of a linear axis.
axisLinearScale_stepCount :: Lens' AxisLinearScale (Maybe Int) Source #
The step count setup of a linear axis.
axisLinearScale_stepSize :: Lens' AxisLinearScale (Maybe Double) Source #
The step size setup of a linear axis.