The PieChart class represents pie charts. It is a subclass of
Method | Inherited | Description |
new PieChart | (Self) | Create a PieChart object. |
setPieSize | (Self) | Set the position and size of the pie in the pie chart. |
set3D | (Self) | Add 3D effects to the pie. |
set3D2 | (Self) | Add 3D effects to the pie, where each sector can have a different 3D depth. |
setStartAngle | (Self) | Set the angle of the first sector in the pie and the layout direction for the sectors. |
setExplode | (Self) | Explode a sector from the pie. |
setExplodeGroup | (Self) | Explode a group of sectors from the pie. |
setLabelFormat | (Self) | Set the format of the all sector labels. |
setLabelStyle | (Self) | Set the style used to draw all sector labels. |
setLabelLayout | (Self) | Set the layout method and location of the sector labels. |
setLabelPos | (Self) | Set the circular label layout method, and configure the join lines used to connect the sector labels to the sector perimeter. |
setJoinLine | (Self) | Set the color and width of the join lines used to connect the sector labels to the sector perimeter. |
setLineColor | (Self) | Set the sector edge color and join line color. |
setData | (Self) | Set the data used to draw the pie chart. |
addExtraField | (Self) | Associate an extra text to each sector. |
sector | (Self) | Retrieve the Sector object representing a single sector in the pie chart. |
setSize | BaseChart | Set the size of the chart. |
setBackground | BaseChart | Set the background color, border color and 3D border effect of the chart. |
setBorder | BaseChart | Set the border color of the chart. |
setWallpaper | BaseChart | Use the image from the specified file as the wallpaper to repetitively fill the background of the chart. |
setBgImage | BaseChart | Use the image from the specified file as the background image of the chart. |
setSearchPath | BaseChart | Set the file system search path for loading image files. |
setTransparentColor | BaseChart | Specify a certain color to represent the transparent color when writing the chart to an image file. |
setAntiAlias | BaseChart | Control whether anti-alias is used when drawing lines, shapes and text. |
addTitle | BaseChart | Add a title at the top center of the chart. |
addTitle2 | BaseChart | Add a title to the chart. |
addLegend | BaseChart | Add a legend box to the chart. |
getLegend | BaseChart | Get the LegendBox object representing the legend box in the chart. |
getDrawArea | BaseChart | Retrieve the internal DrawArea object that is used to draw the chart. |
addText | BaseChart | Add a text box to the chart. |
addLine | BaseChart | Add a line to the chart. |
setColor | BaseChart | Change the color at the specified position in the palette. |
setColors | BaseChart | Change the colors in the palette. |
setColors2 | BaseChart | Change the colors in the palette, starting from the specified position in the palette. |
getColor | BaseChart | Get the color at the specified position of the palette. |
halfColor | BaseChart | Create a color that is half the intensity of the given color. |
dashLineColor | BaseChart | Create dash line colors. |
patternColor | BaseChart | Create a pattern color using an array of colors as the bitmap pattern. |
patternColor2 | BaseChart | Create a pattern color by loading the pattern from an image file. |
gradientColor | BaseChart | Create a two-point gradient color. |
gradientColor2 | BaseChart | Create a multi-point gradient color. |
setDefaultFonts | BaseChart | Set the defaults for normal, bold, italic and bold-italic fonts. |
setFontTable | BaseChart | Set an entry in the font table to the specified font name. |
setNumberFormat | BaseChart | Set the characters used for thousand separator, decimal point, and negative sign. |
setMonthNames | BaseChart | Set the names of the months for date/time formatting purposes. |
setWeekDayNames | BaseChart | Set the names of the week days for date/time formatting purposes. |
setAMPM | BaseChart | Set the names to be used to denote morning and afternoon. |
layout | BaseChart | Perform auto-scaling of the axis and compute the positions of the various objects in the chart. |
makeChart | BaseChart | Generate the chart image and save it into a file. |
makeChart2 | BaseChart | Generate the chart as an image in memory. |
makeChart3 | BaseChart | Generate the chart in internal format and return a DrawArea object to allow adding custom drawings on top of the chart. |
makeSession | BaseChart | Generate the chart as an image and save it to a session variable. |
getHTMLImageMap | BaseChart | Generate an HTML image map for the chart. |