I have produce a code for a dynamic jfreechart and I want this chart to have Major grid lines and Secondary grid lines.
Is that possible to happen with jfreechart??
Thanks in advance!!!
EDIT:
Unfortunatelly I don't use XYplot but I use TimeSeries Chart like the following:
JFreeChart chart = ChartFactory.createTimeSeriesChart(
"Measurement",
"Date",
"Measurement",
dataset,
true,
true,
false);