Class LineChartNumericXAxis

java.lang.Object
com.amalgamasimulation.charts.axes.AbstractAxis<Number>
com.amalgamasimulation.charts.axes.LineChartNumericXAxis
All Implemented Interfaces:
IAxisTitlePropertyOwner<Number>, ICurrentValuePropertyOwner, IDiscretizationPropertyOwner, IDisplayedRangeAutoScrollPropertyOwner, IGetDisplayedRangePropertyOwner, INumericStylePropertyOwner, IScrollBarPropertyOwner, ISetNumericDisplayedRangePropertyOwner, IValueInRangePropertyOwner, IZeroGridLinePropertyOwner

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