Child classes:
|
Inherited Variables
|
Inherited Methods
|
constructor Custom [line 60]
Custom Custom(
[
$c = null])
|
|
The class constructor.
Tags:
Parameters:
method calcHorizMargins [line 309]
method calcVerticalMargins [line 356]
method clicked [line 411]
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 467]
method drawLegendShape [line 927]
method drawValue [line 834]
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 541]
void getAreaBrushColor(
$c)
|
|
Tags:
Parameters:
method getBrush [line 144]
object {@link getBrush(
)
|
|
Sets Brush characteristics.
Tags:
method getClickableLine [line 84]
boolean getClickableLine(
)
|
|
Allows mouse clicks over the line drawn between points.
Default value: true
Example:
lineSeries.setClickableLine( false );
Tags:
method getColorEachLine [line 233]
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 154]
Darkens parts of 3D Line Series to add depth.
Default value: true
Tags:
method getInvertedStairs [line 253]
boolean getInvertedStairs(
)
|
|
Changes the direction of the step, when true.
Default value: false
Tags:
method getLineHeight [line 295]
The vertical thickness of the line in pixels.
Default value: 0
Tags:
method getOpacity [line 103]
Opacity level from 0 to 100%
Tags:
method getOutLine [line 279]
Pen for Series Line's outer pen.
Default value: null
Example:
lineSeries.getOutline().setColor(Color.Yellow);
Tags:
method getShadow [line 970]
method getStairs [line 201]
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 122]
integer getTransparency(
)
|
|
Transparency level from 0 to 100% Default value: 0
Tags:
method readResolve [line 67]
method setChart [line 168]
method setClickableLine [line 94]
void setClickableLine(
boolean
$value)
|
|
Allows mouse clicks over the line drawn between points.
Default value: true
Tags:
Parameters:
method setColor [line 181]
method setColorEachLine [line 243]
void setColorEachLine(
value
$value)
|
|
Enables/Disables the coloring of each connecting line of a series.
Default value: true
Tags:
Parameters:
method setDark3D [line 164]
void setDark3D(
boolean
$value)
|
|
Darkens parts of 3D Line Series to add depth.
Default value: true
Tags:
Parameters:
method setInvertedStairs [line 263]
void setInvertedStairs(
value
$value)
|
|
Changes the direction of the step, when true.
Default value: false
Tags:
Parameters:
method setLineHeight [line 305]
void setLineHeight(
value
$value)
|
|
Sets the vertical thickness of the line in pixels.
Default value: 0
Tags:
Parameters:
method setOpacity [line 112]
integer setOpacity(
$value)
|
|
Sets Opacity level from 0 to 100%
Tags:
Parameters:
method setShadow [line 974]
method setStairs [line 218]
void setStairs(
value
$value)
|
|
Steps line joining adjacent points.
Default value: false
Example:
areaSeries1.setStairs(true);
areaSeries2.setStairs(true);
Tags:
Parameters:
method setTransparency [line 135]
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]