|
Method DetailString getName() Returns the name of this chart. Returns: String Since: 09-08-2008 String getType() Returns the type of this chart. Returns: String Since: 09-08-2008 setBackgroundColor(String color) Sets background color for chart (e.q. 'blue' or '#FAE5B0')
Parameters:
Since: 11-11-2009 setDataList(DataList datalist, String categoryColumn, String valueColumn) Sets input for the chart from datalist. Value column should contain numeric data.
Parameters:
Since: 11-13-2009 setDataList(DataList datalist, String seriesColumn, String categoryColumn, String valueColumn) Sets input for the chart from datalist. Value column should contain numeric data.
Parameters:
Since: 11-13-2009 setDataListXY(DataList datalist, String seriesColumn, String xColumn, String yColumn) Sets XY input for the chart from datalist (both numerical axes). xColumn and yColumn should contain numeric data. Note: 3D view not supported for XY based charts.
Parameters:
Since: 11-13-2009 setDataListXY(DataList datalist, String xColumn, String yColumn) Sets XY input for the chart from datalist (both numerical axes). xColumn and yColumn should contain numeric data. Note: 3D view not supported for XY based charts.
Parameters:
Since: 11-13-2009 setDomainAxisColor(String color) Sets domain axis color
Parameters:
Since: 11-16-2009 setDomainAxisLabel(String label) Sets domain axis label
Parameters:
Since: 11-13-2009 setDomainAxisVisible(boolean visible) Enables domain axis visibility
Parameters:
Since: 11-16-2009 setRangeAxisColor(String color) Sets range axis color
Parameters:
Since: 11-16-2009 setRangeAxisLabel(String label) Sets range axis label
Parameters:
Since: 11-13-2009 setRangeAxisVisible(boolean visible) Enables domain axis visibility
Parameters:
Since: 11-16-2009 setShowLabels(boolean show) Renders labels for item values if set to true
Parameters:
Since: 11-16-2009 setShowLegend(boolean show) Displays legend for the chart if set to true
Parameters:
Since: 11-11-2009 setStacked(boolean stacked) Sets this chart to display data in a stacked manner. Has no effect for XY based charts
Parameters:
Since: 11-16-2009 setTitle(String title) Sets title of this chart
Parameters:
Since: 11-11-2009 setVertical(boolean vertical) Sets chart vertical orientation. True by default.
Parameters:
Since: 11-13-2009 ImageFile toImage(String filename, int height, int width) Renders the chart to an image. Filename should have an extension of png, jpg, or gif
Parameters:
Returns: ImageFile Since: 03-01-2018 String toString() Returns a description of this object. Returns: String Since: 09-08-2008 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |