Method | Inherited | Description |
ThreeDScatterChart | (Self) | Creates a new ThreeDScatterChart object. |
addScatterGroup | (Self) | Adds a group of scatter symbols to the ThreeDScatterChart. |
setPlotRegion | ThreeDChart | Sets the position of the plot region. |
getPlotRegionWidth | ThreeDChart | Gets the plot region width. |
getPlotRegionDepth | ThreeDChart | Gets the plot region depth. |
getPlotRegionHeight | ThreeDChart | Gets the plot region height. |
setViewAngle | ThreeDChart | Sets the 3D view angles. |
getElevationAngle | ThreeDChart | Gets the elevation angle. |
getRotationAngle | ThreeDChart | Gets the rotation angle. |
setPerspective | ThreeDChart | Sets the strength of the perspective effect. |
xAxis | ThreeDChart | Retrieves the x-axis of the ThreeDChart object. |
yAxis | ThreeDChart | Retrieves the y-axis of the ThreeDChart object. |
zAxis | ThreeDChart | Retrieves the z-axis of the ThreeDChart object. |
setColorAxis | ThreeDChart | Sets the position, length and orientation of the color axis (color legend). |
colorAxis | ThreeDChart | Gets the ColorAxis object representing the color axis (color legend). |
setWallVisibility | ThreeDChart | Shows or hides the plot region walls. |
setWallColor | ThreeDChart | Sets the color of the plot region walls. |
setWallThickness | ThreeDChart | Sets the thickness of the plot region walls. |
setWallGrid | ThreeDChart | Sets the grid line colors on plot region walls. |
setZAxisPos | ThreeDChart | Sets the position of the z-axis. |
getXCoor | ThreeDChart | Gets the x pixel coordinate of a point given its x, y and z data values. |
getYCoor | ThreeDChart | Gets the y pixel coordinate of a point given its x, y and z data values. |
setSize | BaseChart | Sets the size of the chart, exclusive of the drop shadow (if any). |
getWidth | BaseChart | Gets the width of the chart. |
getHeight | BaseChart | Gets the height of the chart. |
getAbsOffsetX | BaseChart | Gets the x offset of the chart relative to the outermost MultiChart container. |
getAbsOffsetY | BaseChart | Gets the y offset of the chart relative to the outermost MultiChart container. |
setBackground | BaseChart | Sets the background color, border color and 3D border effect of the chart. |
setRoundedFrame | BaseChart | Sets the border style of the chart to rounded corners. |
setThickFrame | BaseChart | Sets a thick frame around the chart. |
setDropShadow | BaseChart | Adds a drop shadow to the chart. |
setBorder | BaseChart | Sets the border color of the chart. |
setWallpaper | BaseChart | Uses the image from the specified file or resource as the wallpaper to fill the background of the chart. |
setBgImage | BaseChart | Uses the image from the specified file or resource as the background image of the chart. |
setSearchPath | BaseChart | Sets the search path for loading image files. |
setResource | BaseChart | Assigns a resource ID to a DrawArea object to allow it to be referenced using a resource path. |
setTransparentColor | BaseChart | Specifies a certain color to mean transparent when creating a raster image output. |
setAntiAlias | BaseChart | Controls whether anti-alias is used when drawing lines, shapes and text. |
addTitle | BaseChart | Adds a title at the top center of the chart. |
addTitle2 | BaseChart | Adds a title to the chart. |
addLegend | BaseChart | Adds a legend box to the chart. |
addLegend2 | BaseChart | Adds a legend box to the chart with grid layout. |
getLegend | BaseChart | Gets the LegendBox object representing the legend box in the chart. |
layoutLegend | BaseChart | Lays out and gets the LegendBox object representing the legend box in the chart. |
getDrawArea | BaseChart | Retrieves the internal DrawArea object that is used to draw the chart. |
addText | BaseChart | Adds a text box to the chart. |
addTable | BaseChart | Adds a CDML table to the chart. |
addLine | BaseChart | Adds a line to the chart. |
addExtraField | BaseChart | Adds an array of text to be used as an extra field in various places. |
addExtraField2 | BaseChart | Adds an array of numbers/dates to be used as an extra field in various places. |
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 | Gets the color at the specified position of the palette. |
adjustBrightness | BaseChart | Creates a color that is a darkened or brightened version of the given color. |
halfColor | BaseChart | Creates a color that is half the intensity of the given color. |
dashLineColor | BaseChart | Creates a dash line color. |
patternColor | BaseChart | Creates a pattern color using an array of colors as the bitmap pattern. |
patternColor2 | BaseChart | Creates a pattern color by using the image from the specified file or resource as the pattern. |
linearGradientColor | BaseChart | Creates a two-point linear gradient color. |
linearGradientColor2 | BaseChart | Creates a multi-point linear gradient color. |
radialGradientColor | BaseChart | Creates a two-point radial gradient color. |
radialGradientColor2 | BaseChart | Creates a multi-point radial gradient color. |
gradientColor | BaseChart | Creates a two-point linear gradient color. |
gradientColor2 | BaseChart | Creates a multi-point linear gradient color. |
setDefaultFonts | BaseChart | Sets the defaults for normal, bold, italic and bold-italic fonts. |
setFontTable | BaseChart | Sets an entry in the font table to the specified font name. |
formatValue | BaseChart | Formats a number/date using the ChartDirector formatting syntax as is in Parameter Substitution and Formatting. |
setNumberFormat | BaseChart | Sets the characters used for thousand separator, decimal point, and negative sign. |
setMonthNames | BaseChart | Sets the names of the months for date/time formatting purposes. |
setWeekDayNames | BaseChart | Sets the names of the week days for date/time formatting purposes. |
setAMPM | BaseChart | Sets the names to be used to denote morning and afternoon. |
layout | BaseChart | Perform auto-scaling of the axes (if any) and compute the positions of the various objects in the chart. |
enableVectorOutput | BaseChart | This method is deprecated. It has no effect and may be removed in future versions of ChartDirector. |
setOutputOptions | BaseChart | Sets output format options for the next chart output. |
makeChart | BaseChart | Generates the chart image and save it into a file. |
makeChart2 | BaseChart | Generates the chart as an image in memory. |
makeChart3 | BaseChart | Generates the chart in internal format and return a DrawArea object to allow adding custom drawings on top of the chart. |
makePicture | BaseChart | Generates the chart as an OLE Picture object. The object can be used directly in Visual Basic PictureBox and Image controls. |
makeSession | BaseChart | Generates the chart as an image, saves it to a session variable and returns query parameters for loading the image. |
makeTmpFile | BaseChart | Generates the chart as an image and save it to a temporary file, and automatically remove old files. |
initDynamicLayer | BaseChart | Initializes a dynamic layer for drawing text and shapes. |
removeDynamicLayer | BaseChart | Removes the dynamic layer if any. |
getHTMLImageMap | BaseChart | Generates an HTML image map to define hot spots and tooltips for the chart. |
getJsChartModel | BaseChart | Gets the Javascript Chart Model for passing to WebChartViewer.ChartModel for the purpose of supporting track cursors in a web application. |
getChartMetrics | BaseChart | Gets the chart metrics for passing to WebChartViewer.ChartMetrics to support viewports for web applications. |