Class: Bubble
Source Location: /styles/Bubble.php
Inherited Variables
|
Inherited Methods
|
Class Details
Class Methods
constructor Bubble [line 57]
Bubble Bubble(
[
$c = null])
|
|
Tags:
Parameters:
method addBubble [line 234]
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 123]
method drawLegendShape [line 137]
method drawValue [line 150]
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 344]
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 354]
method getMaxYValue [line 258]
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 278]
The maximum Z value.
Tags:
Overrides Series::getMaxZValue() (The Maximum Z Value. For non-3D series, this is the Z order.)
method getMinYValue [line 268]
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 295]
The minimum Z value.
Tags:
Overrides Series::getMinZValue() (The Minimum Z Value. For non-3D series, this is the Z order.)
method getRadiusValues [line 314]
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 85]
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 248]
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 118]
method setRadiusValues [line 329]
void setRadiusValues(
value
$value)
|
|
A TList object that stores each Bubble point Radius value.
Tags:
Parameters:
method setSquared [line 96]
void setSquared(
value
$value)
|
|
Determines how the Bubble size is calculated. Default value: true
Tags:
Parameters:
method _add [line 214]
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 196]
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 43]
method __set [line 50]
void __set(
$property,
$value)
|
|
Overrides Points::__set() (parent method not documented)
Parameters:
method ___add [line 180]
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:
|
|