Class LineChartNumericYAxis

java.lang.Object
com.amalgamasimulation.charts.axes.AbstractAxis<Number>
com.amalgamasimulation.charts.axes.LineChartNumericYAxis
All Implemented Interfaces:
IAutoAdjustmentPropertyOwner, IAxisTitlePositionPropertyOwner, IAxisTitlePropertyOwner<Number>, IGetDisplayedRangePropertyOwner, IMaxValuePropertyOwner, IMinMaxValuePropertyOwner, IMinValuePropertyOwner, INumericStylePropertyOwner, IValueInRangePropertyOwner, IZeroGridLinePropertyOwner

Class that represents an Y-axis drawn on a NumericLineChart area. It holds properties for ticks and labels along the axis. The Y-axis tick labels represents the numeric values of the visual set data elements. This axis does allow ranging operations.
Author:
Aleksey Kirillov