Child classes:
|
Inherited Variables
|
Inherited Methods
|
constructor Custom [line 69]
Custom Custom(
[
$c = null])
|
|
The class constructor.
Tags:
Parameters:
destructor __destruct [line 76]
method calcHorizMargins [line 344]
method calcVerticalMargins [line 391]
method clicked [line 446]
Calculates if any point is at XY position.
Tags:
Overridden in child classes as:
- Volume::clicked()
- Returns the ValueIndex of the "clicked" point in the Series.
Overrides
Series::clicked() (Returns the ValueIndex of the "clicked" point in the Series.
Clicked means the X and Y coordinates are in the point screen region bounds. If no point is "touched", Clicked returns -1)
Parameters:
method draw [line 502]
method drawLegendShape [line 962]
method drawValue [line 869]
void drawValue(
valueIndex
$valueIndex)
|
|
Called internally. Draws the "ValueIndex" point of the Series.
Tags:
Overridden in child classes as:
- Candle::drawValue()
- Called internally. Draws the "ValueIndex" point of the Series.
- Volume::drawValue()
- Called internally. Draws the "ValueIndex" point of the Series.
Overrides
CustomPoint::drawValue() (Called internally. Draws the "ValueIndex" point of the Series.)
Parameters:
method getAreaBrushColor [line 576]
void getAreaBrushColor(
$c)
|
|
Tags:
Parameters:
method getBrush [line 179]
object {@link getBrush(
)
|
|
Sets Brush characteristics.
Tags:
method getClickableLine [line 119]
boolean getClickableLine(
)
|
|
Allows mouse clicks over the line drawn between points.
Default value: true
Example:
lineSeries.setClickableLine( false );
Tags:
method getColorEachLine [line 268]
boolean getColorEachLine(
)
|
|
Enables/Disables the coloring of each connecting line of a series.
Default value: true
Example:
lineSeries.setColorEach(true); lineSeries.setColorEachLine(false);
Tags:
method getDark3D [line 189]
Darkens parts of 3D Line Series to add depth.
Default value: true
Tags:
method getInvertedStairs [line 288]
boolean getInvertedStairs(
)
|
|
Changes the direction of the step, when true.
Default value: false
Tags:
method getLineHeight [line 330]
The vertical thickness of the line in pixels.
Default value: 0
Tags:
method getOpacity [line 138]
Opacity level from 0 to 100%
Tags:
method getOutLine [line 314]
Pen for Series Line's outer pen.
Default value: null
Example:
lineSeries.getOutline().setColor(Color.Yellow);
Tags:
method getShadow [line 1005]
method getStairs [line 236]
Steps line joining adjacent points.
In most normal situations, a series draws a line between each Line point. This makes the Line appear as a "mountain" shape. However, setting Stairs to true will make the Series draw 2 Lines between each pair of points, thus giving a "stair" appearance.
This is most used in some financial Chart representations.
When Stairs is set to true you may set InvertedStairs to true to alter the direction of the step.
Default value: false
Tags:
method getTransparency [line 157]
integer getTransparency(
)
|
|
Transparency level from 0 to 100% Default value: 0
Tags:
method readResolve [line 102]
method setChart [line 203]
method setClickableLine [line 129]
void setClickableLine(
boolean
$value)
|
|
Allows mouse clicks over the line drawn between points.
Default value: true
Tags:
Parameters:
method setColor [line 216]
method setColorEachLine [line 278]
void setColorEachLine(
value
$value)
|
|
Enables/Disables the coloring of each connecting line of a series.
Default value: true
Tags:
Parameters:
method setDark3D [line 199]
void setDark3D(
boolean
$value)
|
|
Darkens parts of 3D Line Series to add depth.
Default value: true
Tags:
Parameters:
method setInvertedStairs [line 298]
void setInvertedStairs(
value
$value)
|
|
Changes the direction of the step, when true.
Default value: false
Tags:
Parameters:
method setLineHeight [line 340]
void setLineHeight(
value
$value)
|
|
Sets the vertical thickness of the line in pixels.
Default value: 0
Tags:
Parameters:
method setOpacity [line 147]
integer setOpacity(
$value)
|
|
Sets Opacity level from 0 to 100%
Tags:
Parameters:
method setShadow [line 1009]
method setStairs [line 253]
void setStairs(
value
$value)
|
|
Steps line joining adjacent points.
Default value: false
Example:
areaSeries1.setStairs(true);
areaSeries2.setStairs(true);
Tags:
Parameters:
method setTransparency [line 170]
void setTransparency(
integer
$value)
|
|
Sets Transparency level from 0 to 100%
Default value: 0 <p>Example:
Series1.setTransparency(45);
</p>
Tags:
Parameters:
method __get [line 52]
method __set [line 59]