293031323334353637
private boolean titleAction; private boolean pointAction; private GridPointInfo point; public LineChartViewBean() { LineProperties lp = new LineProperties(); lp.setShapesVisible(true); lineView.addLinePropertiesList(lp); }