Uses of Interface
com.amalgamasimulation.charts.axes.IAutoAdjustmentPropertyOwner
Packages that use IAutoAdjustmentPropertyOwner
-
Uses of IAutoAdjustmentPropertyOwner in com.amalgamasimulation.charts.axes
Classes in com.amalgamasimulation.charts.axes that implement IAutoAdjustmentPropertyOwnerModifier and TypeClassDescriptionclassClass that represents an Y-axis drawn on aNumericLineChartarea.Methods in com.amalgamasimulation.charts.axes that return IAutoAdjustmentPropertyOwnerModifier and TypeMethodDescriptionIAutoAdjustmentPropertyOwner.setDisplayedRangeMaxValueAutoAdjustmentEnabled(boolean enabled) Specifies an axis mode in which the maximum axis value is equal to the maximum value of the currently displayed contents.IAutoAdjustmentPropertyOwner.setDisplayedRangeMinValueAutoAdjustmentEnabled(boolean enabled) Specifies an axis mode in which the minimum axis value is equal to the minimum value of the currently displayed contents.IAutoAdjustmentPropertyOwner.setMinAdjustedDisplayedRange(double minAdjustedDisplayedRange) Specifies minimum axis range of the currently displayed contents.LineChartNumericYAxis.setMinAdjustedDisplayedRange(double minAdjustRange) IAutoAdjustmentPropertyOwner.setZeroInDisplayedRange(boolean showZero) Specifies an axis mode in which zero value is always exists in the displayed range.