Uses of Class
com.quinncurtis.chart3djava.ChartAttribute

Uses of ChartAttribute in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava that return ChartAttribute
 ChartAttribute Background.getBorderAttributes()
          Get the ChartAttributes of the border.
 ChartAttribute GraphObj.getChartObjAttributes()
          Returns a reference to the attributes for a chart object.
 ChartAttribute UserCoordinates.getCurrentAttributes()
          This method returns a copy of the current drawing attributes for the class.
 ChartAttribute Polygon3D.getInsideAttribute()
          Get inside color attribute of the object.
 ChartAttribute Polygon3D.getOutsideAttribute()
          Get outside color attribute of the object.
 ChartAttribute ChartPlot.getSegmentAttributes(int nsegment)
          This method returns a reference to the segment attribute object at the index nsegment.
 ChartAttribute ChartPlot.getSegmentSymbolAttributes(int index, ChartSymbol3D chartsymbol)
          Gets the graphics attributes for a symbol to the attributes associated with a specific ChartAttribute object in the segmentAttributesArrayList vector.
 ChartAttribute SimpleLineMarkerPlot.getSymbolAttributes()
          Returns a copy of the attributes for the filling the scatter plot symbols.
 

Methods in com.quinncurtis.chart3djava with parameters of type ChartAttribute
 int BubblePlotLegend.addLegendItem(java.lang.String stext, double rsize, ChartAttribute attrib, java.awt.Font thefont)
          Add a legend item to the current legend, specifying the legend item text, symbol, attributes and font.
 int StandardLegend.addLegendItem(java.lang.String stext, java.awt.geom.GeneralPath symbolshape, ChartAttribute attrib, java.awt.Font thefont)
          Add a legend item to the current legend, specifying the legend item text, symbol, attributes and font.
 int StandardLegend.addLegendItem(java.lang.String stext, int nsymbol, ChartAttribute attrib, java.awt.Font thefont)
          Add a legend item to the current legend, specifying the legend item text, symbol, attributes and font.
 int PolygonList.addPolygon(PhysicalCoordinates transform, ChartPoint3D[] points, ChartAttribute attrib)
          Add a polygon to the PolygonList object.
 int PolygonList.addPolygon(PhysicalCoordinates transform, ChartPoint3D p1, ChartPoint3D p2, ChartAttribute attrib)
          Add a two point line to the PolygonList object.
 int PolygonList.addSolidPolygon(int[] pointindices, ChartAttribute outsideattrib)
          Add a polygon, specified using point indices of the already populated pointList.
 int PolygonList.addSolidPolygon(PhysicalCoordinates transform, int[] pointindices, ChartAttribute outsideattrib)
          Add a polygon, specified using point indices of the already populated pointList.
 int Polygon3D.addVertices(ChartPoint3D[] newpoints, ChartAttribute outsideattrib)
          Add an array of new vertices to the polygon.
 void ChartAttribute.copy(ChartAttribute source)
           Copies the source ChartAttribute object.
 PolygonList PhysicalCoordinates.draw2DRectangle3D(double x1, double y1, double z1, double w, double h, double d, int plane, ChartAttribute attribx, int coordtype)
          This creates a PolygonList object, representing a 3D rectangle, defined using physical coordinates.
 PolygonList PhysicalCoordinates.draw2DTriangle3D(double x1, double y1, double z1, double w, double h, double d, int plane, ChartAttribute attribx, int coordtype)
          This creates a PolygonList object, representing a 3D rectangle, defined using physical coordinates.
 void ChartSymbol3D.drawArrowSolidObject3D(double x, double y, double z, double w, double h, double d, ChartAttribute attrib, int coordtype)
          Creates a 3D arrow shape and adds it to the objects 3D object display list.
 void ChartSymbol3D.drawComplexObject3D(ChartPoint3D[] solid, int planes, ChartAttribute attrib, int coordtype)
          Generic solid routine that adds it to the objects 3D object display list.
 void ChartSymbol3D.drawConeSolidObject3D(double x, double y, double z, double r, double h, ChartAttribute cylinderattrib, int coordtype)
          Creates a 3D cone and adds it to the objects 3D object display list.
 void ChartSymbol3D.drawCubeSolidObject3D(double x, double y, double z, double w, double h, double d, ChartAttribute attrib, int coordtype)
          Creates a 3D cube and adds it to the objects 3D object display list.
 void ChartSymbol3D.drawCylinderSolidObject3D(double x, double y, double z, double r, double h, ChartAttribute cylinderattrib, int coordtype)
          Creates a 3D cylinder and adds it to the objects 3D object display list.
 void ChartSymbol3D.drawDiamondSolidObject3D(double x, double y, double z, double w, double h, double d, ChartAttribute attrib, int coordtype)
          Creates a 3D diamond shape and adds it to the objects 3D object display list.
 PolygonList PhysicalCoordinates.drawFilledRibbonSurface(ChartPoint3D[] solid, double fillbasevalue, ChartAttribute attrib, int coordtype, int seriespos)
          Creates the polygon that represents one segment of a ribbon plot.
 PolygonList PhysicalCoordinates.drawFilledStackedRibbonSurface(ChartPoint3D[] solid, double z1, double z2, ChartAttribute attrib, int coordtype, boolean bottom, boolean top, boolean left, boolean right)
          Creates the polygon the represents one segment of a filled, stacked, ribbon plot.
 void ChartSymbol3D.drawHBar3D(double x, double y, double z, double w, double h, double d, ChartAttribute attrib, int coordtype)
          Creates a 3D horizontal bar and adds it to the objects 3D object display list.
 void ChartSymbol3D.drawHourglassSolidObject3D(double x, double y, double z, double w, double h, double d, ChartAttribute attrib, int coordtype)
          Creates a 3D hourglass-like shape and adds it to the objects 3D object display list.
 void ChartSymbol3D.drawPlusSolidObject3D(double x, double y, double z, double w, double h, double d, ChartAttribute attrib, int coordtype)
          Creates a 3D plus shaped object and adds it to the objects 3D object display list.
 PolygonList PhysicalCoordinates.drawPrism3D(double x, double y, double z, double width, double height, double depth, ChartAttribute attrib, int coordtype)
          Creates the solid that represents a prism (3D rectangular) object.
 void ChartSymbol3D.drawPrism3D(double x, double y, double z, double w, double h, double d, ChartAttribute attrib, int coordtype)
          Creates a 3D prism and adds it to the objects 3D object display list.
 void ChartSymbol3D.drawPyramidSolidObject3D(double x, double y, double z, double w, double h, double d, ChartAttribute attrib, int coordtype)
          Creates a 3D pyramid shape and adds it to the objects 3D object display list.
 PolygonList PhysicalCoordinates.drawRibbonSurface(ChartPoint3D[] solid, ChartAttribute attribx, int coordtype)
          Creates the polygon the represents one segment of a ribbon plot.
 PolygonList PhysicalCoordinates.drawSolidObject3D(ChartPoint3D[] solid, ChartAttribute attribx, boolean[] sides, int coordtype)
          Generic solid routine that returns a PolygonList representing the solid.
 void ChartSymbol3D.drawSphereSolidObject3D(double x, double y, double z, double r, ChartAttribute cylinderattrib, int coordtype)
          Creates a 3D sphere and adds it to the objects 3D object display list.
 void ChartSymbol3D.drawVBar3D(double x, double y, double z, double w, double h, double d, ChartAttribute attrib, int coordtype)
          Creates a 3D vertical bar and adds it to the objects 3D object display list.
 PolygonList PhysicalCoordinates.flexCone(double x, double y, double z, double r, double height, double angleinc, int orient, int justifycenter, ChartAttribute cylinderattrib, int coordtype, boolean arcorrection, boolean bottomflag)
          Creates the solid that represents a cone shapped object.
 PolygonList PhysicalCoordinates.flexCylinder(double x, double y, double z, double r, double height, double angleinc, int orient, int justifycenter, ChartAttribute cylinderattrib, int coordtype, boolean arcorrection)
          Creates the solid that represents a cylinder shapped object.
 PolygonList PhysicalCoordinates.flexCylinder(double x, double y, double z, double r, double height, double angleinc, int orient, int justifycenter, ChartAttribute cylinderattrib, int coordtype, boolean arcorrection, boolean topflag, boolean bottomflag)
          Creates the solid that represents a cylinder shapped object.
 void ArrowPlot.initArrowPlot(GroupDataset dataset, Arrow basearrow, ChartAttribute attrib)
          This constructor initializes the dataset, base arrow object and attributes of this ArrowPlot object.
 void SimpleBarPlot.initBarPlot(SimpleDataset dataset, double barwidth, double barbase, ChartAttribute attrib, int barjust)
          Sets the properties of a bar plot.
 void BubblePlot.initBubblePlot(GroupDataset dataset, int bubblesizetype, ChartAttribute attrib)
          Sets the properties of an BubblePlot object.
 void CandlestickPlot.initCandlestickPlot(GroupDataset dataset, double rwidth, ChartAttribute defaultattrib, ChartAttribute fillattrib)
          Sets the properties of a candlestick plot.
 void CellPlot.initCellPlot(GroupDataset dataset, ChartAttribute attrib)
          This method initializes a new CellPlot object that will reside in the specified coordinate system.
 void ChartSymbol.initChartSymbol(int nsymbol, ChartAttribute attrib)
          This method initializes the properties of a chart symbol.
 void ChartSymbol3D.initChartSymbol3D(int nsymbol, ChartAttribute attrib)
          This method initializes the properties of a chart symbol.
 void ContourPlot.initContourPlot(ContourDataset dataset, double[] contourlevels, ChartAttribute[] attribs, boolean[] blineflags, boolean[] blabelflags, int numcontourlevels, int contourtype)
          Sets the properties of a contour plot.
 void ContourPlot.initContourPlot(ContourDataset dataset, double[] contourlevels, ChartAttribute[] attribs, int numcontourlevels, int contourtype)
          Sets the properties of a contour plot.
 void ErrorBarPlot.initErrorBarPlot(GroupDataset dataset, double rbarwidth, ChartAttribute attrib)
          Sets the properties of an error bar plot.
 void FloatingBarPlot.initFloatingBarPlot(GroupDataset dataset, double rbarwidth, ChartAttribute attrib, int nbarjust)
          Sets the properties of a floating bar plot.
 void GroupBarPlot.initGroupBarPlot(GroupDataset dataset, double rbarwidth, double rbarbase, ChartAttribute[] attribs, int nbarjust)
          Sets the properties of a group bar plot.
 void HistogramPlot.initHistogramPlot(GroupDataset dataset, double rbarbase, ChartAttribute attrib)
          Sets the properties of an floating bar plot.
 void HistogramPlot.initHistogramPlot(PhysicalCoordinates transform, GroupDataset dataset, double rbarbase, ChartAttribute attrib)
          Sets the properties of an floating bar plot.
 void LineGapPlot.initLineGapPlot(GroupDataset dataset, ChartAttribute attrib)
          Sets the properties of an LineGapPlot object that will reside in the specified coordinate system.
 void MultiLinePlot.initMultiLinePlot(GroupDataset dataset, ChartAttribute[] attribs)
          Sets the properties of a multi-line plot.
 void MultiRibbonPlot.initMultiRibbonPlot(GroupDataset dataset, ChartAttribute[] attribs)
          Sets the properties of a multi-line plot.
 void ChartPlot.initSegmentAttributes(ChartAttribute attrib)
          Sets all attribute objects in the segmentAttributesVector vector to a copy of the specified ChartAttribute object.
 void ChartPlot.initSegmentAttributes(ChartAttribute[] attribs, GroupDataset dataset)
          Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute objects.
 void ChartPlot.initSegmentAttributes(ChartAttribute[] attribs, int nnumsegments)
          Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute objects.
 void ChartPlot.initSegmentAttributes(ChartAttribute attribs, GroupDataset dataset)
          Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute object.
 void ChartPlot.initSegmentAttributes(ChartAttribute attrib, int nnumsegments)
          Sets all attribute objects in the segmentAttributesVector vector to a copy of the specified ChartAttribute object.
 void StackedBarPlot.initStackedBarPlot(GroupDataset dataset, double rbarwidth, double rbarbase, ChartAttribute[] attribs, int nbarjust)
          Sets the properties of a stacked bar plot.
 void StackedLinePlot.initStackedLinePlot(GroupDataset dataset, ChartAttribute[] attribs)
          Sets the properties of a stacked line plot.
 void StackedRibbonPlot.initStackedRibbonPlot(GroupDataset dataset, ChartAttribute[] attribs)
          Sets the properties of a stacked ribbon plot.
 void Wall3D.initWall3D(PhysicalCoordinates transform, int wallorientation, double wallthickness, ChartAttribute wallattrib)
          This method initializes a simple Wall3D object that uses the specified chart scale, background type and color.
 PolygonList PhysicalCoordinates.pieWedge3D(double x, double y, double z, double r, double depth, double start, double extent, double angleinc, ChartAttribute wedgeattrib, boolean firstside, boolean secondside, int coordtype)
          Creates the solid that represents a 3D pie chart wedge.
 PolygonList PhysicalCoordinates.pieWedge3D2(double x, double y, double z, double r, double depth, double start, double extent, double angleinc, ChartAttribute wedgeattrib, boolean firstside, boolean secondside, int coordtype, boolean arcorrection)
          Creates the solid that represents a disk shapped object.
 void Background.setBorderAttributes(ChartAttribute value)
          The attributes of the border.
 void GraphObj.setChartObjAttributes(ChartAttribute attr)
          Sets the attributes for a chart object using an ChartAttribute object.
 void ContourPlot.setContourPlotAttributes(double[] contourlevels, ChartAttribute[] attribs, boolean[] blineflags, boolean[] blabelflags, int numcontourlevels, int contourtype)
          Sets the properties of a contour plot.
 void ContourPlot.setContourPlotAttributes(double[] contourlevels, ChartAttribute[] attribs, int numcontourlevels, int contourtype)
          Sets the properties of a contour plot.
 void UserCoordinates.setCurrentAttributes(ChartAttribute attrib)
          Sets the current drawing attributes of the current graphics context.
 void FloatingStackedBar.setFloatingStackedBar(GroupDataset dataset, double rbarwidth, ChartAttribute[] attribs, int nbarjust)
          Sets the properties of an open-high-low-close plot.
 void Polygon3D.setInsideAttribute(ChartAttribute value)
          Set inside color attribute of the object.
 void SimpleLineMarkerPlot.setLineMarkerPlot(SimpleDataset dataset, int symtype, ChartAttribute lineattrib, ChartAttribute symbolattrib, int nsymbolstart, int nsymbolskip)
          Sets the properties of a line marker plot.
 void SimpleLinePlot.setLinePlot(SimpleDataset dataset, ChartAttribute attrib)
          Sets the properties of a line plot.
 void OHLCPlot.setOHLCPlot(GroupDataset dataset, double rflagwidth, ChartAttribute attrib)
          Sets the properties of an open-high-low-close plot.
 void OHLCBarPlot.SetOHLCPlot(GroupDataset dataset, double rflagwidth, ChartAttribute attrib)
          Sets the properties of an open-high-low-close plot.
 void OHLCBarPlot.SetOHLCPlot(GroupDataset dataset, double rflagwidth, ChartAttribute attrib, ChartAttribute openhighattrib, ChartAttribute closehighattrib)
          Sets the properties of an open-high-low-close plot.
 void Polygon3D.setOutsideAttribute(ChartAttribute value)
          Set outside color attribute of the object.
 void PipeLinePlot.setPipeLinePlot(SimpleDataset dataset, ChartAttribute attrib)
          Sets the properties of a pipe-line plot.
 void UserCoordinates.setPlaneColor(ChartPoint3D[] solid, ChartAttribute attrib)
          Sets the colors for drawing and filling a polygon.
 void PolygonList.setPolygonItems(PhysicalCoordinates physscale, ChartAttribute attrib)
          Set the coordinate system and color attribute for the polygons in the PolygonList object.
 void SimpleRibbonPlot.setRibbonPlot(SimpleDataset dataset, ChartAttribute attrib)
          Sets the properties of a line plot.
 void SimpleScatterPlot.setScatterPlot(SimpleDataset dataset, int symtype, ChartAttribute attrib)
          Sets the properties of a scatter plot.
 void ChartPlot.setSegmentAttributes(int nsegment, ChartAttribute attrib)
          Sets the attribute object at the index nsegment to a copy of the specified ChartAttribute object.
 void SimpleLineMarkerPlot.setSymbolAttributes(ChartAttribute attrib)
          Sets the attributes for the filling the scatter plot symbols.
 void Polygon3D.setVertices(ChartPoint3D[] newpoints, ChartAttribute outsideattrib)
          Sets the vertices and attribute of the polygon.
 void Polygon3D.setVertices(DoubleArray x, DoubleArray y, DoubleArray z, ChartAttribute outsideattrib)
          Sets the vertices and attribute of the polygon.
 PolygonList PhysicalCoordinates.sphere(double x, double y, double z, double r, double angleinc, ChartAttribute cylinderattrib, int coordtype, boolean arcorrection)
          Creates the solid that represents a sphere shapped object.
 

Constructors in com.quinncurtis.chart3djava with parameters of type ChartAttribute
ArrowPlot(PhysicalCoordinates transform, GroupDataset dataset, Arrow basearrow, ChartAttribute attrib)
          This constructor creates a new ArrowPlot object that will reside in the specified coordinate system.
BubblePlot(PhysicalCoordinates transform, GroupDataset dataset, int bubblesizetype, ChartAttribute attrib)
          This constructor creates a new BubblePlot object that will reside in the specified coordinate system.
BubblePlotLegend(BubblePlot plot, double rx, double ry, ChartAttribute attrib)
          This BubblePlotLegend constructor initializes the position, size, color attributes, and layout1 mode of the legend.
BubblePlotLegend(BubblePlot plot, double rx, double ry, double rwidth, double rheight, ChartAttribute attrib)
          This BubblePlotLegend constructor initializes the position, size, color attributes, and layout1 mode of the legend.
BubblePlotLegendItem(PhysicalCoordinates transform, java.lang.String stext, double rsize, ChartAttribute attrib, java.awt.Font thefont)
          This BubblePlotLegendItem constructor creates a new object based on the source chart scale, a text string, a symbol value, an ChartAttribute object, and an explicit font.
CandlestickPlot(PhysicalCoordinates transform, GroupDataset dataset, double rwidth, ChartAttribute defaultattrib, ChartAttribute fillattrib)
          This constructor creates a new CandlestickPlot object that will reside in the specified coordinate system.
CellPlot(PhysicalCoordinates transform, GroupDataset dataset, ChartAttribute attrib)
          This constructor creates a new CellPlot object that will reside in the specified coordinate system.
ChartAttribute(ChartAttribute attr)
           This constructor creates a new ChartAttribute object as a copy of an existing ChartAttribute object.
ChartSymbol(PhysicalCoordinates transform, int nsymbol, ChartAttribute attrib)
          This constructor creates a new ChartSymbol object using the specified scale, symbol and attributes.
ChartSymbol(PhysicalCoordinates transform, Polygon3D symbolshape, ChartAttribute attrib)
          This constructor creates a new ChartSymbol object using the specified scale, GeneralPath and attributes.
ChartSymbol3D(PhysicalCoordinates transform, int nsymbol, ChartAttribute attrib)
          This constructor creates a new ChartSymbol3D object using the specified scale, symbol and attributes.
ContourPlot(PhysicalCoordinates transform, ContourDataset dataset, double[] contourlevels, ChartAttribute[] attribs, boolean[] blineflags, boolean[] blabelflags, int numcontourlevels, int contourtype)
          This constructor creates a new ContourPlot object that will reside in the specified coordinate system.
ContourPlot(PhysicalCoordinates transform, ContourDataset dataset, double[] contourlevels, ChartAttribute[] attribs, int numcontourlevels, int contourtype)
          This constructor creates a new ContourPlot object that will reside in the specified coordinate system.
ErrorBarPlot(PhysicalCoordinates transform, GroupDataset dataset, double rbarwidth, ChartAttribute attrib)
          This constructor creates a new ErrorBarPlot object that will reside in the specified coordinate system.
FloatingBarPlot(PhysicalCoordinates transform, GroupDataset dataset, double rbarwidth, ChartAttribute attrib, int nbarjust)
          This constructor creates a new FloatingBarPlot object that will reside in the specified coordinate system.
FloatingStackedBar(PhysicalCoordinates transform, GroupDataset dataset, double rbarwidth, ChartAttribute[] attribs, int nbarjust)
          This constructor creates a new FloatingStackedBar object that will reside in the specified coordinate system.
GroupBarPlot(PhysicalCoordinates transform, GroupDataset dataset, double rbarwidth, double rbarbase, ChartAttribute[] attribs, int nbarjust)
          This constructor creates a new GroupPlot object that will reside in the specified coordinate system.
HistogramPlot(PhysicalCoordinates transform, GroupDataset dataset, double rbarbase, ChartAttribute attrib)
          This constructor creates a new HistogramPlot object that will reside in the specified coordinate system.
LegendItem(PhysicalCoordinates transform, java.lang.String stext, int nsymbol, ChartAttribute attrib, java.awt.Font thefont)
          an LegendItem constructor creates a new object based on the source chart scale, a text string, a symbol value, an ChartAttribute object, and an explicit font.
LineGapPlot(PhysicalCoordinates transform, GroupDataset dataset, ChartAttribute attrib)
          This constructor creates a new LineGapPlot object that will reside in the specified coordinate system.
MultiLinePlot(PhysicalCoordinates transform, GroupDataset dataset, ChartAttribute[] attribs)
          This constructor creates a new MultiLinePlot object that will reside in the specified coordinate system.
MultiRibbonPlot(PhysicalCoordinates transform, GroupDataset dataset, ChartAttribute[] attribs)
          This constructor creates a new MultiRibbonPlot object that will reside in the specified coordinate system.
OHLCBarPlot(PhysicalCoordinates transform, GroupDataset dataset, double rflagwidth, ChartAttribute attrib)
          This constructor creates a new OHLCBarPlot object that will reside in the specified coordinate system.
OHLCBarPlot(PhysicalCoordinates transform, GroupDataset dataset, double rflagwidth, ChartAttribute attrib, ChartAttribute openhighattrib, ChartAttribute closehighattrib)
          This constructor creates a new OHLCBarPlot object that will reside in the specified coordinate system.
OHLCPlot(PhysicalCoordinates transform, GroupDataset dataset, double rflagwidth, ChartAttribute attrib)
          This constructor creates a new OHLCPlot object that will reside in the specified coordinate system.
PieChart(PhysicalCoordinates transform, SimpleDataset dataset, java.lang.String[] spiestring1s, ChartAttribute[] attribs, int labelinout1, int pielabelformat)
          This constructor creates a new PieChart object and scales it to match the specified minimum and maximum values.
PieChartBase(PhysicalCoordinates transform, SimpleDataset dataset, java.lang.String[] spiestring1s, ChartAttribute[] attribs, int labelinout1, int pielabelformat)
          This constructor creates a new PieChartBase object and scales it to match the specified minimum and maximum values.
PipeLinePlot(PhysicalCoordinates transform, SimpleDataset dataset, ChartAttribute attrib)
          This constructor creates a new PipeLinePlot object that will reside in the specified coordinate system.
PipeLinePlot(PhysicalCoordinates transform, SimpleDataset dataset, ChartAttribute attrib, ChartAttribute symbolattrib)
          This constructor creates a new PipeLinePlot object that will reside in the specified coordinate system.
Polygon3D(ChartPoint3D[] newpoints, ChartAttribute outsideattrib)
          Constructor initializes a polygon.
Polygon3D(PhysicalCoordinates transform, ChartAttribute outsideattrib)
          Constructor initializes a polygon.
Polygon3D(PhysicalCoordinates transform, ChartPoint3D[] newpoints, ChartAttribute outsideattrib)
          Constructor initializes a polygon.
Polygon3D(PhysicalCoordinates transform, ChartPoint3D[] newpoints, int[] pointindices, ChartAttribute outsideattrib)
          Constructor initializes a polygon.
Polygon3D(PhysicalCoordinates transform, ChartPoint3D p1, ChartPoint3D p2, ChartAttribute outsideattrib)
          Constructor initializes a polyline as a simple 2-point line.
Polygon3D(PhysicalCoordinates transform, double[] x, double[] y, double[] z, ChartAttribute outsideattrib)
          Constructor initializes a polygon.
Polygon3D(PhysicalCoordinates transform, DoubleArray x, DoubleArray y, DoubleArray z, ChartAttribute outsideattrib)
          Constructor initializes a polygon.
SimpleBarPlot(PhysicalCoordinates transform, SimpleDataset dataset, double barwidth, double barbase, ChartAttribute attrib, int barjust)
          This constructor creates a new SimpleBarPlot object that will reside in the specified coordinate system.
SimpleLineMarkerPlot(PhysicalCoordinates transform, SimpleDataset dataset, int symtype, ChartAttribute lineattrib, ChartAttribute symbolattrib, int nsymbolstart, int nsymbolskip)
          This constructor creates a new SimpleLineMarkerPlot object that will reside in the specified coordinate system.
SimpleLinePlot(PhysicalCoordinates transform, SimpleDataset dataset, ChartAttribute attrib)
          This constructor creates a new SimpleLinePlot object that will reside in the specified coordinate system.
SimpleRibbonPlot(PhysicalCoordinates transform, SimpleDataset dataset, ChartAttribute attrib)
          This constructor creates a new SimpleRibbonPlot object that will reside in the specified coordinate system.
SimpleScatterPlot(PhysicalCoordinates transform, SimpleDataset dataset, int symtype, ChartAttribute attrib)
          This constructor creates a new SimpleScatterPlot object that will reside in the specified coordinate system.
StackedBarPlot(PhysicalCoordinates transform, GroupDataset dataset, double rbarwidth, double rbarbase, ChartAttribute[] attribs, int nbarjust)
          This constructor creates a new StackedBarPlot object that will reside in the specified coordinate system.
StackedLinePlot(PhysicalCoordinates transform, GroupDataset dataset, ChartAttribute[] attribs)
          This constructor creates a new StackedLinePlot object that will reside in the specified coordinate system.
StackedRibbonPlot(PhysicalCoordinates transform, GroupDataset dataset, ChartAttribute[] attribs)
          This constructor creates a new StackedRibbonPlot object that will reside in the specified coordinate system.
StandardLegend(double rx, double ry, ChartAttribute attrib, int nlayout1mode)
          an StandardLegend constructor that initializes the position, size, color attributes, and layout mode of the legend.
StandardLegend(double rx, double ry, double rwidth, double rheight, ChartAttribute attrib, int nlayout1mode)
          A StandardLegend constructor that initializes the position, size, color attributes, and layout mode of the legend.
Wall3D(PhysicalCoordinates transform, int wallorientation, double wallthickness, ChartAttribute wallattrib)
          This constructor creates a 3D wall for use as a backdrop for charts.