org.primefaces.model.chart
Class LineChartSeries

java.lang.Object
  extended by org.primefaces.model.chart.ChartSeries
      extended by org.primefaces.model.chart.LineChartSeries
All Implemented Interfaces:
Serializable

public class LineChartSeries
extends ChartSeries

See Also:
Serialized Form

Constructor Summary
LineChartSeries()
           
LineChartSeries(String title)
           
 
Method Summary
 String getMarkerStyle()
           
 boolean isShowLine()
           
 void setMarkerStyle(String markerStyle)
           
 void setShowLine(boolean showLine)
           
 
Methods inherited from class org.primefaces.model.chart.ChartSeries
getData, getLabel, set, setData, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineChartSeries

public LineChartSeries()

LineChartSeries

public LineChartSeries(String title)
Method Detail

getMarkerStyle

public String getMarkerStyle()

setMarkerStyle

public void setMarkerStyle(String markerStyle)

isShowLine

public boolean isShowLine()

setShowLine

public void setShowLine(boolean showLine)


Copyright © 2012. All Rights Reserved.