A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

P

pageDialog() - Method in class com.quinncurtis.chart3djava.ChartPrint
This method displays the printer page dialog box and sets the print characteristics of the print job.
paintBorder(Graphics) - Method in class com.quinncurtis.chart3djava.ChartView
This method renders the borders added to the ChartView.
paintComponent(Graphics) - Method in class com.quinncurtis.chart3djava.ChartView
The paint method renders the current graph in the ChartView window.
paintComponents(Graphics) - Method in class com.quinncurtis.chart3djava.ChartView
This method renders the components added to the ChartView.
PALEGOLDENROD - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
PALEGREEN - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
PALETURQUOISE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
PALEVIOLETRED - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
PAPAYAWHIP - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
PEACHPUFF - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
PERCENT_NOPERCENTSIGN_FORMAT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
The number is multiplied by 100 and displayed without a trailing % symbol
PERCENTFORMAT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
The number is multiplied by 100 and displayed with a trailing % symbol
PHYS_POS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Position defined using physical coordinates
physAddX(double, double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method adds an increment to the x-coordinate value in physical coordinates.
physAddY(double, double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method adds an increment to the y-coordinate value in physical coordinates.
physAddZ(double, double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method adds an increment to the z-coordinate value in physical coordinates.
PHYSICAL_COORDINATES - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A PhysicalCoordinates object
PhysicalCoordinates - Class in com.quinncurtis.chart3djava
The PhysicalCoordinates class is the abstract base class for all physical coordinate systems used to plot objects in a graph.
PhysicalCoordinates() - Constructor for class com.quinncurtis.chart3djava.PhysicalCoordinates
The default PhysicalCoordinates constructor.
PhysicalCoordinates(ChartScale, ChartScale) - Constructor for class com.quinncurtis.chart3djava.PhysicalCoordinates
This constructor creates a new PhysicalCoordinates object, specifying the ChartScale objects used to transform x- and y-values to/from physical to working coordinates.
PhysicalCoordinates(ChartScale, ChartScale, ChartScale) - Constructor for class com.quinncurtis.chart3djava.PhysicalCoordinates
This constructor creates a new PhysicalCoordinates object, specifying the ChartScale objects used to transform x- and y-values to/from physical to working coordinates.
physToUser(ChartPoint3D) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts a point from physical coordinates to window device coordinates.
physToUser(ChartPoint3D, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts a point from physical coordinates to window device coordinates.
physToUserX(double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts an x-coordinate value from physical coordinates to a window device coordinates.
physToUserY(double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts an y-coordinate value from physical coordinates to window device coordinates.
physToUserZ(double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts an z-coordinate value from physical coordinates to window device coordinates.
physToWorkingScale(double) - Method in class com.quinncurtis.chart3djava.ChartScale
An abstract methods that has the function of converting an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(double) - Method in class com.quinncurtis.chart3djava.LinearScale
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(double) - Method in class com.quinncurtis.chart3djava.LogScale
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(ChartPoint3D, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts a point from physical coordinates to working coordinates.
physToWorkingScale(int, double) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(double) - Method in class com.quinncurtis.chart3djava.TimeScale
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(long) - Method in class com.quinncurtis.chart3djava.TimeScale
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
physToWorkingScale(GregorianCalendar) - Method in class com.quinncurtis.chart3djava.TimeScale
This method converts an x- or y-coordinate from physical coordinates to working coordinates.
PICTUREBOX_TYPE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A Java PictureBox type.
PIECHART - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Pie chart plot type (PieChart)
PieChart - Class in com.quinncurtis.chart3djava
The PieChart class extends the Plot class and displays pie charts.
PieChart() - Constructor for class com.quinncurtis.chart3djava.PieChart
The default PieChart constructor.
PieChart(PhysicalCoordinates, SimpleDataset, String[], ChartAttribute[], int, int) - Constructor for class com.quinncurtis.chart3djava.PieChart
This constructor creates a new PieChart object and scales it to match the specified minimum and maximum values.
PieChartBase - Class in com.quinncurtis.chart3djava
The PieChartBase class extends the Plot class and displays pie charts.
PieChartBase() - Constructor for class com.quinncurtis.chart3djava.PieChartBase
The default PieChartBase constructor.
PieChartBase(PhysicalCoordinates, SimpleDataset, String[], ChartAttribute[], int, int) - Constructor for class com.quinncurtis.chart3djava.PieChartBase
This constructor creates a new PieChartBase object and scales it to match the specified minimum and maximum values.
PIELABEL_INSLICE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Pie labels inside pie slice
PIELABEL_NONE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
No pie label text
PIELABEL_NUMVALUE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Numeric value only pie label
PIELABEL_OUTSLICE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Pie labels outside pie slice
PIELABEL_STRING - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
String only pie label
PIELABEL_STRINGNUMVAL - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
String and numeric value pie label
pieWedge3D(double, double, double, double, double, double, double, double, ChartAttribute, boolean, boolean, int) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Creates the solid that represents a 3D pie chart wedge.
pieWedge3D2(double, double, double, double, double, double, double, double, ChartAttribute, boolean, boolean, int, boolean) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Creates the solid that represents a disk shapped object.
PIPE_LINE_PLOT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Pipe line plot type (PipeLinePlot)
PipeLinePlot - Class in com.quinncurtis.chart3djava
The PipeLinePlot class extends the SimplePlot class and displays simple datasets in pipe-line plot format.
PipeLinePlot() - Constructor for class com.quinncurtis.chart3djava.PipeLinePlot
The default PipeLinePlot constructor.
PipeLinePlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.PipeLinePlot
This constructor creates a new PipeLinePlot object that will reside in the specified coordinate system.
PipeLinePlot(PhysicalCoordinates, SimpleDataset, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.PipeLinePlot
This constructor creates a new PipeLinePlot object that will reside in the specified coordinate system.
PipeLinePlot(PhysicalCoordinates, SimpleDataset, ChartAttribute, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.PipeLinePlot
This constructor creates a new PipeLinePlot object that will reside in the specified coordinate system.
pLineAbs(GeneralPath, double, double, double, double, double, double) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This method adds a line segment with endpoints (x1,y1, z1)-(x2,y2, z2) to the specified path.
pLineAbs(GeneralPath, ChartPoint3D, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This method adds a line segment with endpoints (x1,y1)-(x2,y2) to the specified path.
pLineRel(GeneralPath, double, double, double) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This method implements a relative lineto operation by adding the x, y and z values to the current drawing position, and drawing a line from the old position to the new position.
pLineToAbs(GeneralPath, double, double, double) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This method implements a lineto operation by drawing a line from the current location to the specified x-, y- and z-coordinates of the specified path.
pLineToAbs(GeneralPath, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This method implements a lineto operation by drawing a line from the current location to the specified x-, y-, and z-coordinates of the specified path.
PLOT_AREA_CLIPPING - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Graph object is clipped to the plot area
PLOT_BACKGROUND - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Background for the plotting area of the chart
PLOTAREA_CENTER - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Position bar data value center on the plot area
PLUS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Plus scatter plot symbol
PLUS3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
3D Plus scatter plot symbol
pMoveRel(GeneralPath, double, double, double) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This method implements a relative move operation by adding the x, y and z values to the current drawing position of the specified path.
pMoveToAbs(GeneralPath, double, double, double) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This methods sets current drawing position of the specified path to the specified x-, y- and z-coordinates.
pMoveToAbs(GeneralPath, ChartPoint3D) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This methods sets current drawing position of the specified path to the specified x-, y-, and z-coordinates.
Point3DArray - Class in com.quinncurtis.chart3djava
Summary description for Point3DArray.
Point3DArray() - Constructor for class com.quinncurtis.chart3djava.Point3DArray
Default constructor.
Point3DArray(int) - Constructor for class com.quinncurtis.chart3djava.Point3DArray
Constructor creates an array of Length n, initialized to zero.
Point3DArray(ChartPoint3D[], int) - Constructor for class com.quinncurtis.chart3djava.Point3DArray
Constructor initializes the array using the specified data values.
Point3DArray(ChartPoint3D[]) - Constructor for class com.quinncurtis.chart3djava.Point3DArray
Constructor initializes the array using the specified data values.
Point3DArray(int, ChartPoint3D) - Constructor for class com.quinncurtis.chart3djava.Point3DArray
Constructor initializes the array using the specified data values.
POLAR_AXIS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Specifies a set of polar axes, or a polar coordinate value
POLAR_COORDINATES - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A PolarCoordinates object
POLAR_LINE_PLOT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Polar line plot type (PolarLinePlot)
POLAR_POS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Position defined using polar coordinates
POLAR_SCATTER_PLOT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Polar scatter plot type (PolarScatterPlot)
POLARAXES - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Polar axes chart object type (PolarAxes)
POLARAXESLABELS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Polar axis labels (PolarAxesLabels)
POLARGRID - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Grid object for polar axes (PolarGrid)
polyFillAbs3D(Graphics2D, ChartPoint3D[]) - Method in class com.quinncurtis.chart3djava.PhysicalCoordinates
Draws a a filled polygon using the currentAttributes property.
Polygon3D - Class in com.quinncurtis.chart3djava
A 3D polygon class.
Polygon3D(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart3djava.Polygon3D
Constructor initializes the coordinate system associated with the polygon.
Polygon3D() - Constructor for class com.quinncurtis.chart3djava.Polygon3D
The default constructor.
Polygon3D(Polygon3D) - Constructor for class com.quinncurtis.chart3djava.Polygon3D
Constructor initializes the polygon as acopy of a another Polygon3D object.
Polygon3D(PhysicalCoordinates, ChartPoint3D[], int[], ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.Polygon3D
Constructor initializes a polygon.
Polygon3D(PhysicalCoordinates, ChartPoint3D[], ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.Polygon3D
Constructor initializes a polygon.
Polygon3D(ChartPoint3D[], ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.Polygon3D
Constructor initializes a polygon.
Polygon3D(ChartPoint3D[]) - Constructor for class com.quinncurtis.chart3djava.Polygon3D
Constructor initializes a polygon.
Polygon3D(int) - Constructor for class com.quinncurtis.chart3djava.Polygon3D
Constructor initializes a polygon with a fixed number of vertices, but with all point values set to (0,0,0).
Polygon3D(PhysicalCoordinates, DoubleArray, DoubleArray, DoubleArray, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.Polygon3D
Constructor initializes a polygon.
Polygon3D(PhysicalCoordinates, double[], double[], double[], ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.Polygon3D
Constructor initializes a polygon.
Polygon3D(PhysicalCoordinates, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.Polygon3D
Constructor initializes a polygon.
Polygon3D(PhysicalCoordinates, ChartPoint3D, ChartPoint3D, ChartAttribute) - Constructor for class com.quinncurtis.chart3djava.Polygon3D
Constructor initializes a polyline as a simple 2-point line.
polygonBasedCheckIntersection(ChartPoint3D, NearestPointData, boolean) - Method in class com.quinncurtis.chart3djava.GroupPlot
Returns true if the test point intersects one of the bar plot bars.
polygonBasedCheckIntersection(ChartPoint3D, NearestPointData) - Method in class com.quinncurtis.chart3djava.SimplePlot
Returns true if the test point intersects one of the bar plot bars.
polygonClipper3D(ChartRectangle3D, Polygon3D) - Method in class com.quinncurtis.chart3djava.Transform3D
Clips a polygon against the clipping frame.
PolygonList - Class in com.quinncurtis.chart3djava
A list class that organizes a list of 3D points into a collection of polygons.
PolygonList() - Constructor for class com.quinncurtis.chart3djava.PolygonList
The default constructor.
PolygonList(PolygonList) - Constructor for class com.quinncurtis.chart3djava.PolygonList
Constructor initializes the PolygonList object as a copy of a another PolygonList object.
polygonTransform3D(Polygon3D, Transform3D) - Static method in class com.quinncurtis.chart3djava.Polygon3D
Static routine transform the polygon using the specified Transform3D object.
polygonTransform3D(ChartPoint3D[], Transform3D) - Static method in class com.quinncurtis.chart3djava.PolygonList
Static routine transforms the points using the specified Transform3D object.
polygonTransform3D(PolygonList, Transform3D) - Static method in class com.quinncurtis.chart3djava.PolygonList
Static routine transforms PolygonList object using the specified Transform3D object.
Polysurface - Class in com.quinncurtis.chart3djava
 
Polysurface() - Constructor for class com.quinncurtis.chart3djava.Polysurface
Default constructor
Polysurface(double[], double[], double[], int, int) - Constructor for class com.quinncurtis.chart3djava.Polysurface
Constructor initializes a poly surface using arrays of x, y and z values.
Polysurface(double[], double[], double[], int) - Constructor for class com.quinncurtis.chart3djava.Polysurface
Constructor initializes a poly surface using arrays of x, y and z values.
Polysurface(ChartPoint3D[], int, int) - Constructor for class com.quinncurtis.chart3djava.Polysurface
Constructor initializes a poly surface using an array of ChartPoint3D objects.
Polysurface(ChartPoint3D[], int) - Constructor for class com.quinncurtis.chart3djava.Polysurface
Constructor initializes a poly surface using an array of ChartPoint3D objects.
Polysurface(int, int, int) - Constructor for class com.quinncurtis.chart3djava.Polysurface
Constructor initializes a poly surface for a given number of points and polygons.
Polysurface(ChartPoint3D[], int, int, int) - Constructor for class com.quinncurtis.chart3djava.Polysurface
Constructor initializes a polysurface using an even spaced grid.
Polysurface(int, int, double, double, double, double, SurfaceFunction) - Constructor for class com.quinncurtis.chart3djava.Polysurface
Constructor initializes a evenly spaced grid polysurface using a function.
Polysurface(int, int, double, double, double, double, double[], int) - Constructor for class com.quinncurtis.chart3djava.Polysurface
Constructor initializes a evenly spaced grid polysurface using a function.
Polysurface(Polysurface) - Constructor for class com.quinncurtis.chart3djava.Polysurface
Constructor initializes polysurface as a copy of another polysurface.
Polysurface(Polysurface, int) - Constructor for class com.quinncurtis.chart3djava.Polysurface
Constructor initializes polysurface as a compressed copy of another polysurface.
Polysurface.pointListType - Class in com.quinncurtis.chart3djava
All of the 3D points that are used to define the polygons of the polysurface
Polysurface.pointListType() - Constructor for class com.quinncurtis.chart3djava.Polysurface.pointListType
 
Polysurface.polygonEntryType - Class in com.quinncurtis.chart3djava
Each polygon is defined by a class that specifies its starting position in the surfacePolygonList.polygonedgelist array, the number of edges in the list, and associated colors.
Polysurface.polygonEntryType() - Constructor for class com.quinncurtis.chart3djava.Polysurface.polygonEntryType
 
Polysurface.polygonListType - Class in com.quinncurtis.chart3djava
This class holds a list of the polygons making up the polysurface.
Polysurface.polygonListType() - Constructor for class com.quinncurtis.chart3djava.Polysurface.polygonListType
 
POLYSURFACE_SQUAREGRID - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A polysurface is built of square polygons
POLYSURFACE_TRIANGLEGRID - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A polysurface is built of triangle polygons
popZoomStack() - Method in class com.quinncurtis.chart3djava.ChartZoom
Pop a set of zoom coordinate systems from the zoom stack and initialize the current scale with these value, and re-scale the associated axes to match.
postDraw(Graphics2D) - Method in class com.quinncurtis.chart3djava.ChartView
The PostDraw method is called in the ChartView.Draw method AFTER all objects in the chartObjectsArrayList list are rendered to the specified graphics context.
POWDERBLUE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
pPolyLine(GeneralPath, ChartPoint3D[], int) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This method adds multiple line segments to the specified path.
PRE_RENDER_ALL - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Pre-render all graph objects before actual display rendering.
PRE_RENDER_AXES - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Pre-render just axis objects before display rendering.
PRE_RENDER_NONE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Do not pre-render graph objects before actual display rendering.
PRE_RENDER_ZORDER_CHANGE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Pre-render objects if the z-order of any objects has changed.
preCalcTextBoundingBox(Graphics2D) - Method in class com.quinncurtis.chart3djava.ChartText
It is necessary in the axis label routines to pre-calculate the text bounding box the text object before it is actually displayed, so that a test can be made to see if the text object intersects any other text objects.
pRectangle(GeneralPath, ChartRectangle3D) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This method adds a rectangle shape to the specified path.
preDraw(Graphics2D) - Method in class com.quinncurtis.chart3djava.ChartView
The PreDraw method is called in the ChartView.Draw method BEFORE all objects in the chartObjectsArrayList list are rendered to the specified graphics context.
prePlot(Graphics2D) - Method in class com.quinncurtis.chart3djava.Axis
The prePlot method is called prior to the actual drawing of the axis.
prePlot(Graphics2D) - Method in class com.quinncurtis.chart3djava.ChartPlot
The prePlot method is called prior to the actual drawing of a plot object.
prePlot(Graphics2D) - Method in class com.quinncurtis.chart3djava.GraphObj
This method a general setup method called before the graph object is drawn.
print(Graphics, PageFormat, int) - Method in class com.quinncurtis.chart3djava.ChartPrint
This method handles the rendering of the printChartView object to the printer device context, in accordance with the Printable.print method of the Java Printable interface.
printDialog() - Method in class com.quinncurtis.chart3djava.ChartPrint
This method displays the printer dialog box and sets the print characteristics of the print job.
PRINTER_RENDERING - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Graphics context is a printer rendering context.
PROBABILITY_AUTOSCALE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Normal Probability auto scale object (NormalProbabilityAutoScale)
PROBABILITY_AXIS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Probability axes chart object type (ProbabilityAxis)
PROBABILITY_COORDINATES - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
A Normal Probability Coordinates object
PROBABILITY_SCALE - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Specifies a normal probability scale
PROBABILITY_SIGMA_AXIS - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Probability sigma axes chart object type (ProbabilitySigmaAxis)
process(String) - Method in class com.quinncurtis.chart3djava.ImageFileChooser
Invoke the dialog.
PRT_EXACT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Pages and graphs are printed so that paper is used maximally.
PRT_MAX - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Pages are printed so that paper is used maximally.
PRT_PROP - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Pages are printed so that paper is used maximally.
PRT_RECT - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
Print to the specified rectangle.
pTriangle(GeneralPath, ChartRectangle3D, int) - Method in class com.quinncurtis.chart3djava.UserCoordinates
This method adds a triangle shape to the specified path.
PURPLE - Static variable in class com.quinncurtis.chart3djava.ChartColors
Color
pushZoomStack() - Method in class com.quinncurtis.chart3djava.ChartZoom
Push a set of coordinate systems onto the zoom stack.
PYRAMID3D - Static variable in interface com.quinncurtis.chart3djava.ChartConstants
3D pyramid scatter plot symbol

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z