D G I S T V X

D

Dataobject - class com.jpowered.vbgraph.Dataobject.
The Data object is used to supply the data to the Vertical Bar Graph component.
A maximum of 100 series of data may be added to a Data object.
There is no limit on the number of data points that a series can contain.

The following code demostrates how to create a data object with 3 series of data each containing 6 data points:-

Dataobject data_object = new Dataobject();

data_object.setSeries1("10.0,20.0,30.0,40.0,50.0,60.0");
data_object.setSeries2("15.7,25.3,30.0,32.0,26.3,17.2");
data_object.setSeries3("64.1,42.8,15.6,11.5,35.0,60.0");


Each series values contains all the data points for that series seperated by a comma character


The Data Object is then added to the Vertical Bar Graph bean with via the method:-
setDataobj(Dataobject data_object)
Dataobject() - Constructor for class com.jpowered.vbgraph.Dataobject
Creates a new Data Object
The Data Object may hold up to 100 series of data.

G

getAutoscale() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the current state of the AutoScale flag.
getAxis() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the current state of the Axis flag.
getAxiscolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Color used for the Axis lines.
getBackgroundcolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Color used for the background of the whole chart area.
getBar_spacing() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns an integer Value indicating the gap in pixels between bars
getBaroutlinecolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Color used for outlining the bars.
getBarwidth() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the width (in pixels) of each bar
getChartscale() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns an double Value indicating the chart scale.
This figure is the value represented by each row of the grid.
getChartscale2() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns an double Value indicating the 2nd chart scale (right hand scale).
This figure is the value represented by each row of the grid.
getChartstarty() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns an double Value indicating the starting value of Y-axis.
getChartstarty2() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns an double Value indicating the starting value of 2nd Y-axis (right hand scale).
getData() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the data vector currently set for the chart
The data vector contains all the data to be plotted by the chart

Each element in the vector is a
Graphdata object.

getDataobj() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the data object currently set for the chart
The data object contains all the data to be plotted by the chart
getDepth3d() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the depth (in pixels) of the 3D effect
getFloorcolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Color used for the x-axis grid floor when in 3D mode.
getGradientfill() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the current state of the Gradient Fill flag.
getGrid() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the current state of the Grid flag.
getGridbgcolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the color to used for the background of the grid
getGridbgimage() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the image to used for the background of the grid
getGridcolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Color used for the grid lines.
getGridposition() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the position of the bottom left of the grid
getGridStyle() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns a Value indicating the line style of the grid line drawing
The returned value will be one of the following:-

Solid
Dotted
Dashed
Solid
Long Dashed

getImageobj() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the free form images object currently set for the chart
The free form images object contains all the custom images to be added to the chart
getLabelcolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Color used for the x-axis labels.
getLabelorientation() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns a Value indicating the orientation of the x-axis labels.
The returned value will be one of the following:-

Horizontal
Vertical
Up Angle
Down Angle

getLabelsy_offset() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns an integer Value indicating the offset value of every second x-axis label.
getLabelsy() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns an integer Value indicating the y co-ordinate of the x-axis labels.
getLegend() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the current state of the Legend flag.
getLegendbackground() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Color used for the background of the legend.
getLegendborder() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Color used for the legend border.
getLegendfont() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the font used for the legend
getLegendposition() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the position of the top left of the legend
getLegendtextcolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Color used for the legend text.
getLegendtitle() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the text used for the legend title
getNcols() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the number of columns of the chart area
getNdecplaces() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the number of decimal places which will be displayed for numeric values on the chart area.
This property effects the numeric display format for the y-axis values and
the pop-up bar values.
getNrows() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the number of rows of the chart area
getNseries() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the Number of Series property
This property refers to the nunber od distinct series within the data or to put it another way the number of bars within a column.
getOutline() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the current state of the Bar Outline flag.
getPopup_post() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the string to be added at the end of the pop-up value
eg.
getPopup_pre() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the string to be added at the front of the pop-up value
eg.
getPopupbgcolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Color used for the background of the popup value display.
getPopupcursor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns a string indicating the type of cursor used for links
The returned string will be one of the following:-

Hand
Crosshair
Default
Hand
Text
North Resize
North East Resize
East Resize
South East Resize
South Resize
South West Resize
West Resize
North West Resize

getPopupfont() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Font used for the PopUp value display.
getSeriesinfo() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the series information in java.util.Vector form
The series data contains information about each series
of data that the chart is to plot.
For each series of data the following properties can be set:-

- Series Color
- Legend Label
- Scale (left or right hand y-axis)

getSeriesobj() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the series object currently set for the chart
The series object contains information about each series
of data that the chart is to plot.
For each series of data the following properties can be set:-

- Series Color
- Legend Label
- Scale (left or right hand y-axis)

getTargetobj() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the Target Lines object currently set for the chart
The Target Lines object contains all the target line information to be drawn on the chart
getTextobj() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the free form text object currently set for the chart
The free form text object contains all the custom text to be added to the chart
getThousandseparator() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the string to be used as the thousand seperator for all numeric values
e.g the comma character "1,000,000"
getThreed() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the current state of the 3D flag.
getTitlecolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the color to used for the main chart title
getTitlefont() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the font used for the main chart title
getTitleposition() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the position of the main chart title
getTitletext() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the text used for the main chart title
getVspace() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the vertical spacing (number of pixels) between the grid rows
getXlabel_font() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Font used for the X axis labels.
getXlabelobj() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the X-Axis Labels object currently set for the chart
The X-Axis Labels object contains all the labels to written along the x-axis
getXtitlecolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the color to used for the x-axis title
getXtitlefont() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the font used for the x-axis title
getXtitleposition() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the position of the x-axis title
getXtitletext() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the text used for the x-axis title
getY2label_color() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Color used for the 2nd Y-axis labels.
getY2label_post() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the string to be added at the end of the 2nd y-axis values
eg.
getY2label_pre() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the string to be added at the front of the 2nd y-axis values
eg.
getYlabel_font() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns Font used for the Y axis labels.
getYlabel_post() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the string to be added at the end of the y-axis values
eg.
getYlabel_pre() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the string to be added at the front of the y-axis values
eg.
getYlabels() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the current state of the Y Labels flag.
getYtitlecolor() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the color to used for the y-axis title
getYtitlefont() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the font used for the y-axis title
getYtitleposition() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the position of the y-axis title
getYtitletext() - Method in class com.jpowered.vbgraph.VerticalBarGraph
Returns the text used for the y-axis title
Graphdata - class com.jpowered.vbgraph.Graphdata.
The Graph Data object allows data to be supplied to the Vertical Bar Graph in java.util.Vector form.
(the alternative method is to utilise the Dataobject class @see com.jpowered.vbgraph.Dataobject)

The following code demostrates how to create a graph data vector with 3 series of data each containing 4 data points:-

Vector bardata = new Vector();

bardata.add(new Graphdata(1,1,34000));
bardata.add(new Graphdata(1,2,34900));
bardata.add(new Graphdata(1,3,46000));
bardata.add(new Graphdata(1,4,27600));

bardata.add(new Graphdata(2,1,24000));
bardata.add(new Graphdata(2,2,24900));
bardata.add(new Graphdata(2,3,22000));
bardata.add(new Graphdata(2,4,26600));

bardata.add(new Graphdata(3,1,14100));
bardata.add(new Graphdata(3,2,54900));
bardata.add(new Graphdata(3,3,36650));
bardata.add(new Graphdata(3,4,36650));


Each Graphdata object contains 3 elements:-

- Series Number
- Data Number within the series
- Data Value

The Graph Data Vector is then added to the Vertical Bar Graph bean with via the method:-
setData(Vector vector)
Graphdata(int, int, double) - Constructor for class com.jpowered.vbgraph.Graphdata
Creates a Graph Data Object
Each Graph Data Object represents one bar on the graph display (ie.

I

Imageobject - class com.jpowered.vbgraph.Imageobject.
The Image object allows custom images to be added to the chart display.
eg.
Imageobject() - Constructor for class com.jpowered.vbgraph.Imageobject
Creates a new Image Object
The Image Object may hold up to 100 custom images which are to be added to the chart display

S

Seriesdata - class com.jpowered.vbgraph.Seriesdata.
The Series Data object allows characteristics of each series of data to be defined for the Vertical Bar Graph in java.util.Vector form.
(the alternative method is to utilise the Seriesobject class @see com.jpowered.vbgraph.Seriesobject)

The following code demostrates how to create a series data vector with 3 series:-

Vector seriesdata = new Vector();

series.add(new Seriesdata(1,new Color(255,0,0),"legend label 1","left"));
series.add(new Seriesdata(2,new Color(0,255,0),"legend label 2","left");
series.add(new Seriesdata(3,new Color(0,0,255),"legend label 3","left"));


Each Seriesdata object contains 4 elements:-

- Series Number
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
Seriesdata(int, Color, String, String) - Constructor for class com.jpowered.vbgraph.Seriesdata
Creates a Series Data Object
Each Series Data Object defines the characteristics of a series of data.
Seriesobject - class com.jpowered.vbgraph.Seriesobject.
The Series object is used to define the characteristics of each series of data for the Vertical Bar Graph component.
A maximum of 100 series may be defined in a Series object.
The following code demostrates how to create a Series object defining 2 series :-

Seriesobject series_object = new Seriesobject();

series_object.setSeries1("#FF0000,1st Series,left");
series_object.setSeries2("#009900,2nd Series,left");


Each series value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
Seriesobject() - Constructor for class com.jpowered.vbgraph.Seriesobject
Creates a new Series Object
The Series Object may hold up to 100 series definitions.
setAutoscale(boolean) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies whether the chart should automatically calculate the scale.
setAxis(boolean) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies whether the chart should be drawn with or without axis
setAxiscolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Color for the Axis lines
setBackgroundcolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Color for the background of the whole chart area
setBar_spacing(int) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the gap in pixels between bars

setBaroutlinecolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Color for outlining the bars
setBarwidth(int) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the width of each bar (in pixels)
setCharsep(String) - Method in class com.jpowered.vbgraph.Xlabelobject
Sets character to be used as the label seperator
By default this will be a comma character, however if for instance one or more labels contain a comma,
then it would be desirable to change the seperator to something other than a comma
(eg.
setChartscale(double) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the chart scale.
This figure is the value represented by each row of the grid.

setChartscale2(double) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the 2nd chart scale (right hand scale).
This figure is the value represented by each row of the grid.

setChartstarty(double) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the starting value of Y-axis.
setChartstarty2(double) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the starting value of 2nd Y-axis (right hand scale).
setData(Vector) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Sets the data vector to be used by the chart
The data vector contains all the data to be plotted by the chart

Each element in the vector should be a
Graphdata object.

setDataobj(Dataobject) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Sets the data object to be used by the chart
The data object contains all the data to be plotted by the chart
setDepth3d(int) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the depth (in pixels) of the 3D effect
setFloorcolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Color for the x-axis grid floor when in 3D mode.
setGradientfill(boolean) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies whether the bars should be should be shaded with a graduation of the color specified.
setGrid(boolean) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies whether the chart should be drawn with or without a grid
setGridbgcolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the color to used for the background of the grid
setGridbgimage(Image) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the image to used for the background of the grid
setGridcolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Color for the grid lines
setGridposition(Point) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the position of the bottom left of the grid
setGridStyle(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the line style of the grid line drawing
The String value should be one of the following:-

Solid
Dotted
Dashed
Solid
Long Dashed

setImage1(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 1 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage10(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 10 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage11(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 11 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage12(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 12 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage13(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 13 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage14(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 14 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage15(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 15 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage16(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 16 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage17(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 17 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage18(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 18 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage19(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 19 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage2(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 2 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage20(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 20 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage21(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 21 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage22(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 22 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage23(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 23 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage24(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 24 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage25(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 25 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage26(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 26 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage27(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 27 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage28(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 28 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage29(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 29 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage3(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 3 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage30(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 30 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage31(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 31 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage32(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 32 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage33(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 33 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage34(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 34 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage35(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 35 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage36(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 36 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage37(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 37 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage38(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 38 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage39(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 39 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage4(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 4 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage40(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 40 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage41(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 41 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage42(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 42 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage43(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 43 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage44(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 44 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage45(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 45 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage46(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 46 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage47(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 47 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage48(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 48 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage49(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 49 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage5(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 5 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage50(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 50 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage51(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 51 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage52(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 52 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage53(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 53 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage54(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 54 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage55(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 55 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage56(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 56 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage57(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 57 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage58(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 58 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage59(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 59 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage6(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 6 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage60(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 60 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage61(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 61 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage62(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 62 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage63(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 63 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage64(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 64 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage65(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 65 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage66(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 66 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage67(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 67 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage68(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 68 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage69(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 69 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage7(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 7 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage70(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 70 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage71(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 71 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage72(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 72 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage73(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 73 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage74(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 74 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage75(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 75 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage76(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 76 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage77(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 77 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage78(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 78 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage79(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 79 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage8(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 8 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage80(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 80 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage81(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 81 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage82(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 82 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage83(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 83 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage84(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 84 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage85(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 85 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage86(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 86 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage87(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 87 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage88(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 88 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage89(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 89 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage9(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 9 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage90(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 90 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage91(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 91 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage92(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 92 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage93(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 93 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage94(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 94 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage95(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 95 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage96(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 96 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage97(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 97 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage98(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 98 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImage99(Image, Point) - Method in class com.jpowered.vbgraph.Imageobject
Sets Image number 99 of the image object
The point parameter specifies the top left co-ordinates of the image on the chart canvas.
setImageobj(Imageobject) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Sets the free form images object to be used by the chart
The free form images object contains all the custom images to be added to the chart
setLabelcolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Color for the x-axis labels
setLabelorientation(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the orientation of the x-axis labels.
The String value should be one of the following:-

Horizontal
Vertical
Up Angle
Down Angle

setLabelsy_offset(int) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the offset value of every second x-axis label.

This is particularly useful when the label orientation is set to Horizontal.
setLabelsy(int) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the y co-ordinate of the x-axis labels.
setLegend(boolean) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies whether the Legend should be automatically generated
setLegendbackground(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Color for the background of the legend
setLegendborder(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Color for the legend border
setLegendfont(Font) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the font used for the legend
setLegendposition(Point) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the position of the top left of the legend
setLegendtextcolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Color for the legend text
setLegendtitle(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the text used for the legend title
setNcols(int) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the number of columns of the chart area
setNdecplaces(int) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the number of decimal places which will be displayed for numeric values on the chart area.
This property effects the numeric display format for the y-axis values and
the pop-up bar values.
setNrows(int) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the number of rows of the chart area
setNseries(int) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Number of Series property This property refers to the nunber od distinct series within the data or to put it another way the number of bars within a column.
setOutline(boolean) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies whether the bars should be outlined
setPopup_post(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the string to be added at the end of the pop-up value
setPopup_pre(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the string to be added at the front of the pop-up value
setPopupbgcolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Color for the popup value display
setPopupcursor(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the cursor to be used for links
The String value can be one of the following:-
('Hand' would be the normal choice)

Hand
Crosshair
Default
Hand
Text
North Resize
North East Resize
East Resize
South East Resize
South Resize
South West Resize
West Resize
North West Resize

setPopupfont(Font) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Font for the PopUp value display.
setSeries1(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 1 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries1(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 1 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries10(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 10 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries10(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 10 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries11(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 11 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries11(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 11 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries12(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 12 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries12(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 12 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries13(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 13 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries13(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 13 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries14(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 14 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries14(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 14 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries15(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 15 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries15(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 15 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries16(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 16 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries16(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 16 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries17(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 17 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries17(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 17 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries18(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 18 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries18(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 18 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries19(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 19 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries19(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 19 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries2(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 2 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries2(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 2 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries20(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 20 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries20(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 20 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries21(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 21 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries21(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 21 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries22(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 22 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries22(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 22 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries23(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 23 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries23(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 23 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries24(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 24 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries24(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 24 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries25(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 25 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries25(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 25 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries26(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 26 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries26(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 26 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries27(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 27 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries27(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 27 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries28(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 28 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries28(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 28 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries29(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 29 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries29(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 29 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries3(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 3 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries3(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 3 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries30(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 30 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries30(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 30 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries31(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 31 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries31(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 31 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries32(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 32 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries32(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 32 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries33(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 33 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries33(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 33 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries34(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 34 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries34(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 34 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries35(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 35 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries35(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 35 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries36(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 36 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries36(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 36 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries37(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 37 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries37(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 37 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries38(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 38 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries38(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 38 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries39(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 39 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries39(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 39 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries4(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 4 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries4(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 4 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries40(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 40 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries40(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 40 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries41(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 41 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries41(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 41 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries42(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 42 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries42(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 42 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries43(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 43 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries43(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 43 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries44(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 44 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries44(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 44 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries45(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 45 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries45(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 45 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries46(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 46 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries46(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 46 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries47(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 47 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries47(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 47 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries48(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 48 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries48(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 48 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries49(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 49 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries49(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 49 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries5(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 5 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries5(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 5 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries50(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 50 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries50(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 50 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries51(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 51 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries51(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 51 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries52(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 52 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries52(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 52 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries53(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 53 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries53(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 53 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries54(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 54 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries54(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 54 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries55(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 55 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries55(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 55 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries56(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 56 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries56(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 56 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries57(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 57 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries57(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 57 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries58(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 58 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries58(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 58 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries59(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 59 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries59(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 59 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries6(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 6 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries6(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 6 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries60(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 60 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries60(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 60 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries61(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 61 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries61(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 61 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries62(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 62 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries62(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 62 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries63(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 63 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries63(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 63 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries64(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 64of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries64(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 64 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries65(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 65 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries65(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 65 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries66(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 66 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries66(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 66 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries67(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 67 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries67(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 67 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries68(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 68 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries68(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 68 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries69(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 69 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries69(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 69 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries7(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 7 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries7(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 7 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries70(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 70 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries70(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 70 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries71(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 71 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries71(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 71 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries72(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 72 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries72(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 72 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries73(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 73 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries73(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 73 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries74(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 74 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries74(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 74 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries75(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 75 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries75(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 75 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries76(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 76 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries76(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 76 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries77(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 77 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries77(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 77 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries78(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 78 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries78(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 78 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries79(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 79 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries79(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 79 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries8(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 8 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries8(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 8 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries80(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 80 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries80(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 80 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries81(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 81 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries81(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 81 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries82(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 82 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries82(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 82 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries83(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 83 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries83(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 83 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries84(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 84 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries84(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 84 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries85(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 85 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries85(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 85 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries86(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 86 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries86(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 86 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries87(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 87 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries87(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 87 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries88(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 88 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries88(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 88 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries89(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 89 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries89(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 89 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries9(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 9 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries9(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 9 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries90(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 90 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries90(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 90 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries91(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 91 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries91(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 91 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries92(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 92 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries92(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 92 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries93(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 93 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries93(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 93 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries94(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 94 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries94(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 94 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries95(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 95 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries95(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 95 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries96(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 96 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries96(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 96 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries97(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 97 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries97(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 97 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries98(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 98 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries98(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 98 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeries99(String) - Method in class com.jpowered.vbgraph.Dataobject
Sets Data Series number 99 of the Data object
The value supplied should contain all the data points for that series seperated by a comma character.

setSeries99(String) - Method in class com.jpowered.vbgraph.Seriesobject
Sets Series definition number 99 of the Series object
The value contains 3 elements each seperated by a comma character:-
- Bar Color for this series
- Legend Label for this series
- Scale - can be either "left" or "right" (ie.
setSeriesinfo(Vector) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Sets the series information for the chart
The series data contains information about each series
of data that the chart is to plot.
For each series of data the following properties can be set:-

- Series Color
- Legend Label
- Scale (left or right hand y-axis)

setSeriesobj(Seriesobject) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Sets the series object for the chart
The series object contains information about each series
of data that the chart is to plot.
For each series of data the following properties can be set:-

- Series Color
- Legend Label
- Scale (left or right hand y-axis)

setTarget1(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 1 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget10(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 10 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget11(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 11 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget12(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 12 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget13(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 13 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget14(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 14 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget15(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 15 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget16(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 16 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget17(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 17 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget18(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 18 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget19(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 19 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget2(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 2 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget20(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 20 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget21(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 21 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget22(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 22 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget23(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 23 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget24(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 24 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget25(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 25 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget26(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 26 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget27(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 27 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget28(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 28 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget29(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 29 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget3(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 3 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget30(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 30 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget31(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 31 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget32(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 32 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget33(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 33 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget34(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 34 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget35(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 35 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget36(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 36 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget37(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 37 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget38(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 38 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget39(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 39 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget4(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 4 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget40(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 40 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget41(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 41 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget42(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 42 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget43(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 43 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget44(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 44 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget45(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 45 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget46(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 46 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget47(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 47 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget48(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 48 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget49(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 49 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget5(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 5 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget50(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 50 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget51(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 51 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget52(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 52 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget53(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 53 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget54(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 54 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget55(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 55 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget56(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 56 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget57(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 57 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget58(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 58 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget59(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 59 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget6(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 6 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget60(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 60 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget61(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 61 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget62(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 62 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget63(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 63 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget64(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 64 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget65(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 65 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget66(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 66 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget67(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 67 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget68(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 68 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget69(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 69 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget7(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 7 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget70(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 70 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget71(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 71 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget72(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 72 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget73(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 73 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget74(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 74 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget75(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 75 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget76(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 76 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget77(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 77 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget78(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 78 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget79(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 79 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget8(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 8 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget80(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 80 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget81(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 81 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget82(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 82 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget83(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 83 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget84(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 84 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget85(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 85 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget86(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 86 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget87(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 87 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget88(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 88 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget89(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 89 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget9(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 9 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget90(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 90 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget91(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 91 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget92(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 92 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget93(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 93 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget94(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 94 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget95(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 95 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget96(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 96 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget97(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 97 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget98(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 98 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTarget99(String) - Method in class com.jpowered.vbgraph.Targetobject
Sets Target Line number 99 of the target object
Each target line value is comprised of 5 elements seperated by the character "|".
The elements represent the following:-

- Line Color
- Line Style ( 1=Solid, 2=Dotted, 3=Short dashes, 4=Long dashes
- Value
- Text Label
- Font for the Text Label


setTargetobj(Targetobject) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Sets the Target Lines object to be used by the chart
The Target Lines object contains all the target line information to be drawn on the chart
setText1(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 1 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText10(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 10 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText11(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 11 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText12(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 12 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText13(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 13 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText14(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 14 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText15(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 15 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText16(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 16 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText17(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 17 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText18(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 18 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText19(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 19 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText2(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 2 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText20(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 20 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText21(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 21 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText22(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 22 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText23(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 23 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText24(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 24 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText25(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 25 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText26(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 26 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText27(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 27 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText28(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 28 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText29(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 29 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText3(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 3 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText30(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 30 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText31(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 31 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText32(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 32 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText33(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 33 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText34(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 34 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText35(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 35 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText36(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 36 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText37(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 37 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText38(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 38 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText39(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 39 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText4(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 4 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText40(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 40 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText41(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 41 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText42(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 42 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText43(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 43 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText44(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 44 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText45(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 45 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText46(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 46 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText47(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 47 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText48(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 48 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText49(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 49 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText5(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 5 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText50(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 50 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText51(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 51 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText52(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 52 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText53(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 53 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText54(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 54 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText55(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 55 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText56(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 56 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText57(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 57 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText58(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 58 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText59(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 59 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText6(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 6 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText60(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 60 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText61(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 61 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText62(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 62 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText63(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 63 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText64(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 64 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText65(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 65 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText66(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 66 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText67(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 67 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText68(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 68 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText69(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 69 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText7(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 7 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText70(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 70 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText71(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 71 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText72(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 72 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText73(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 73 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText74(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 74 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText75(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 75 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText76(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 76 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText77(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 77 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText78(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 78 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText79(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 79 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText8(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 8 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText80(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 80 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText81(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 81 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText82(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 82 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText83(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 83 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText84(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 84 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText85(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 85 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText86(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 86 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText87(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 87 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText88(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 88 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText89(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 89 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText9(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 9 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText90(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 90 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText91(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 91 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText92(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 92 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText93(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 93 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText94(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 94 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText95(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 95 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText96(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 96 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText97(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 97 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText98(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 98 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setText99(String) - Method in class com.jpowered.vbgraph.Textobject
Sets Text Line number 99 of the text object
Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


setTextobj(Textobject) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Sets the free form text object to be used by the chart
The free form text object contains all the custom text to be added to the chart
setThousandseparator(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the string to be used as the thousand seperator for all numeric values
setThreed(boolean) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies whether the chart should be drawn in 2D or 3D mode.
setTitlecolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the color to used for the main chart title
setTitlefont(Font) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the font used for the main chart title
setTitleposition(Point) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the position of the main chart title
setTitletext(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the text used for the main chart title
setVspace(int) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the vertical spacing (number of pixels) between the grid rows
setXlabel_font(Font) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Font for the x-axis labels
setXlabelobj(Xlabelobject) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Sets the X-Axis Labels object to be used by the chart
The X-Axis Labels object contains all the labels to written along the x-axis
setXlabels(String) - Method in class com.jpowered.vbgraph.Xlabelobject
Sets labels for the X Labels object
The value contains all the labels seperated by a comma character


setXtitlecolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the color to used for the x-axis title
setXtitlefont(Font) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the font used for the x-axis title
setXtitleposition(Point) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the position of the x-axis title
setXtitletext(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the text used for the x-axis title
setY2label_color(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Color for the 2nd Y-axis labels
setY2label_post(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the string to be added at the end of the 2nd y-axis values
setY2label_pre(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the string to be added at the front of the 2nd y-axis values
setYlabel_font(Font) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the Font for the y-axis labels
setYlabel_post(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the string to be added at the end of the y-axis values
setYlabel_pre(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the string to be added at the front of the y-axis values
setYlabels(boolean) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies whether the chart should be drawn with or without Y Axis Labels
setYtitlecolor(Color) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the color to used for the y-axis title
setYtitlefont(Font) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the font used for the y-axis title
setYtitleposition(Point) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the position of the y-axis title
setYtitletext(String) - Method in class com.jpowered.vbgraph.VerticalBarGraph
Specifies the text used for the y-axis title

T

Targetobject - class com.jpowered.vbgraph.Targetobject.
The Target object allows 'Target Lines' to be added to the chart display.
eg.
Targetobject() - Constructor for class com.jpowered.vbgraph.Targetobject
Creates a new Target Object
The Target Object may hold up to 100 target lines which are to be added to the chart display
Textobject - class com.jpowered.vbgraph.Textobject.
The Text object allows custom lines of text to be added to the chart display.
A maximum of 100 text lines may be added to a Text object.

The following code demonstrates how to create a text object with 3 lines of text:-

Textobject text_object = new Textobject();

text_object.setText1("Note:|200,250|Arial,N,12|150,0,0");
text_object.setText2("Product Z launched in June|200,270|Arial,B,12|150,90,0");
text_object.setText3("Product X discontinued in October|200,290|Arial,B,12|150,90,0");


Each text line value is comprised of 4 elements seperated by the character "|".
The elements represent the following:-

- Text
- Position on the chart canvas
- Font
- Color


The Text Object is then added to the Vertical Bar Graph bean with via the method:-
setTextobj(Textobject text_obj)
Textobject() - Constructor for class com.jpowered.vbgraph.Textobject
Creates a new Text Object
The Text Object may hold up to 100 lines of text which are to be added to the chart display

V

VerticalBarGraph - class com.jpowered.vbgraph.VerticalBarGraph.
This java bean will generate a bar graph from the supplied data according to the various options set.

A simple Bar Graph can be added to an application with just the following steps:-

Step 1 - Initializing the Bean
private VerticalBarGraph vbargraph;
vbargraph = (VerticalBarGraph)Beans.instantiate(null,"com.jpowered.vbgraph.VerticalBarGraph");

Step 2 - Create a Data Vector
Vector bardata = new Vector();

bardata.add(new Graphdata(1,1,34000));
bardata.add(new Graphdata(1,2,34900));
bardata.add(new Graphdata(1,3,46000));
bardata.add(new Graphdata(2,1,27600));

bardata.add(new Graphdata(2,2,24000));
bardata.add(new Graphdata(2,3,24900));
bardata.add(new Graphdata(3,1,22000));
bardata.add(new Graphdata(3,2,26600));

bardata.add(new Graphdata(3,3,14100));
bardata.add(new Graphdata(4,1,54900));
bardata.add(new Graphdata(4,2,36650));
bardata.add(new Graphdata(4,3,36650));

Step 3 - Add the data vector to the bean instance
vbargraph.setData(bardata);

Step 4 - Set the size of the graph
vbargraph.setSize(450,450);

Step 5 - Create a Frame on which to display the bean<
Frame f = new Frame();
f.setSize(500,500);
f.addWindowListener(new ApplicationWindowAdapter());

Step 6 - Add the bean to the frame
f.add(vbargraph);


Many further properties and characteristics of the chart display may be configured.
see the various Set methods below.

VerticalBarGraph() - Constructor for class com.jpowered.vbgraph.VerticalBarGraph
Creates a new instance of the Vertical Bar Graph Bean

X

Xlabelobject - class com.jpowered.vbgraph.Xlabelobject.
The X Labels object defines the labels along the x-axis of the chart display.
The following code demostrates how to create an X Labels object with 12 labels:-

Xlabelobject xaxislabels_object = new Xlabelobject();
xaxislabels_object.setXlabels("Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec");


The value contains all the labels seperated by a comma character


The X Labels Object is then added to the Vertical Bar Graph bean with via the method:-
setXlabelobj(Xlabelobject xlabel_obj)
Xlabelobject() - Constructor for class com.jpowered.vbgraph.Xlabelobject
Creates a new X Labels Object

D G I S T V X