Child classes:
|
Inherited Variables
|
Inherited Methods
|
constructor Custom [line 60]
Custom Custom(
[
$c = null])
|
|
The class constructor.
Tags:
Parameters:
method calcHorizMargins [line 307]
method calcVerticalMargins [line 354]
method clicked [line 409]
Calculates if any point is at XY position.
Tags:
Overridden in child classes as:
- Candle::clicked()
- Volume::clicked()
- Returns the ValueIndex of the "clicked" point in the Series.
Overrides
CustomPoint::clicked() (Returns the ValueIndex of the "clicked" point in the Series.)
Parameters:
method draw [line 465]
method drawLegendShape [line 888]
method drawValue [line 798]
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 508]
void getAreaBrushColor(
$c)
|
|
Tags:
Parameters:
method getBrush [line 142]
object {@link getBrush(
)
|
|
Sets Brush characteristics.
Tags:
method getClickableLine [line 82]
boolean getClickableLine(
)
|
|
Allows mouse clicks over the line drawn between points.
Default value: true
Example:
lineSeries.setClickableLine( false );
Tags:
method getColorEachLine [line 231]
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 152]
Darkens parts of 3D Line Series to add depth.
Default value: true
Tags:
method getInvertedStairs [line 251]
boolean getInvertedStairs(
)
|
|
Changes the direction of the step, when true.
Default value: false
Tags:
method getLineHeight [line 293]
The vertical thickness of the line in pixels.
Default value: 0
Tags:
method getOpacity [line 101]
Opacity level from 0 to 100%
Tags:
method getOutLine [line 277]
Pen for Series Line's outer pen.
Default value: null
Example:
lineSeries.getOutline().setColor(Color.Yellow);
Tags:
method getStairs [line 199]
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 120]
integer getTransparency(
)
|
|
Transparency level from 0 to 100% Default value: 0
Tags:
method readResolve [line 65]
method setChart [line 166]
method setClickableLine [line 92]
void setClickableLine(
boolean
$value)
|
|
Allows mouse clicks over the line drawn between points.
Default value: true
Tags:
Parameters:
method setColor [line 179]
method setColorEachLine [line 241]
void setColorEachLine(
value
$value)
|
|
Enables/Disables the coloring of each connecting line of a series.
Default value: true
Tags:
Parameters:
method setDark3D [line 162]
void setDark3D(
boolean
$value)
|
|
Darkens parts of 3D Line Series to add depth.
Default value: true
Tags:
Parameters:
method setInvertedStairs [line 261]
void setInvertedStairs(
value
$value)
|
|
Changes the direction of the step, when true.
Default value: false
Tags:
Parameters:
method setLineHeight [line 303]
void setLineHeight(
value
$value)
|
|
Sets the vertical thickness of the line in pixels.
Default value: 0
Tags:
Parameters:
method setOpacity [line 110]
integer setOpacity(
$value)
|
|
Sets Opacity level from 0 to 100%
Tags:
Parameters:
method setStairs [line 216]
void setStairs(
value
$value)
|
|
Steps line joining adjacent points.
Default value: false
Example:
areaSeries1.setStairs(true);
areaSeries2.setStairs(true);
Tags:
Parameters:
method setTransparency [line 133]
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 43]
method __set [line 50]