I create TimeSeriesChart using TimeSeriesCollection dataset. I use DateAxis for my x-axis and ValueAxis for y-axis.The problem is DateAxis.Check image
According to this image, the x-axis has so many values.I want x-axis DateTickUnit with particular value.Now my chart has 8 values. I only want that 8 values' dates. No need all dates points to display.Any suggestion for this?
Note: I don't want to switch from a Bar Rendered to a LineAndShapeRenderer looks like an XYChart.Don't want this way In jfreechart TimeSeriesCollection how to show dates which has only values?