| Method | Definition |
| vDataFrame.animated | Draws the animated chart. |
| vDataFrame.bar | Draws the bar chart of the input vColumns based on an aggregation. |
| vDataFrame[].bar | Draws the bar chart of the vColumn based on an aggregation. |
| vDataFrame.boxplot | Draws the box plot of the input vColumns. |
| vDataFrame[].boxplot | Draws the box plot of the vColumn. |
| vDataFrame.bubble | Draws the bubble plot of the input vColumns. |
| vDataFrame.contour | Draws the contour plot of the input function using the 2 input vColumns. |
| vDataFrame.density | Draws the density plot of the vColumns. |
| vDataFrame[].density | Draws the density plot of the vColumns. |
| vDataFrame.hchart | Draws responsive charts using the Highchart API. |
| vDataFrame[].geo_plot | Draws a geospatial object. |
| vDataFrame.heatmap | Draws the heatmap of two input vColumns. |
| vDataFrame.hexbin | Draws the hexbin of the input vColumns based on an aggregation. |
| vDataFrame.hist | Draws the histogram of the input vColumns based on an aggregation. |
| vDataFrame[].hist | Draws the histogram of the vColumn based on an aggregation. |
| vDataFrame.outliers_plot | Draws the global outliers plot one or two columns based on their ZSCORE. |
| vDataFrame.pie | Draws the nested density pie chart of the input vColumns. |
| vDataFrame[].pie | Draws the pie chart of the vColumn based on an aggregation. |
| vDataFrame.pivot_table | Draws the pivot table of one or two columns based on an aggregation. |
| vDataFrame.plot | Draws a time series plot. |
| vDataFrame[].plot | Draws the time series of the vColumn. |
| vDataFrame[].range_plot | Draws the range plot of the vColumn. |
| vDataFrame.scatter | Draws the scatter plot of the input vColumns. |
| vDataFrame.scatter_matrix | Draws the scatter matrix of the vDataFrame. |
| vDataFrame[].spider | Draws the spider plot of the input vColumn based on an aggregation. |
| vDataFrame.stacked_area | Draws a time series stacked area chart. |