Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
scale for datatimedataset x-axis?
markcheung
Hi,
forgot to set AxisType
xAxis.setType(AxisType.DATE_TIME_LITERAL);
Find more posts tagged with
Comments
markcheung
" double diff=CDateTime.computeDifference(data.getTimes()[0], data.getTimes()[data.getTimes().length-1], 5);
xAxis.getScale().setStep(diff/5);
"
This doesn't seem to work.