com.jpowered.vbgraph
Class Dataobject

java.lang.Object
  |
  +--com.jpowered.vbgraph.Dataobject
All Implemented Interfaces:
java.io.Serializable

public class Dataobject
extends java.lang.Object
implements java.io.Serializable

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)

See Also:
VerticalBarGraph, Serialized Form

Constructor Summary
Dataobject()
          Creates a new Data Object
The Data Object may hold up to 100 series of data.
 
Method Summary
 void setSeries1(java.lang.String value)
          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.

 void setSeries10(java.lang.String value)
          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.

 void setSeries11(java.lang.String value)
          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.

 void setSeries12(java.lang.String value)
          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.

 void setSeries13(java.lang.String value)
          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.

 void setSeries14(java.lang.String value)
          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.

 void setSeries15(java.lang.String value)
          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.

 void setSeries16(java.lang.String value)
          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.

 void setSeries17(java.lang.String value)
          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.

 void setSeries18(java.lang.String value)
          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.

 void setSeries19(java.lang.String value)
          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.

 void setSeries2(java.lang.String value)
          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.

 void setSeries20(java.lang.String value)
          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.

 void setSeries21(java.lang.String value)
          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.

 void setSeries22(java.lang.String value)
          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.

 void setSeries23(java.lang.String value)
          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.

 void setSeries24(java.lang.String value)
          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.

 void setSeries25(java.lang.String value)
          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.

 void setSeries26(java.lang.String value)
          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.

 void setSeries27(java.lang.String value)
          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.

 void setSeries28(java.lang.String value)
          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.

 void setSeries29(java.lang.String value)
          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.

 void setSeries3(java.lang.String value)
          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.

 void setSeries30(java.lang.String value)
          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.

 void setSeries31(java.lang.String value)
          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.

 void setSeries32(java.lang.String value)
          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.

 void setSeries33(java.lang.String value)
          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.

 void setSeries34(java.lang.String value)
          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.

 void setSeries35(java.lang.String value)
          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.

 void setSeries36(java.lang.String value)
          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.

 void setSeries37(java.lang.String value)
          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.

 void setSeries38(java.lang.String value)
          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.

 void setSeries39(java.lang.String value)
          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.

 void setSeries4(java.lang.String value)
          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.

 void setSeries40(java.lang.String value)
          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.

 void setSeries41(java.lang.String value)
          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.

 void setSeries42(java.lang.String value)
          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.

 void setSeries43(java.lang.String value)
          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.

 void setSeries44(java.lang.String value)
          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.

 void setSeries45(java.lang.String value)
          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.

 void setSeries46(java.lang.String value)
          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.

 void setSeries47(java.lang.String value)
          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.

 void setSeries48(java.lang.String value)
          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.

 void setSeries49(java.lang.String value)
          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.

 void setSeries5(java.lang.String value)
          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.

 void setSeries50(java.lang.String value)
          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.

 void setSeries51(java.lang.String value)
          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.

 void setSeries52(java.lang.String value)
          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.

 void setSeries53(java.lang.String value)
          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.

 void setSeries54(java.lang.String value)
          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.

 void setSeries55(java.lang.String value)
          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.

 void setSeries56(java.lang.String value)
          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.

 void setSeries57(java.lang.String value)
          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.

 void setSeries58(java.lang.String value)
          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.

 void setSeries59(java.lang.String value)
          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.

 void setSeries6(java.lang.String value)
          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.

 void setSeries60(java.lang.String value)
          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.

 void setSeries61(java.lang.String value)
          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.

 void setSeries62(java.lang.String value)
          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.

 void setSeries63(java.lang.String value)
          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.

 void setSeries64(java.lang.String value)
          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.

 void setSeries65(java.lang.String value)
          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.

 void setSeries66(java.lang.String value)
          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.

 void setSeries67(java.lang.String value)
          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.

 void setSeries68(java.lang.String value)
          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.

 void setSeries69(java.lang.String value)
          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.

 void setSeries7(java.lang.String value)
          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.

 void setSeries70(java.lang.String value)
          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.

 void setSeries71(java.lang.String value)
          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.

 void setSeries72(java.lang.String value)
          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.

 void setSeries73(java.lang.String value)
          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.

 void setSeries74(java.lang.String value)
          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.

 void setSeries75(java.lang.String value)
          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.

 void setSeries76(java.lang.String value)
          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.

 void setSeries77(java.lang.String value)
          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.

 void setSeries78(java.lang.String value)
          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.

 void setSeries79(java.lang.String value)
          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.

 void setSeries8(java.lang.String value)
          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.

 void setSeries80(java.lang.String value)
          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.

 void setSeries81(java.lang.String value)
          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.

 void setSeries82(java.lang.String value)
          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.

 void setSeries83(java.lang.String value)
          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.

 void setSeries84(java.lang.String value)
          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.

 void setSeries85(java.lang.String value)
          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.

 void setSeries86(java.lang.String value)
          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.

 void setSeries87(java.lang.String value)
          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.

 void setSeries88(java.lang.String value)
          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.

 void setSeries89(java.lang.String value)
          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.

 void setSeries9(java.lang.String value)
          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.

 void setSeries90(java.lang.String value)
          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.

 void setSeries91(java.lang.String value)
          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.

 void setSeries92(java.lang.String value)
          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.

 void setSeries93(java.lang.String value)
          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.

 void setSeries94(java.lang.String value)
          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.

 void setSeries95(java.lang.String value)
          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.

 void setSeries96(java.lang.String value)
          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.

 void setSeries97(java.lang.String value)
          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.

 void setSeries98(java.lang.String value)
          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.

 void setSeries99(java.lang.String value)
          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.

 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dataobject

public Dataobject()
Creates a new Data Object
The Data Object may hold up to 100 series of data.
Method Detail

setSeries1

public void setSeries1(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries2

public void setSeries2(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries3

public void setSeries3(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries4

public void setSeries4(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries5

public void setSeries5(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries6

public void setSeries6(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries7

public void setSeries7(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries8

public void setSeries8(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries9

public void setSeries9(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries10

public void setSeries10(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries11

public void setSeries11(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries12

public void setSeries12(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries13

public void setSeries13(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries14

public void setSeries14(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries15

public void setSeries15(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries16

public void setSeries16(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries17

public void setSeries17(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries18

public void setSeries18(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries19

public void setSeries19(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries20

public void setSeries20(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries21

public void setSeries21(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries22

public void setSeries22(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries23

public void setSeries23(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries24

public void setSeries24(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries25

public void setSeries25(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries26

public void setSeries26(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries27

public void setSeries27(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries28

public void setSeries28(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries29

public void setSeries29(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries30

public void setSeries30(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries31

public void setSeries31(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries32

public void setSeries32(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries33

public void setSeries33(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries34

public void setSeries34(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries35

public void setSeries35(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries36

public void setSeries36(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries37

public void setSeries37(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries38

public void setSeries38(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries39

public void setSeries39(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries40

public void setSeries40(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries41

public void setSeries41(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries42

public void setSeries42(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries43

public void setSeries43(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries44

public void setSeries44(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries45

public void setSeries45(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries46

public void setSeries46(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries47

public void setSeries47(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries48

public void setSeries48(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries49

public void setSeries49(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries50

public void setSeries50(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries51

public void setSeries51(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries52

public void setSeries52(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries53

public void setSeries53(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries54

public void setSeries54(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries55

public void setSeries55(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries56

public void setSeries56(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries57

public void setSeries57(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries58

public void setSeries58(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries59

public void setSeries59(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries60

public void setSeries60(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries61

public void setSeries61(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries62

public void setSeries62(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries63

public void setSeries63(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries64

public void setSeries64(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries65

public void setSeries65(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries66

public void setSeries66(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries67

public void setSeries67(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries68

public void setSeries68(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries69

public void setSeries69(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries70

public void setSeries70(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries71

public void setSeries71(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries72

public void setSeries72(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries73

public void setSeries73(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries74

public void setSeries74(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries75

public void setSeries75(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries76

public void setSeries76(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries77

public void setSeries77(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries78

public void setSeries78(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries79

public void setSeries79(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries80

public void setSeries80(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries81

public void setSeries81(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries82

public void setSeries82(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries83

public void setSeries83(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries84

public void setSeries84(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries85

public void setSeries85(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries86

public void setSeries86(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries87

public void setSeries87(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries88

public void setSeries88(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries89

public void setSeries89(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries90

public void setSeries90(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries91

public void setSeries91(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries92

public void setSeries92(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries93

public void setSeries93(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries94

public void setSeries94(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries95

public void setSeries95(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries96

public void setSeries96(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries97

public void setSeries97(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries98

public void setSeries98(java.lang.String value)
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.

Parameters:
value - java.lang.String

setSeries99

public void setSeries99(java.lang.String value)
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.

Parameters:
value - java.lang.String