GetSparkChart
Mon 01 January 2018Syntax
GetSparkChart(RecordName.FieldName)
Description
Use the GetSparkChart function to return a reference to a SparkChart object.
A spark chart must be associated with a record and field merely so that the spark chart object can be instantiated in PeopleCode. Which record and field you use doesn't matter. Commonly, the same derived/work record is used for all the charts in an application.
Parameters
| 
      Field or Control  | 
    
      Definition  | 
   
|---|---|
| RecordName.FieldName | 
      Specify the record and field name associated with the spark chart.  | 
   
Returns
A reference to a SparkChart object.