Class: Bubble
Source Location: /styles/Bubble.php
Inherited Variables
|
Inherited Methods
|
Class Details
Class Methods
constructor Bubble [line 67]
Bubble Bubble(
[
$c = null])
|
|
Tags:
Parameters:
destructor __destruct [line 85]
method addBubble [line 252]
int addBubble(
x
$x, y
$y, radius
$radius, [text
$text = ""], [color
$color = null])
|
|
Adds a new Bubble point to the Series Points List, label and color. The Bubble point is assigned to be at AX, AY coordinates and have ARadius, Label and Color parameters. The Label parameter is used to draw Axis Labels, Bubble Marks and Legend.
Tags:
Parameters:
method addSampleValues [line 141]
method drawLegendShape [line 155]
method drawValue [line 168]
void drawValue(
valueIndex
$valueIndex)
|
|
Called internally. Draws the "ValueIndex" point of the Series.
Tags:
Overrides CustomPoint::drawValue() (Called internally. Draws the "ValueIndex" point of the Series.)
Parameters:
method getColorEach [line 362]
Controls which color will be drawn on the bubbles. If false, all points will be drawn using Series Series.Color. If true, each Series point will be "colored" with its corresponding point color. You can change this property both at design and runtime. Default value: true
Tags:
Overrides Series::getColorEach() (Draws points with different preset Colors. )
method getDescription [line 372]
method getMaxYValue [line 276]
The Maximum Value of the Series Y Values List.
Tags:
Overrides CustomPoint::getMaxYValue() (Returns the Maximum Value of the Series Y Values List.)
method getMaxZValue [line 296]
The maximum Z value.
Tags:
Overrides Series::getMaxZValue() (The Maximum Z Value. For non-3D series, this is the Z order.)
method getMinYValue [line 286]
The Minimum Value of the Series Y Values List.
Tags:
Overrides CustomPoint::getMinYValue() (Returns the Minimum Value of the Series Y Values List.)
method getMinZValue [line 313]
The minimum Z value.
Tags:
Overrides Series::getMinZValue() (The Minimum Z Value. For non-3D series, this is the Z order.)
method getRadiusValues [line 332]
A TList object that stores each Bubble point Radius value. You can change Radius values by using the RadiusValues.Value[] array of doubles method
Tags:
method getSquared [line 103]
Determines how the Bubble size is calculated. By default, the horizontal and vertical Bubble sizes are equal to the radius of each bubble. When Squared is false, Bubble horizontal and vertical sizes are calculated independently based on Series axis scales. Default value: true
Tags:
method isValidSourceOf [line 266]
boolean isValidSourceOf(
value
$value)
|
|
It's used to validate the DataSource property both at design and run-time. It returns false if the Value parameter is the same as Self.
Tags:
Overrides Series::isValidSourceOf() (Validates Series datasource. )
Parameters:
method numSampleValues [line 136]
method setRadiusValues [line 347]
void setRadiusValues(
value
$value)
|
|
A TList object that stores each Bubble point Radius value.
Tags:
Parameters:
method setSquared [line 114]
void setSquared(
value
$value)
|
|
Determines how the Bubble size is calculated. Default value: true
Tags:
Parameters:
method _add [line 232]
int _add(
x
$x, y
$y, radius
$radius, text
$text)
|
|
Adds a new Bubble point to the Series Points List and label. The Bubble point is assigned to be at AX, AY coordinates and have ARadius and Label parameters. The Label parameter is used to draw Axis Labels, Bubble Marks and Legend.
Tags:
Parameters:
method __add [line 214]
int __add(
x
$x, y
$y, radius
$radius)
|
|
Adds a new Bubble point to the Series Points List. The Bubble point is assigned to be at AX, AY coordinates and has ARadius parameter. The Label parameter is used to draw Axis Labels, Bubble Marks and Legend.
Tags:
Parameters:
method __get [line 53]
method __set [line 60]
void __set(
$property,
$value)
|
|
Overrides Points::__set() (parent method not documented)
Parameters:
method ___add [line 198]
int ___add(
x
$x, y
$y, radius
$radius, [color
$color = null])
|
|
Adds a new Bubble point to the Series Points List and color. The Bubble point is assigned to be at AX, AY coordinates and have ARadius and Color parameters. The Label parameter is used to draw Axis Labels, Bubble Marks and Legend.
Tags:
Parameters:
|
|