Class LineChartTimeXAxis

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

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