com.smartgwt.client.widgets.chart
Class ChartPointClickEvent

java.lang.Object
  extended by com.smartgwt.client.widgets.chart.ChartPointClickEvent

public class ChartPointClickEvent
extends Object


Method Summary
 Record getRecord()
           
 Float getValue()
           
 void setRecord(Record record)
           
 void setValue(Float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public Float getValue()

setValue

public void setValue(Float value)

getRecord

public Record getRecord()

setRecord

public void setRecord(Record record)