public interface ICategoryLabelProvider extends ILabelProvider
Modifier and Type | Method and Description |
---|---|
double |
getBarTimeFrame()
Gets the Bar Time Frame in seconds.
|
int |
transformDataToIndex(java.util.Date dataValue)
Transforms a
Date value to the nearest data point index. |
int |
transformDataToIndex(java.util.Date dataValue,
com.scichart.data.numerics.SearchMode mode)
Transforms a
Date value to the corresponding data point index using the specified search mode. |
java.util.Date |
transformIndexToData(int index)
Transforms an index of a data point to the corresponding (@link Date) data value.
|
formatCursorLabel, formatLabel, getFormattedTickLabels
update
java.util.Date transformIndexToData(int index)
index
- The indexint transformDataToIndex(java.util.Date dataValue)
Date
value to the nearest data point index.dataValue
- The Date
valueint transformDataToIndex(java.util.Date dataValue, com.scichart.data.numerics.SearchMode mode)
Date
value to the corresponding data point index using the specified search mode.dataValue
- The Date
valuemode
- The search modedouble getBarTimeFrame()
CategoryDateAxis
and is required for proper rendering.