Modifier and Type | Origin and Description |
---|---|
public Series |
Dashboard.XYChartWidget.getSeries(BBjString p_seriesName$)
Returns the requested series |
Modifier and Type | Origin and Description |
---|---|
public void |
Dashboard.ChartWidget.fillJDBCXYSeries(XYSeries p_series!, BBjString p_connectString$, BBjString p_sql$)
Given an SQL query, fill an XYSeries with the resultant two columns of numerical data |
public void |
Dashboard.ChartWidget.fillJDBCXYSeries(XYSeries p_series!, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Given an SQL query, fill an XYSeries with the resultant two columns of numerical data |
public void |
Dashboard.ChartWidget.fillJDBCXYSeries(XYSeries p_series!, BBjRecordSet p_rs!, BBjVector p_columns!)
Given a BBjRecordSet and a vector of columns, fill an XYSeries with the resultant two columns of numerical data |