Vertical
An AxisItemPlacer subinterface for VerticalAxis instances.
Functions
Returns the bottom inset required by the VerticalAxis.
Returns, as a list, the y values for which the VerticalAxis is to create labels and measure their heights during the measuring phase. The height of the tallest label is passed to getWidthMeasurementLabelValues and getLabelValues.
Returns, as a list, the y values for which labels are to be displayed.
Returns, as a list, the y values for which ticks and guidelines are to be displayed.
Returns a boolean indicating whether to shift the lines whose y values are equal to ChartValues.maxY, if such lines are present, such that they’re immediately above the Chart’s bounds. If the chart has a top axis, the shifted tick will then be aligned with this axis, and the shifted guideline will be hidden.
Returns the top inset required by the VerticalAxis.
Returns, as a list, the y values for which the VerticalAxis is to create labels and measure their widths during the measuring phase. This affects how much horizontal space the VerticalAxis requests.