|
Method DetailexplodeSection(String category, double percent) Adds "explode" effect to category section. Percent specifies how far from center section will be exploded. This setting has no effect for 3D view.
Parameters:
Since: 11-13-2009 String 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 set3D(boolean enable) Enables 3D look of pie chart if set to true
Parameters:
Since: 11-11-2009 setBackgroundColor(String color) Sets background color for chart (e.q. 'blue' or '#FAE5B0')
Parameters:
Since: 11-11-2009 setData(Data data) Sets input for the chart from data.
Parameters:
Since: 11-11-2009 setDataList(DataList datalist, String categoryColumn, String valueColumn) Sets input for the chart from datalist. Category column contains values for category labels. Value column should contain numeric data.
Parameters:
Since: 11-11-2009 setDataList(DataList datalist, String categoryColumn, String valueColumn, String colorColumn) Sets input for the chart from datalist. Category column contains values for category labels. Value column should contain numeric data. Color column can contain color for chart section.
Parameters:
Since: 02-24-2011 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 setTitle(String title) Sets title of this chart
Parameters:
Since: 11-11-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 |